Shades of Dark Red #861601
Tints of Dark Red #861601
RGB
CMYK
RGB Variations
Color information
#861601 (or 0x861601) is known color: Dark Red. HEX triplet: 86, 16 and 01. RGB value is (134,22,1). Sum of RGB (Red+Green+Blue) = 134+22+1=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #861601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861601 is #79E9FE. Grayscale: #353535. Windows color (decimal): -7989759 or 71302. OLE color: 71302.
HSL color Cylindrical-coordinate representation of color #861601: hue angle of 9.47º 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 #861601 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.47 |
| HSL | 9.47º | 0.99% | 0.26% | - |
| HSV(B) | 9.47º | 0.99% | 0.53% | - |
| XYZ | 10.12 | 5.64 | 0.58 | - |
| YUV | 53.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 1 | 0 | 0.84 | 0.99 | 0.47 | 9.47 | 0.99 | 0.26 |
| Hex | 86 | 16 | 1 | 0 | 54 | 63 | 2F | 9 | 63 | 1A |
| Octal | 206 | 26 | 1 | 0 | 124 | 143 | 57 | 11 | 143 | 32 |
| Binary | 10000110 | 10110 | 1 | 0 | 1010100 | 1100011 | 101111 | 1001 | 1100011 | 11010 |
Color Harmonies of #861601
Complementary color
Monochromatic Colors of #861601
Black with #861601
Text Example
Text Example
White with #861601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861601; }
p { color: rgb(134,22,1); }
H1.HeaderClassName
{
color: #861601;
}
.AnyTagClassName
{
color: #861601;
}
</style>
background-color css
<style>
a { background-color: #861601; }
a { background-color: rgb(134,22,1); }
div.DivClassName
{
background-color: #861601;
}
.BgClassName
{
background-color: #861601;
}
</style>
border-color css
<style>
span { border-color: #861601; }
span { border-color: rgb(134,22,1); }
td.TdClassName
{
border-color: #861601;
}
.TagClassName
{
border-color: #861601;
}
</style>