Shades of Dark Red #871502
Tints of Dark Red #871502
RGB
CMYK
RGB Variations
Color information
#871502 (or 0x871502) is known color: Dark Red. HEX triplet: 87, 15 and 02. RGB value is (135,21,2). Sum of RGB (Red+Green+Blue) = 135+21+2=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #871502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871502 is #78EAFD. Grayscale: #353535. Windows color (decimal): -7924478 or 136583. OLE color: 136583.
HSL color Cylindrical-coordinate representation of color #871502: hue angle of 8.57º 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 #871502 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 21 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.47 |
| HSL | 8.57º | 0.97% | 0.27% | - |
| HSV(B) | 8.57º | 0.99% | 0.53% | - |
| XYZ | 10.27 | 5.69 | 0.61 | - |
| YUV | 52.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 2 | 0 | 0.84 | 0.99 | 0.47 | 8.57 | 0.97 | 0.27 |
| Hex | 87 | 15 | 2 | 0 | 54 | 63 | 2F | 9 | 61 | 1B |
| Octal | 207 | 25 | 2 | 0 | 124 | 143 | 57 | 11 | 141 | 33 |
| Binary | 10000111 | 10101 | 10 | 0 | 1010100 | 1100011 | 101111 | 1001 | 1100001 | 11011 |
Color Harmonies of #871502
Complementary color
Monochromatic Colors of #871502
Black with #871502
Text Example
Text Example
White with #871502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871502; }
p { color: rgb(135,21,2); }
H1.HeaderClassName
{
color: #871502;
}
.AnyTagClassName
{
color: #871502;
}
</style>
background-color css
<style>
a { background-color: #871502; }
a { background-color: rgb(135,21,2); }
div.DivClassName
{
background-color: #871502;
}
.BgClassName
{
background-color: #871502;
}
</style>
border-color css
<style>
span { border-color: #871502; }
span { border-color: rgb(135,21,2); }
td.TdClassName
{
border-color: #871502;
}
.TagClassName
{
border-color: #871502;
}
</style>