#870B00

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

Shades of Dark Red #870B00

Tints of Dark Red #870B00

Color information

#870B00 (or 0x870B00) is unknown color: approx Dark Red. HEX triplet: 87, 0B and 00. RGB value is (135,11,0). Sum of RGB (Red+Green+Blue) = 135+11+0=146 (19% of max value = 765). Red value is 135 (53.12% from 255 or 92.47% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 135 - color contains mainly: red. Hex color #870B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B00 is #78F4FF. Grayscale: #2E2E2E. Windows color (decimal): -7927040 or 2951. OLE color: 2951.

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

Color convert

RGB135110-
CMYK00.9210.47
HSL4.89º100%26.47%-
HSV(B)4.89º100%52.94%-
XYZ10.115.390.51-
YUV46.82101.58190.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 92.47%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.47%
G=7.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511000.9210.474.8910026.47
Hex87B005C642F5641a
Octal207130013414457514432
Binary1000011110110010111001100100101111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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