Shades of Dark Red #860F07
Tints of Dark Red #860F07
RGB
CMYK
RGB Variations
Color information
#860F07 (or 0x860F07) is known color: Dark Red. HEX triplet: 86, 0F and 07. RGB value is (134,15,7). Sum of RGB (Red+Green+Blue) = 134+15+7=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F07 is #79F0F8. Grayscale: #313131. Windows color (decimal): -7991545 or 462726. OLE color: 462726.
HSL color Cylindrical-coordinate representation of color #860F07: hue angle of 3.78º 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 #860F07 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.47 |
| HSL | 3.78º | 0.9% | 0.28% | - |
| HSV(B) | 3.78º | 0.95% | 0.53% | - |
| XYZ | 10.04 | 5.43 | 0.72 | - |
| YUV | 49.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 7 | 0 | 0.89 | 0.95 | 0.47 | 3.78 | 0.9 | 0.28 |
| Hex | 86 | F | 7 | 0 | 59 | 5F | 2F | 4 | 5A | 1C |
| Octal | 206 | 17 | 7 | 0 | 131 | 137 | 57 | 4 | 132 | 34 |
| Binary | 10000110 | 1111 | 111 | 0 | 1011001 | 1011111 | 101111 | 100 | 1011010 | 11100 |
Color Harmonies of #860F07
Complementary color
Monochromatic Colors of #860F07
Black with #860F07
Text Example
Text Example
White with #860F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F07; }
p { color: rgb(134,15,7); }
H1.HeaderClassName
{
color: #860F07;
}
.AnyTagClassName
{
color: #860F07;
}
</style>
background-color css
<style>
a { background-color: #860F07; }
a { background-color: rgb(134,15,7); }
div.DivClassName
{
background-color: #860F07;
}
.BgClassName
{
background-color: #860F07;
}
</style>
border-color css
<style>
span { border-color: #860F07; }
span { border-color: rgb(134,15,7); }
td.TdClassName
{
border-color: #860F07;
}
.TagClassName
{
border-color: #860F07;
}
</style>