#871700

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

Shades of Dark Red #871700

Tints of Dark Red #871700

Color information

#871700 (or 0x871700) is unknown color: approx Dark Red. HEX triplet: 87, 17 and 00. RGB value is (135,23,0). Sum of RGB (Red+Green+Blue) = 135+23+0=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #871700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871700 is #78E8FF. Grayscale: #363636. Windows color (decimal): -7923968 or 6023. OLE color: 6023.

HSL color Cylindrical-coordinate representation of color #871700: hue angle of 10.22º 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 #871700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135230-
CMYK00.8310.47
HSL10.22º100%26.47%-
HSV(B)10.22º100%52.94%-
XYZ10.35.760.57-
YUV53.8797.61185.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.44%
G=14.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13523000.8310.4710.2210026.47
Hex87170053642Fa641a
Octal2072700123144571214432
Binary100001111011100101001111001001011111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871700; }

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

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

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

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

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

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

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

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