Shades of Dark Red #860A01
Tints of Dark Red #860A01
RGB
CMYK
RGB Variations
Color information
#860A01 (or 0x860A01) is known color: Dark Red. HEX triplet: 86, 0A and 01. RGB value is (134,10,1). Sum of RGB (Red+Green+Blue) = 134+10+1=145 (19% of max value = 765). Red value is 134 (52.73% from 255 or 92.41% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 134 - color contains mainly: red. Hex color #860A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A01 is #79F5FE. Grayscale: #2E2E2E. Windows color (decimal): -7992831 or 68230. OLE color: 68230.
HSL color Cylindrical-coordinate representation of color #860A01: hue angle of 4.06º 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 #860A01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.47 |
| HSL | 4.06º | 0.99% | 0.26% | - |
| HSV(B) | 4.06º | 0.99% | 0.53% | - |
| XYZ | 9.95 | 5.29 | 0.53 | - |
| YUV | 46.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 1 | 0 | 0.93 | 0.99 | 0.47 | 4.06 | 0.99 | 0.26 |
| Hex | 86 | A | 1 | 0 | 5D | 63 | 2F | 4 | 63 | 1A |
| Octal | 206 | 12 | 1 | 0 | 135 | 143 | 57 | 4 | 143 | 32 |
| Binary | 10000110 | 1010 | 1 | 0 | 1011101 | 1100011 | 101111 | 100 | 1100011 | 11010 |
Color Harmonies of #860A01
Complementary color
Monochromatic Colors of #860A01
Black with #860A01
Text Example
Text Example
White with #860A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A01; }
p { color: rgb(134,10,1); }
H1.HeaderClassName
{
color: #860A01;
}
.AnyTagClassName
{
color: #860A01;
}
</style>
background-color css
<style>
a { background-color: #860A01; }
a { background-color: rgb(134,10,1); }
div.DivClassName
{
background-color: #860A01;
}
.BgClassName
{
background-color: #860A01;
}
</style>
border-color css
<style>
span { border-color: #860A01; }
span { border-color: rgb(134,10,1); }
td.TdClassName
{
border-color: #860A01;
}
.TagClassName
{
border-color: #860A01;
}
</style>