Shades of Dark Red #870F06
Tints of Dark Red #870F06
RGB
CMYK
RGB Variations
Color information
#870F06 (or 0x870F06) is known color: Dark Red. HEX triplet: 87, 0F and 06. RGB value is (135,15,6). Sum of RGB (Red+Green+Blue) = 135+15+6=156 (20% of max value = 765). Red value is 135 (53.12% from 255 or 86.54% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 135 - color contains mainly: red. Hex color #870F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F06 is #78F0F9. Grayscale: #323232. Windows color (decimal): -7926010 or 397191. OLE color: 397191.
HSL color Cylindrical-coordinate representation of color #870F06: hue angle of 4.19º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870F06 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 6 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.47 |
| HSL | 4.19º | 0.91% | 0.28% | - |
| HSV(B) | 4.19º | 0.96% | 0.53% | - |
| XYZ | 10.2 | 5.51 | 0.7 | - |
| YUV | 49.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 6 | 0 | 0.89 | 0.96 | 0.47 | 4.19 | 0.91 | 0.28 |
| Hex | 87 | F | 6 | 0 | 59 | 60 | 2F | 4 | 5B | 1C |
| Octal | 207 | 17 | 6 | 0 | 131 | 140 | 57 | 4 | 133 | 34 |
| Binary | 10000111 | 1111 | 110 | 0 | 1011001 | 1100000 | 101111 | 100 | 1011011 | 11100 |
Color Harmonies of #870F06
Complementary color
Monochromatic Colors of #870F06
Black with #870F06
Text Example
Text Example
White with #870F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F06; }
p { color: rgb(135,15,6); }
H1.HeaderClassName
{
color: #870F06;
}
.AnyTagClassName
{
color: #870F06;
}
</style>
background-color css
<style>
a { background-color: #870F06; }
a { background-color: rgb(135,15,6); }
div.DivClassName
{
background-color: #870F06;
}
.BgClassName
{
background-color: #870F06;
}
</style>
border-color css
<style>
span { border-color: #870F06; }
span { border-color: rgb(135,15,6); }
td.TdClassName
{
border-color: #870F06;
}
.TagClassName
{
border-color: #870F06;
}
</style>