Color Hex Logo

#871513 Color Hex

#871513
(135,21,19)
0 Favorites   0 Comments

Color spaces of #871513

RGB 1352119
HSL0.000.750.30
HSV86°53°
CMYK 0.000.840.86   0.47
XYZ10.37745.73421.1760
Yxy5.73420.60030.3317
Hunter Lab23.946235.449513.8506
CIE-Lab28.731746.166432.9145

#871513 color RGB value is (135,21,19).

#871513 hex color red value is 135, green value is 21 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #871513 hue: 0.00 , saturation: 0.75 and the lightness value of 871513 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010101 00010011
Octal 207 25 23
Decimal 135 21 19
Hex 87 15 13

RGB Percentages of Color #871513

%77.14
%12.00
%10.86

CMYK Percentages of Color #871513

%0
%84
%86
%47

Triadic Colors of #871513

#871513 #138715 #151387

Analogous Colors of #871513

#871513 #874f13 #87134b

Monochromatic Colors of #871513

#871513

Complementary Color

#871513 #138587

#871513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871513 Color CSS Codes

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

#871513 Text Font Color

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

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


#871513 Background Color

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

This div background color is #871513


#871513 Border Color

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

This div border color is #871513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871513


Comments

No comments written yet.

Please login to write comment.