#870A09

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

Shades of Dark Red #870A09

Tints of Dark Red #870A09

Color information

#870A09 (or 0x870A09) is unknown color: approx Dark Red. HEX triplet: 87, 0A and 09. RGB value is (135,10,9). Sum of RGB (Red+Green+Blue) = 135+10+9=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870A09 is #78F5F6. Grayscale: #2F2F2F. Windows color (decimal): -7927287 or 592519. OLE color: 592519.

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

Color convert

RGB135109-
CMYK00.930.930.47
HSL0.48º87.5%28.24%-
HSV(B)0.48º93.33%52.94%-
XYZ10.155.390.76-
YUV47.26106.41190.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 87.66%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=87.66%
G=6.49%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510900.930.930.470.4887.528.24
Hex87A905D5D2F0581c
Octal2071211013513557013034
Binary10000111101010010101110110111011011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,10,9); }

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

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

 a { background-color: rgb(135,10,9); }

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

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

 span { border-color: rgb(135,10,9); }

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