Shades of Dark Red #860701
Tints of Dark Red #860701
RGB
CMYK
RGB Variations
Color information
#860701 (or 0x860701) is known color: Dark Red. HEX triplet: 86, 07 and 01. RGB value is (134,7,1). Sum of RGB (Red+Green+Blue) = 134+7+1=142 (18% of max value = 765). Red value is 134 (52.73% from 255 or 94.37% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 134 - color contains mainly: red. Hex color #860701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860701 is #79F8FE. Grayscale: #2C2C2C. Windows color (decimal): -7993599 or 67462. OLE color: 67462.
HSL color Cylindrical-coordinate representation of color #860701: hue angle of 2.71º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860701 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.47 |
| HSL | 2.71º | 0.99% | 0.26% | - |
| HSV(B) | 2.71º | 0.99% | 0.53% | - |
| XYZ | 9.91 | 5.22 | 0.51 | - |
| YUV | 44.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 1 | 0 | 0.95 | 0.99 | 0.47 | 2.71 | 0.99 | 0.26 |
| Hex | 86 | 7 | 1 | 0 | 5F | 63 | 2F | 3 | 63 | 1A |
| Octal | 206 | 7 | 1 | 0 | 137 | 143 | 57 | 3 | 143 | 32 |
| Binary | 10000110 | 111 | 1 | 0 | 1011111 | 1100011 | 101111 | 11 | 1100011 | 11010 |
Color Harmonies of #860701
Complementary color
Monochromatic Colors of #860701
Black with #860701
Text Example
Text Example
White with #860701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860701; }
p { color: rgb(134,7,1); }
H1.HeaderClassName
{
color: #860701;
}
.AnyTagClassName
{
color: #860701;
}
</style>
background-color css
<style>
a { background-color: #860701; }
a { background-color: rgb(134,7,1); }
div.DivClassName
{
background-color: #860701;
}
.BgClassName
{
background-color: #860701;
}
</style>
border-color css
<style>
span { border-color: #860701; }
span { border-color: rgb(134,7,1); }
td.TdClassName
{
border-color: #860701;
}
.TagClassName
{
border-color: #860701;
}
</style>