Shades of Dark Red #860200
Tints of Dark Red #860200
RGB
CMYK
RGB Variations
Color information
#860200 (or 0x860200) is known color: Dark Red. HEX triplet: 86, 02 and 00. RGB value is (134,2,0). Sum of RGB (Red+Green+Blue) = 134+2+0=136 (18% of max value = 765). Red value is 134 (52.73% from 255 or 98.53% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 134 - color contains mainly: red. Hex color #860200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860200 is #79FDFF. Grayscale: #292929. Windows color (decimal): -7994880 or 646. OLE color: 646.
HSL color Cylindrical-coordinate representation of color #860200: hue angle of 0.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.47 |
| HSL | 0.9º | 1% | 0.26% | - |
| HSV(B) | 0.9º | 1% | 0.53% | - |
| XYZ | 9.85 | 5.11 | 0.47 | - |
| YUV | 41.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 0 | 0 | 0.99 | 1 | 0.47 | 0.9 | 1 | 0.26 |
| Hex | 86 | 2 | 0 | 0 | 63 | 64 | 2F | 1 | 64 | 1A |
| Octal | 206 | 2 | 0 | 0 | 143 | 144 | 57 | 1 | 144 | 32 |
| Binary | 10000110 | 10 | 0 | 0 | 1100011 | 1100100 | 101111 | 1 | 1100100 | 11010 |
Color Harmonies of #860200
Complementary color
Monochromatic Colors of #860200
Black with #860200
Text Example
Text Example
White with #860200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860200; }
p { color: rgb(134,2,0); }
H1.HeaderClassName
{
color: #860200;
}
.AnyTagClassName
{
color: #860200;
}
</style>
background-color css
<style>
a { background-color: #860200; }
a { background-color: rgb(134,2,0); }
div.DivClassName
{
background-color: #860200;
}
.BgClassName
{
background-color: #860200;
}
</style>
border-color css
<style>
span { border-color: #860200; }
span { border-color: rgb(134,2,0); }
td.TdClassName
{
border-color: #860200;
}
.TagClassName
{
border-color: #860200;
}
</style>