Shades of Dark Red #860802
Tints of Dark Red #860802
RGB
CMYK
RGB Variations
Color information
#860802 (or 0x860802) is known color: Dark Red. HEX triplet: 86, 08 and 02. RGB value is (134,8,2). Sum of RGB (Red+Green+Blue) = 134+8+2=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860802 is #79F7FD. Grayscale: #2D2D2D. Windows color (decimal): -7993342 or 133254. OLE color: 133254.
HSL color Cylindrical-coordinate representation of color #860802: hue angle of 2.73º 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 #860802 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.47 |
| HSL | 2.73º | 0.97% | 0.27% | - |
| HSV(B) | 2.73º | 0.99% | 0.53% | - |
| XYZ | 9.93 | 5.25 | 0.55 | - |
| YUV | 44.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 2 | 0 | 0.94 | 0.99 | 0.47 | 2.73 | 0.97 | 0.27 |
| Hex | 86 | 8 | 2 | 0 | 5E | 63 | 2F | 3 | 61 | 1B |
| Octal | 206 | 10 | 2 | 0 | 136 | 143 | 57 | 3 | 141 | 33 |
| Binary | 10000110 | 1000 | 10 | 0 | 1011110 | 1100011 | 101111 | 11 | 1100001 | 11011 |
Color Harmonies of #860802
Complementary color
Monochromatic Colors of #860802
Black with #860802
Text Example
Text Example
White with #860802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860802; }
p { color: rgb(134,8,2); }
H1.HeaderClassName
{
color: #860802;
}
.AnyTagClassName
{
color: #860802;
}
</style>
background-color css
<style>
a { background-color: #860802; }
a { background-color: rgb(134,8,2); }
div.DivClassName
{
background-color: #860802;
}
.BgClassName
{
background-color: #860802;
}
</style>
border-color css
<style>
span { border-color: #860802; }
span { border-color: rgb(134,8,2); }
td.TdClassName
{
border-color: #860802;
}
.TagClassName
{
border-color: #860802;
}
</style>