Shades of Dark Red #861501
Tints of Dark Red #861501
RGB
CMYK
RGB Variations
Color information
#861501 (or 0x861501) is known color: Dark Red. HEX triplet: 86, 15 and 01. RGB value is (134,21,1). Sum of RGB (Red+Green+Blue) = 134+21+1=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #861501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861501 is #79EAFE. Grayscale: #343434. Windows color (decimal): -7990015 or 71046. OLE color: 71046.
HSL color Cylindrical-coordinate representation of color #861501: hue angle of 9.02º 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 #861501 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.47 |
| HSL | 9.02º | 0.99% | 0.26% | - |
| HSV(B) | 9.02º | 0.99% | 0.53% | - |
| XYZ | 10.11 | 5.61 | 0.58 | - |
| YUV | 52.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 1 | 0 | 0.84 | 0.99 | 0.47 | 9.02 | 0.99 | 0.26 |
| Hex | 86 | 15 | 1 | 0 | 54 | 63 | 2F | 9 | 63 | 1A |
| Octal | 206 | 25 | 1 | 0 | 124 | 143 | 57 | 11 | 143 | 32 |
| Binary | 10000110 | 10101 | 1 | 0 | 1010100 | 1100011 | 101111 | 1001 | 1100011 | 11010 |
Color Harmonies of #861501
Complementary color
Monochromatic Colors of #861501
Black with #861501
Text Example
Text Example
White with #861501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861501; }
p { color: rgb(134,21,1); }
H1.HeaderClassName
{
color: #861501;
}
.AnyTagClassName
{
color: #861501;
}
</style>
background-color css
<style>
a { background-color: #861501; }
a { background-color: rgb(134,21,1); }
div.DivClassName
{
background-color: #861501;
}
.BgClassName
{
background-color: #861501;
}
</style>
border-color css
<style>
span { border-color: #861501; }
span { border-color: rgb(134,21,1); }
td.TdClassName
{
border-color: #861501;
}
.TagClassName
{
border-color: #861501;
}
</style>