Shades of Dark Red #860A08
Tints of Dark Red #860A08
RGB
CMYK
RGB Variations
Color information
#860A08 (or 0x860A08) is known color: Dark Red. HEX triplet: 86, 0A and 08. RGB value is (134,10,8). Sum of RGB (Red+Green+Blue) = 134+10+8=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #860A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A08 is #79F5F7. Grayscale: #2E2E2E. Windows color (decimal): -7992824 or 526982. OLE color: 526982.
HSL color Cylindrical-coordinate representation of color #860A08: hue angle of 0.95º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860A08 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 8 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.47 |
| HSL | 0.95º | 0.89% | 0.28% | - |
| HSV(B) | 0.95º | 0.94% | 0.53% | - |
| XYZ | 9.98 | 5.3 | 0.73 | - |
| YUV | 46.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 8 | 0 | 0.93 | 0.94 | 0.47 | 0.95 | 0.89 | 0.28 |
| Hex | 86 | A | 8 | 0 | 5D | 5E | 2F | 1 | 59 | 1C |
| Octal | 206 | 12 | 10 | 0 | 135 | 136 | 57 | 1 | 131 | 34 |
| Binary | 10000110 | 1010 | 1000 | 0 | 1011101 | 1011110 | 101111 | 1 | 1011001 | 11100 |
Color Harmonies of #860A08
Complementary color
Monochromatic Colors of #860A08
Black with #860A08
Text Example
Text Example
White with #860A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A08; }
p { color: rgb(134,10,8); }
H1.HeaderClassName
{
color: #860A08;
}
.AnyTagClassName
{
color: #860A08;
}
</style>
background-color css
<style>
a { background-color: #860A08; }
a { background-color: rgb(134,10,8); }
div.DivClassName
{
background-color: #860A08;
}
.BgClassName
{
background-color: #860A08;
}
</style>
border-color css
<style>
span { border-color: #860A08; }
span { border-color: rgb(134,10,8); }
td.TdClassName
{
border-color: #860A08;
}
.TagClassName
{
border-color: #860A08;
}
</style>