Color Hex Logo

#812829 Color Hex

#812829
(129,40,41)
0 Favorites   0 Comments

Color spaces of #812829

RGB 1294041
HSL1.000.530.33
HSV359°69°51°
CMYK 0.000.690.68   0.49
XYZ10.21236.34482.7842
Yxy6.34480.52800.3280
Hunter Lab25.188928.288511.0787
CIE-Lab30.266238.278120.8474

#812829 color RGB value is (129,40,41).

#812829 hex color red value is 129, green value is 40 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #812829 hue: 1.00 , saturation: 0.53 and the lightness value of 812829 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101000 00101001
Octal 201 50 51
Decimal 129 40 41
Hex 81 28 29

RGB Percentages of Color #812829

%61.43
%19.05
%19.52

CMYK Percentages of Color #812829

%0
%69
%68
%49

Triadic Colors of #812829

#812829 #298128 #282981

Analogous Colors of #812829

#812829 #815428 #812856

Monochromatic Colors of #812829

#812829

Complementary Color

#812829 #288180

#812829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812829 Color CSS Codes

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

#812829 Text Font Color

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

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


#812829 Background Color

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

This div background color is #812829


#812829 Border Color

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

This div border color is #812829


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,40,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 #812829">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812829


Comments

No comments written yet.

Please login to write comment.