Shades of Dark Red #861002
Tints of Dark Red #861002
RGB
CMYK
RGB Variations
Color information
#861002 (or 0x861002) is known color: Dark Red. HEX triplet: 86, 10 and 02. RGB value is (134,16,2). Sum of RGB (Red+Green+Blue) = 134+16+2=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #861002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861002 is #79EFFD. Grayscale: #313131. Windows color (decimal): -7991294 or 135302. OLE color: 135302.
HSL color Cylindrical-coordinate representation of color #861002: hue angle of 6.36º 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 #861002 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.47 |
| HSL | 6.36º | 0.97% | 0.27% | - |
| HSV(B) | 6.36º | 0.99% | 0.53% | - |
| XYZ | 10.03 | 5.44 | 0.58 | - |
| YUV | 49.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 2 | 0 | 0.88 | 0.99 | 0.47 | 6.36 | 0.97 | 0.27 |
| Hex | 86 | 10 | 2 | 0 | 58 | 63 | 2F | 6 | 61 | 1B |
| Octal | 206 | 20 | 2 | 0 | 130 | 143 | 57 | 6 | 141 | 33 |
| Binary | 10000110 | 10000 | 10 | 0 | 1011000 | 1100011 | 101111 | 110 | 1100001 | 11011 |
Color Harmonies of #861002
Complementary color
Monochromatic Colors of #861002
Black with #861002
Text Example
Text Example
White with #861002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861002; }
p { color: rgb(134,16,2); }
H1.HeaderClassName
{
color: #861002;
}
.AnyTagClassName
{
color: #861002;
}
</style>
background-color css
<style>
a { background-color: #861002; }
a { background-color: rgb(134,16,2); }
div.DivClassName
{
background-color: #861002;
}
.BgClassName
{
background-color: #861002;
}
</style>
border-color css
<style>
span { border-color: #861002; }
span { border-color: rgb(134,16,2); }
td.TdClassName
{
border-color: #861002;
}
.TagClassName
{
border-color: #861002;
}
</style>