Color Hex Logo

#871731 Color Hex

#871731
(135,23,49)
0 Favorites   0 Comments

Color spaces of #871731

RGB 1352349
HSL0.960.710.31
HSV346°83°53°
CMYK 0.000.830.64   0.47
XYZ10.85245.98543.4890
Yxy5.98540.53390.2945
Hunter Lab24.465136.36658.6701
CIE-Lab29.375646.982914.7089

#871731 color RGB value is (135,23,49).

#871731 hex color red value is 135, green value is 23 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #871731 hue: 0.96 , saturation: 0.71 and the lightness value of 871731 is 0.31.

The process color (four color CMYK) of #871731 color hex is 0.00, 0.83, 0.64, 0.47. Web safe color of #871731 is #990033. Color #871731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010111 00110001
Octal 207 27 61
Decimal 135 23 49
Hex 87 17 31

RGB Percentages of Color #871731

%65.22
%11.11
%23.67

CMYK Percentages of Color #871731

%0
%83
%64
%47

Triadic Colors of #871731

#871731 #318717 #173187

Analogous Colors of #871731

#871731 #873517 #871769

Monochromatic Colors of #871731

#871731

Complementary Color

#871731 #17876d

#871731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871731 Color CSS Codes

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

#871731 Text Font Color

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

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


#871731 Background Color

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

This div background color is #871731


#871731 Border Color

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

This div border color is #871731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871731


Comments

No comments written yet.

Please login to write comment.