Shades of Dark Red #860D07
Tints of Dark Red #860D07
RGB
CMYK
RGB Variations
Color information
#860D07 (or 0x860D07) is known color: Dark Red. HEX triplet: 86, 0D and 07. RGB value is (134,13,7). Sum of RGB (Red+Green+Blue) = 134+13+7=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #860D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D07 is #79F2F8. Grayscale: #303030. Windows color (decimal): -7992057 or 462214. OLE color: 462214.
HSL color Cylindrical-coordinate representation of color #860D07: hue angle of 2.83º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860D07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.47 |
| HSL | 2.83º | 0.9% | 0.28% | - |
| HSV(B) | 2.83º | 0.95% | 0.53% | - |
| XYZ | 10.01 | 5.37 | 0.71 | - |
| YUV | 48.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 7 | 0 | 0.90 | 0.95 | 0.47 | 2.83 | 0.9 | 0.28 |
| Hex | 86 | D | 7 | 0 | 5A | 5F | 2F | 3 | 5A | 1C |
| Octal | 206 | 15 | 7 | 0 | 132 | 137 | 57 | 3 | 132 | 34 |
| Binary | 10000110 | 1101 | 111 | 0 | 1011010 | 1011111 | 101111 | 11 | 1011010 | 11100 |
Color Harmonies of #860D07
Complementary color
Monochromatic Colors of #860D07
Black with #860D07
Text Example
Text Example
White with #860D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D07; }
p { color: rgb(134,13,7); }
H1.HeaderClassName
{
color: #860D07;
}
.AnyTagClassName
{
color: #860D07;
}
</style>
background-color css
<style>
a { background-color: #860D07; }
a { background-color: rgb(134,13,7); }
div.DivClassName
{
background-color: #860D07;
}
.BgClassName
{
background-color: #860D07;
}
</style>
border-color css
<style>
span { border-color: #860D07; }
span { border-color: rgb(134,13,7); }
td.TdClassName
{
border-color: #860D07;
}
.TagClassName
{
border-color: #860D07;
}
</style>