#871600

Color #871600 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #871600

Tints of Dark Red #871600

Color information

#871600 (or 0x871600) is unknown color: approx Dark Red. HEX triplet: 87, 16 and 00. RGB value is (135,22,0). Sum of RGB (Red+Green+Blue) = 135+22+0=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #871600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871600 is #78E9FF. Grayscale: #353535. Windows color (decimal): -7924224 or 5767. OLE color: 5767.

HSL color Cylindrical-coordinate representation of color #871600: hue angle of 9.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #871600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135220-
CMYK00.8410.47
HSL9.78º100%26.47%-
HSV(B)9.78º100%52.94%-
XYZ10.285.720.56-
YUV53.2897.94186.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 85.99%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.99%
G=14.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13522000.8410.479.7810026.47
Hex87160054642Fa641a
Octal2072600124144571214432
Binary100001111011000101010011001001011111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871600; }

 p { color: rgb(135,22,0); }

 H1.HeaderClassName
 {
   color: #871600;
 }
 .AnyTagClassName
 {
   color: #871600;
 }
</style>
background-color css

<style>
 a { background-color: #871600; }

 a { background-color: rgb(135,22,0); }

 div.DivClassName
 {
   background-color: #871600;
 }
 .BgClassName
 {
   background-color: #871600;
 }
</style>
border-color css

<style>
 span { border-color: #871600; }

 span { border-color: rgb(135,22,0); }

 td.TdClassName
 {
   border-color: #871600;
 }
 .TagClassName
 {
   border-color: #871600;
 }
</style>