#871400

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

Shades of Dark Red #871400

Tints of Dark Red #871400

Color information

#871400 (or 0x871400) is unknown color: approx Dark Red. HEX triplet: 87, 14 and 00. RGB value is (135,20,0). Sum of RGB (Red+Green+Blue) = 135+20+0=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #871400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871400 is #78EBFF. Grayscale: #343434. Windows color (decimal): -7924736 or 5255. OLE color: 5255.

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

Color convert

RGB135200-
CMYK00.8510.47
HSL8.89º100%26.47%-
HSV(B)8.89º100%52.94%-
XYZ10.245.650.55-
YUV52.198.6187.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 87.10%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.10%
G=12.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13520000.8510.478.8910026.47
Hex87140055642F9641a
Octal2072400125144571114432
Binary100001111010000101010111001001011111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871400; }

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

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

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

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

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

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

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

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