#870E00

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

Shades of Dark Red #870E00

Tints of Dark Red #870E00

Color information

#870E00 (or 0x870E00) is unknown color: approx Dark Red. HEX triplet: 87, 0E and 00. RGB value is (135,14,0). Sum of RGB (Red+Green+Blue) = 135+14+0=149 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90.60% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 135 - color contains mainly: red. Hex color #870E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E00 is #78F1FF. Grayscale: #303030. Windows color (decimal): -7926272 or 3719. OLE color: 3719.

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

Color convert

RGB135140-
CMYK00.9010.47
HSL6.22º100%26.47%-
HSV(B)6.22º100%52.94%-
XYZ10.155.460.52-
YUV48.58100.59189.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 90.60%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.60%
G=9.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13514000.9010.476.2210026.47
Hex87E005A642F6641a
Octal207160013214457614432
Binary1000011111100010110101100100101111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E00; }

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

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

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

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

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

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

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

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