Shades of Dark Red #860D09
Tints of Dark Red #860D09
RGB
CMYK
RGB Variations
Color information
#860D09 (or 0x860D09) is known color: Dark Red. HEX triplet: 86, 0D and 09. RGB value is (134,13,9). Sum of RGB (Red+Green+Blue) = 134+13+9=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D09 is #79F2F6. Grayscale: #303030. Windows color (decimal): -7992055 or 593286. OLE color: 593286.
HSL color Cylindrical-coordinate representation of color #860D09: hue angle of 1.92º degrees, saturation: 0.87, 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 #860D09 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 9 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.47 |
| HSL | 1.92º | 0.87% | 0.28% | - |
| HSV(B) | 1.92º | 0.93% | 0.53% | - |
| XYZ | 10.02 | 5.38 | 0.77 | - |
| YUV | 48.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 9 | 0 | 0.90 | 0.93 | 0.47 | 1.92 | 0.87 | 0.28 |
| Hex | 86 | D | 9 | 0 | 5A | 5D | 2F | 2 | 57 | 1C |
| Octal | 206 | 15 | 11 | 0 | 132 | 135 | 57 | 2 | 127 | 34 |
| Binary | 10000110 | 1101 | 1001 | 0 | 1011010 | 1011101 | 101111 | 10 | 1010111 | 11100 |
Color Harmonies of #860D09
Complementary color
Monochromatic Colors of #860D09
Black with #860D09
Text Example
Text Example
White with #860D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D09; }
p { color: rgb(134,13,9); }
H1.HeaderClassName
{
color: #860D09;
}
.AnyTagClassName
{
color: #860D09;
}
</style>
background-color css
<style>
a { background-color: #860D09; }
a { background-color: rgb(134,13,9); }
div.DivClassName
{
background-color: #860D09;
}
.BgClassName
{
background-color: #860D09;
}
</style>
border-color css
<style>
span { border-color: #860D09; }
span { border-color: rgb(134,13,9); }
td.TdClassName
{
border-color: #860D09;
}
.TagClassName
{
border-color: #860D09;
}
</style>