Shades of Dark Red #870A06
Tints of Dark Red #870A06
RGB
CMYK
RGB Variations
Color information
#870A06 (or 0x870A06) is known color: Dark Red. HEX triplet: 87, 0A and 06. RGB value is (135,10,6). Sum of RGB (Red+Green+Blue) = 135+10+6=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #870A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870A06 is #78F5F9. Grayscale: #2F2F2F. Windows color (decimal): -7927290 or 395911. OLE color: 395911.
HSL color Cylindrical-coordinate representation of color #870A06: hue angle of 1.86º 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 #870A06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 6 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.47 |
| HSL | 1.86º | 0.91% | 0.28% | - |
| HSV(B) | 1.86º | 0.96% | 0.53% | - |
| XYZ | 10.13 | 5.38 | 0.68 | - |
| YUV | 46.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 6 | 0 | 0.93 | 0.96 | 0.47 | 1.86 | 0.91 | 0.28 |
| Hex | 87 | A | 6 | 0 | 5D | 60 | 2F | 2 | 5B | 1C |
| Octal | 207 | 12 | 6 | 0 | 135 | 140 | 57 | 2 | 133 | 34 |
| Binary | 10000111 | 1010 | 110 | 0 | 1011101 | 1100000 | 101111 | 10 | 1011011 | 11100 |
Color Harmonies of #870A06
Complementary color
Monochromatic Colors of #870A06
Black with #870A06
Text Example
Text Example
White with #870A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A06; }
p { color: rgb(135,10,6); }
H1.HeaderClassName
{
color: #870A06;
}
.AnyTagClassName
{
color: #870A06;
}
</style>
background-color css
<style>
a { background-color: #870A06; }
a { background-color: rgb(135,10,6); }
div.DivClassName
{
background-color: #870A06;
}
.BgClassName
{
background-color: #870A06;
}
</style>
border-color css
<style>
span { border-color: #870A06; }
span { border-color: rgb(135,10,6); }
td.TdClassName
{
border-color: #870A06;
}
.TagClassName
{
border-color: #870A06;
}
</style>