Color Hex Logo

#812229 Color Hex

#812229
(129,34,41)
0 Favorites   0 Comments

Color spaces of #812229

RGB 1293441
HSL0.990.580.32
HSV356°74°51°
CMYK 0.000.740.68   0.49
XYZ10.02555.97132.7220
Yxy5.97130.53560.3190
Hunter Lab24.436230.470110.5009
CIE-Lab29.339940.812419.6925

#812229 color RGB value is (129,34,41).

#812229 hex color red value is 129, green value is 34 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #812229 hue: 0.99 , saturation: 0.58 and the lightness value of 812229 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100010 00101001
Octal 201 42 51
Decimal 129 34 41
Hex 81 22 29

RGB Percentages of Color #812229

%63.24
%16.67
%20.10

CMYK Percentages of Color #812229

%0
%74
%68
%49

Triadic Colors of #812229

#812229 #298122 #222981

Analogous Colors of #812229

#812229 #814b22 #812259

Monochromatic Colors of #812229

#812229

Complementary Color

#812229 #22817a

#812229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812229 Color CSS Codes

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

#812229 Text Font Color

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

This sample text font color is #812229
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.


#812229 Background Color

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

This div background color is #812229


#812229 Border Color

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

This div border color is #812229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812229


Comments

No comments written yet.

Please login to write comment.