Shades of Dark Red #870602
Tints of Dark Red #870602
RGB
CMYK
RGB Variations
Color information
#870602 (or 0x870602) is known color: Dark Red. HEX triplet: 87, 06 and 02. RGB value is (135,6,2). Sum of RGB (Red+Green+Blue) = 135+6+2=143 (18% of max value = 765). Red value is 135 (53.12% from 255 or 94.41% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 135 - color contains mainly: red. Hex color #870602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870602 is #78F9FD. Grayscale: #2C2C2C. Windows color (decimal): -7928318 or 132743. OLE color: 132743.
HSL color Cylindrical-coordinate representation of color #870602: hue angle of 1.8º 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 #870602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.47 |
| HSL | 1.8º | 0.97% | 0.27% | - |
| HSV(B) | 1.8º | 0.99% | 0.53% | - |
| XYZ | 10.07 | 5.29 | 0.55 | - |
| YUV | 44.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 2 | 0 | 0.96 | 0.99 | 0.47 | 1.8 | 0.97 | 0.27 |
| Hex | 87 | 6 | 2 | 0 | 60 | 63 | 2F | 2 | 61 | 1B |
| Octal | 207 | 6 | 2 | 0 | 140 | 143 | 57 | 2 | 141 | 33 |
| Binary | 10000111 | 110 | 10 | 0 | 1100000 | 1100011 | 101111 | 10 | 1100001 | 11011 |
Color Harmonies of #870602
Complementary color
Monochromatic Colors of #870602
Black with #870602
Text Example
Text Example
White with #870602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870602; }
p { color: rgb(135,6,2); }
H1.HeaderClassName
{
color: #870602;
}
.AnyTagClassName
{
color: #870602;
}
</style>
background-color css
<style>
a { background-color: #870602; }
a { background-color: rgb(135,6,2); }
div.DivClassName
{
background-color: #870602;
}
.BgClassName
{
background-color: #870602;
}
</style>
border-color css
<style>
span { border-color: #870602; }
span { border-color: rgb(135,6,2); }
td.TdClassName
{
border-color: #870602;
}
.TagClassName
{
border-color: #870602;
}
</style>