Shades of Dark Red #860C00
Tints of Dark Red #860C00
RGB
CMYK
RGB Variations
Color information
#860C00 (or 0x860C00) is known color: Dark Red. HEX triplet: 86, 0C and 00. RGB value is (134,12,0). Sum of RGB (Red+Green+Blue) = 134+12+0=146 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.78% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 134 - color contains mainly: red. Hex color #860C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C00 is #79F3FF. Grayscale: #2F2F2F. Windows color (decimal): -7992320 or 3206. OLE color: 3206.
HSL color Cylindrical-coordinate representation of color #860C00: hue angle of 5.37º 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 #860C00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.47 |
| HSL | 5.37º | 1% | 0.26% | - |
| HSV(B) | 5.37º | 1% | 0.53% | - |
| XYZ | 9.96 | 5.33 | 0.5 | - |
| YUV | 47.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 0 | 0 | 0.91 | 1 | 0.47 | 5.37 | 1 | 0.26 |
| Hex | 86 | C | 0 | 0 | 5B | 64 | 2F | 5 | 64 | 1A |
| Octal | 206 | 14 | 0 | 0 | 133 | 144 | 57 | 5 | 144 | 32 |
| Binary | 10000110 | 1100 | 0 | 0 | 1011011 | 1100100 | 101111 | 101 | 1100100 | 11010 |
Color Harmonies of #860C00
Complementary color
Monochromatic Colors of #860C00
Black with #860C00
Text Example
Text Example
White with #860C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C00; }
p { color: rgb(134,12,0); }
H1.HeaderClassName
{
color: #860C00;
}
.AnyTagClassName
{
color: #860C00;
}
</style>
background-color css
<style>
a { background-color: #860C00; }
a { background-color: rgb(134,12,0); }
div.DivClassName
{
background-color: #860C00;
}
.BgClassName
{
background-color: #860C00;
}
</style>
border-color css
<style>
span { border-color: #860C00; }
span { border-color: rgb(134,12,0); }
td.TdClassName
{
border-color: #860C00;
}
.TagClassName
{
border-color: #860C00;
}
</style>