Shades of Dark Red #861701
Tints of Dark Red #861701
RGB
CMYK
RGB Variations
Color information
#861701 (or 0x861701) is known color: Dark Red. HEX triplet: 86, 17 and 01. RGB value is (134,23,1). Sum of RGB (Red+Green+Blue) = 134+23+1=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #861701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861701 is #79E8FE. Grayscale: #353535. Windows color (decimal): -7989503 or 71558. OLE color: 71558.
HSL color Cylindrical-coordinate representation of color #861701: hue angle of 9.92º 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 #861701 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.47 |
| HSL | 9.92º | 0.99% | 0.26% | - |
| HSV(B) | 9.92º | 0.99% | 0.53% | - |
| XYZ | 10.14 | 5.68 | 0.59 | - |
| YUV | 53.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 1 | 0 | 0.83 | 0.99 | 0.47 | 9.92 | 0.99 | 0.26 |
| Hex | 86 | 17 | 1 | 0 | 53 | 63 | 2F | A | 63 | 1A |
| Octal | 206 | 27 | 1 | 0 | 123 | 143 | 57 | 12 | 143 | 32 |
| Binary | 10000110 | 10111 | 1 | 0 | 1010011 | 1100011 | 101111 | 1010 | 1100011 | 11010 |
Color Harmonies of #861701
Complementary color
Monochromatic Colors of #861701
Black with #861701
Text Example
Text Example
White with #861701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861701; }
p { color: rgb(134,23,1); }
H1.HeaderClassName
{
color: #861701;
}
.AnyTagClassName
{
color: #861701;
}
</style>
background-color css
<style>
a { background-color: #861701; }
a { background-color: rgb(134,23,1); }
div.DivClassName
{
background-color: #861701;
}
.BgClassName
{
background-color: #861701;
}
</style>
border-color css
<style>
span { border-color: #861701; }
span { border-color: rgb(134,23,1); }
td.TdClassName
{
border-color: #861701;
}
.TagClassName
{
border-color: #861701;
}
</style>