Shades of Dark Red #870B05
Tints of Dark Red #870B05
RGB
CMYK
RGB Variations
Color information
#870B05 (or 0x870B05) is known color: Dark Red. HEX triplet: 87, 0B and 05. RGB value is (135,11,5). Sum of RGB (Red+Green+Blue) = 135+11+5=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #870B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B05 is #78F4FA. Grayscale: #2F2F2F. Windows color (decimal): -7927035 or 330631. OLE color: 330631.
HSL color Cylindrical-coordinate representation of color #870B05: hue angle of 2.77º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870B05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 5 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.47 |
| HSL | 2.77º | 0.93% | 0.27% | - |
| HSV(B) | 2.77º | 0.96% | 0.53% | - |
| XYZ | 10.14 | 5.4 | 0.65 | - |
| YUV | 47.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 5 | 0 | 0.92 | 0.96 | 0.47 | 2.77 | 0.93 | 0.27 |
| Hex | 87 | B | 5 | 0 | 5C | 60 | 2F | 3 | 5D | 1B |
| Octal | 207 | 13 | 5 | 0 | 134 | 140 | 57 | 3 | 135 | 33 |
| Binary | 10000111 | 1011 | 101 | 0 | 1011100 | 1100000 | 101111 | 11 | 1011101 | 11011 |
Color Harmonies of #870B05
Complementary color
Monochromatic Colors of #870B05
Black with #870B05
Text Example
Text Example
White with #870B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B05; }
p { color: rgb(135,11,5); }
H1.HeaderClassName
{
color: #870B05;
}
.AnyTagClassName
{
color: #870B05;
}
</style>
background-color css
<style>
a { background-color: #870B05; }
a { background-color: rgb(135,11,5); }
div.DivClassName
{
background-color: #870B05;
}
.BgClassName
{
background-color: #870B05;
}
</style>
border-color css
<style>
span { border-color: #870B05; }
span { border-color: rgb(135,11,5); }
td.TdClassName
{
border-color: #870B05;
}
.TagClassName
{
border-color: #870B05;
}
</style>