Shades of Dark Red #860702
Tints of Dark Red #860702
RGB
CMYK
RGB Variations
Color information
#860702 (or 0x860702) is known color: Dark Red. HEX triplet: 86, 07 and 02. RGB value is (134,7,2). Sum of RGB (Red+Green+Blue) = 134+7+2=143 (18% of max value = 765). Red value is 134 (52.73% from 255 or 93.71% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 134 - color contains mainly: red. Hex color #860702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860702 is #79F8FD. Grayscale: #2C2C2C. Windows color (decimal): -7993598 or 132998. OLE color: 132998.
HSL color Cylindrical-coordinate representation of color #860702: hue angle of 2.27º 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 #860702 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.47 |
| HSL | 2.27º | 0.97% | 0.27% | - |
| HSV(B) | 2.27º | 0.99% | 0.53% | - |
| XYZ | 9.92 | 5.22 | 0.54 | - |
| YUV | 44.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 2 | 0 | 0.95 | 0.99 | 0.47 | 2.27 | 0.97 | 0.27 |
| Hex | 86 | 7 | 2 | 0 | 5F | 63 | 2F | 2 | 61 | 1B |
| Octal | 206 | 7 | 2 | 0 | 137 | 143 | 57 | 2 | 141 | 33 |
| Binary | 10000110 | 111 | 10 | 0 | 1011111 | 1100011 | 101111 | 10 | 1100001 | 11011 |
Color Harmonies of #860702
Complementary color
Monochromatic Colors of #860702
Black with #860702
Text Example
Text Example
White with #860702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860702; }
p { color: rgb(134,7,2); }
H1.HeaderClassName
{
color: #860702;
}
.AnyTagClassName
{
color: #860702;
}
</style>
background-color css
<style>
a { background-color: #860702; }
a { background-color: rgb(134,7,2); }
div.DivClassName
{
background-color: #860702;
}
.BgClassName
{
background-color: #860702;
}
</style>
border-color css
<style>
span { border-color: #860702; }
span { border-color: rgb(134,7,2); }
td.TdClassName
{
border-color: #860702;
}
.TagClassName
{
border-color: #860702;
}
</style>