Color Hex Logo

#871616 Color Hex

#871616
(135,22,22)
0 Favorites   0 Comments

Color spaces of #871616

RGB 1352222
HSL0.000.720.31
HSV84°53°
CMYK 0.000.840.84   0.47
XYZ10.42345.78261.3258
Yxy5.78260.59450.3298
Hunter Lab24.047035.290113.5641
CIE-Lab28.857245.978031.3282

#871616 color RGB value is (135,22,22).

#871616 hex color red value is 135, green value is 22 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #871616 hue: 0.00 , saturation: 0.72 and the lightness value of 871616 is 0.31.

The process color (four color CMYK) of #871616 color hex is 0.00, 0.84, 0.84, 0.47. Web safe color of #871616 is #990000. Color #871616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 00010110
Octal 207 26 26
Decimal 135 22 22
Hex 87 16 16

RGB Percentages of Color #871616

%75.42
%12.29
%12.29

CMYK Percentages of Color #871616

%0
%84
%84
%47

Triadic Colors of #871616

#871616 #168716 #161687

Analogous Colors of #871616

#871616 #874f16 #87164f

Monochromatic Colors of #871616

#871616

Complementary Color

#871616 #168787

#871616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871616 Color CSS Codes

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

#871616 Text Font Color

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

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


#871616 Background Color

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

This div background color is #871616


#871616 Border Color

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

This div border color is #871616


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,22,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #871616; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #871616;
  -webkit-box-shadow: 1px 1px 3px 2px #871616;
  box-shadow:         1px 1px 3px 2px #871616; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871616


Comments

No comments written yet.

Please login to write comment.