Shades of Dark Red #860A0A
Tints of Dark Red #860A0A
RGB
CMYK
RGB Variations
Color information
#860A0A (or 0x860A0A) is known color: Dark Red. HEX triplet: 86, 0A and 0A. RGB value is (134,10,10). Sum of RGB (Red+Green+Blue) = 134+10+10=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #860A0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A0A is #79F5F5. Grayscale: #2F2F2F. Windows color (decimal): -7992822 or 658054. OLE color: 658054.
HSL color Cylindrical-coordinate representation of color #860A0A: hue angle of 0º degrees, saturation: 0.86, 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 #860A0A is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 10 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.47 |
| HSL | 0º | 0.86% | 0.28% | - |
| HSV(B) | 0º | 0.93% | 0.53% | - |
| XYZ | 9.99 | 5.31 | 0.78 | - |
| YUV | 47.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 10 | 0 | 0.93 | 0.93 | 0.47 | 0 | 0.86 | 0.28 |
| Hex | 86 | A | A | 0 | 5D | 5D | 2F | 0 | 56 | 1C |
| Octal | 206 | 12 | 12 | 0 | 135 | 135 | 57 | 0 | 126 | 34 |
| Binary | 10000110 | 1010 | 1010 | 0 | 1011101 | 1011101 | 101111 | 0 | 1010110 | 11100 |
Color Harmonies of #860A0A
Complementary color
Monochromatic Colors of #860A0A
Black with #860A0A
Text Example
Text Example
White with #860A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A0A; }
p { color: rgb(134,10,10); }
H1.HeaderClassName
{
color: #860A0A;
}
.AnyTagClassName
{
color: #860A0A;
}
</style>
background-color css
<style>
a { background-color: #860A0A; }
a { background-color: rgb(134,10,10); }
div.DivClassName
{
background-color: #860A0A;
}
.BgClassName
{
background-color: #860A0A;
}
</style>
border-color css
<style>
span { border-color: #860A0A; }
span { border-color: rgb(134,10,10); }
td.TdClassName
{
border-color: #860A0A;
}
.TagClassName
{
border-color: #860A0A;
}
</style>