Shades of Dark Red #860505
Tints of Dark Red #860505
RGB
CMYK
RGB Variations
Color information
#860505 (or 0x860505) is known color: Dark Red. HEX triplet: 86, 05 and 05. RGB value is (134,5,5). Sum of RGB (Red+Green+Blue) = 134+5+5=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860505 is #79FAFA. Grayscale: #2B2B2B. Windows color (decimal): -7994107 or 329094. OLE color: 329094.
HSL color Cylindrical-coordinate representation of color #860505: hue angle of 0º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860505 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 5 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.47 |
| HSL | 0º | 0.93% | 0.27% | - |
| HSV(B) | 0º | 0.96% | 0.53% | - |
| XYZ | 9.91 | 5.19 | 0.62 | - |
| YUV | 43.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 5 | 0 | 0.96 | 0.96 | 0.47 | 0 | 0.93 | 0.27 |
| Hex | 86 | 5 | 5 | 0 | 60 | 60 | 2F | 0 | 5D | 1B |
| Octal | 206 | 5 | 5 | 0 | 140 | 140 | 57 | 0 | 135 | 33 |
| Binary | 10000110 | 101 | 101 | 0 | 1100000 | 1100000 | 101111 | 0 | 1011101 | 11011 |
Color Harmonies of #860505
Complementary color
Monochromatic Colors of #860505
Black with #860505
Text Example
Text Example
White with #860505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860505; }
p { color: rgb(134,5,5); }
H1.HeaderClassName
{
color: #860505;
}
.AnyTagClassName
{
color: #860505;
}
</style>
background-color css
<style>
a { background-color: #860505; }
a { background-color: rgb(134,5,5); }
div.DivClassName
{
background-color: #860505;
}
.BgClassName
{
background-color: #860505;
}
</style>
border-color css
<style>
span { border-color: #860505; }
span { border-color: rgb(134,5,5); }
td.TdClassName
{
border-color: #860505;
}
.TagClassName
{
border-color: #860505;
}
</style>