Color Hex Logo

#871641 Color Hex

#871641
(135,22,65)
0 Favorites   0 Comments

Color spaces of #871641

RGB 1352265
HSL0.940.720.31
HSV337°84°53°
CMYK 0.000.840.52   0.47
XYZ11.23276.10645.5876
Yxy6.10640.48990.2663
Hunter Lab24.711137.89453.8913
CIE-Lab29.679348.47474.4353

#871641 color RGB value is (135,22,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 01000001
Octal 207 26 101
Decimal 135 22 65
Hex 87 16 41

RGB Percentages of Color #871641

%60.81
%9.91
%29.28

CMYK Percentages of Color #871641

%0
%84
%52
%47

Triadic Colors of #871641

#871641 #418716 #164187

Analogous Colors of #871641

#871641 #872416 #87167a

Monochromatic Colors of #871641

#871641

Complementary Color

#871641 #16875c

#871641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871641 Color CSS Codes

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

#871641 Text Font Color

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

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


#871641 Background Color

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

This div background color is #871641


#871641 Border Color

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

This div border color is #871641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871641


Comments

No comments written yet.

Please login to write comment.