Shades of Dark Red #861402
Tints of Dark Red #861402
RGB
CMYK
RGB Variations
Color information
#861402 (or 0x861402) is known color: Dark Red. HEX triplet: 86, 14 and 02. RGB value is (134,20,2). Sum of RGB (Red+Green+Blue) = 134+20+2=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #861402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861402 is #79EBFD. Grayscale: #343434. Windows color (decimal): -7990270 or 136326. OLE color: 136326.
HSL color Cylindrical-coordinate representation of color #861402: hue angle of 8.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #861402 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.47 |
| HSL | 8.18º | 0.97% | 0.27% | - |
| HSV(B) | 8.18º | 0.99% | 0.53% | - |
| XYZ | 10.09 | 5.57 | 0.6 | - |
| YUV | 52.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 2 | 0 | 0.85 | 0.99 | 0.47 | 8.18 | 0.97 | 0.27 |
| Hex | 86 | 14 | 2 | 0 | 55 | 63 | 2F | 8 | 61 | 1B |
| Octal | 206 | 24 | 2 | 0 | 125 | 143 | 57 | 10 | 141 | 33 |
| Binary | 10000110 | 10100 | 10 | 0 | 1010101 | 1100011 | 101111 | 1000 | 1100001 | 11011 |
Color Harmonies of #861402
Complementary color
Monochromatic Colors of #861402
Black with #861402
Text Example
Text Example
White with #861402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861402; }
p { color: rgb(134,20,2); }
H1.HeaderClassName
{
color: #861402;
}
.AnyTagClassName
{
color: #861402;
}
</style>
background-color css
<style>
a { background-color: #861402; }
a { background-color: rgb(134,20,2); }
div.DivClassName
{
background-color: #861402;
}
.BgClassName
{
background-color: #861402;
}
</style>
border-color css
<style>
span { border-color: #861402; }
span { border-color: rgb(134,20,2); }
td.TdClassName
{
border-color: #861402;
}
.TagClassName
{
border-color: #861402;
}
</style>