#870E08

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

Shades of Dark Red #870E08

Tints of Dark Red #870E08

Color information

#870E08 (or 0x870E08) is unknown color: approx Dark Red. HEX triplet: 87, 0E and 08. RGB value is (135,14,8). Sum of RGB (Red+Green+Blue) = 135+14+8=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #870E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E08 is #78F1F7. Grayscale: #313131. Windows color (decimal): -7926264 or 528007. OLE color: 528007.

HSL color Cylindrical-coordinate representation of color #870E08: hue angle of 2.83º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870E08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB135148-
CMYK00.900.940.47
HSL2.83º88.81%28.04%-
HSV(B)2.83º94.07%52.94%-
XYZ10.195.480.75-
YUV49.5104.59188.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.99%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=85.99%
G=8.92%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13514800.900.940.472.8388.8128.04
Hex87E805A5E2F3591c
Octal2071610013213657313134
Binary100001111110100001011010101111010111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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