Color Hex Logo

#811420 Color Hex

#811420
(129,20,32)
0 Favorites   0 Comments

Color spaces of #811420

RGB 1292032
HSL0.980.730.29
HSV353°84°51°
CMYK 0.000.840.75   0.49
XYZ9.56415.27171.8800
Yxy5.27170.57220.3154
Hunter Lab22.960234.174111.2174
CIE-Lab27.495245.082523.2991

#811420 color RGB value is (129,20,32).

#811420 hex color red value is 129, green value is 20 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #811420 hue: 0.98 , saturation: 0.73 and the lightness value of 811420 is 0.29.

The process color (four color CMYK) of #811420 color hex is 0.00, 0.84, 0.75, 0.49. Web safe color of #811420 is #990033. Color #811420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010100 00100000
Octal 201 24 40
Decimal 129 20 32
Hex 81 14 20

RGB Percentages of Color #811420

%71.27
%11.05
%17.68

CMYK Percentages of Color #811420

%0
%84
%75
%49

Triadic Colors of #811420

#811420 #208114 #142081

Analogous Colors of #811420

#811420 #813f14 #811456

Monochromatic Colors of #811420

#811420

Complementary Color

#811420 #148175

#811420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#811420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#811420 Color CSS Codes

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

#811420 Text Font Color

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

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


#811420 Background Color

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

This div background color is #811420


#811420 Border Color

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

This div border color is #811420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #811420


Comments

No comments written yet.

Please login to write comment.