Color Hex Logo

#813221 Color Hex

#813221
(129,50,33)
0 Favorites   0 Comments

Color spaces of #813221

RGB 1295033
HSL0.030.590.32
HSV11°74°51°
CMYK 0.000.610.74   0.49
XYZ10.46847.05812.2495
Yxy7.05810.52930.3569
Hunter Lab26.567123.843113.5767
CIE-Lab31.938833.039227.7742

#813221 color RGB value is (129,50,33).

#813221 hex color red value is 129, green value is 50 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #813221 hue: 0.03 , saturation: 0.59 and the lightness value of 813221 is 0.32.

The process color (four color CMYK) of #813221 color hex is 0.00, 0.61, 0.74, 0.49. Web safe color of #813221 is #993333. Color #813221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110010 00100001
Octal 201 62 41
Decimal 129 50 33
Hex 81 32 21

RGB Percentages of Color #813221

%60.85
%23.58
%15.57

CMYK Percentages of Color #813221

%0
%61
%74
%49

Triadic Colors of #813221

#813221 #218132 #322181

Analogous Colors of #813221

#813221 #816221 #812140

Monochromatic Colors of #813221

#813221

Complementary Color

#813221 #217081

#813221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813221 Color CSS Codes

.mybgcolor {background-color:#813221; } 
.myforecolor {color:#813221; }
.mybordercolor {border:3px solid #813221; }

#813221 Text Font Color

<p style="color:#813221">Text here</p>

This sample text font color is #813221
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#813221 Background Color

<div style="background-color:#813221">
Div content here</div>

This div background color is #813221


#813221 Border Color

<div style="border:3px solid #813221">
Div here</div>

This div border color is #813221


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,50,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813221; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813221;
  -webkit-box-shadow: 1px 1px 3px 2px #813221;
  box-shadow:         1px 1px 3px 2px #813221; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,50,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #813221">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #813221;
  -webkit-box-shadow: 1px 1px 3px 2px #813221;
  box-shadow:         1px 1px 3px 2px #813221;">
Div content here</div>

This div box has shadow with color #813221


Comments

No comments written yet.

Please login to write comment.