Shades of Dark Red #871002
Tints of Dark Red #871002
RGB
CMYK
RGB Variations
Color information
#871002 (or 0x871002) is known color: Dark Red. HEX triplet: 87, 10 and 02. RGB value is (135,16,2). Sum of RGB (Red+Green+Blue) = 135+16+2=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #871002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871002 is #78EFFD. Grayscale: #323232. Windows color (decimal): -7925758 or 135303. OLE color: 135303.
HSL color Cylindrical-coordinate representation of color #871002: hue angle of 6.32º 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 #871002 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.47 |
| HSL | 6.32º | 0.97% | 0.27% | - |
| HSV(B) | 6.32º | 0.99% | 0.53% | - |
| XYZ | 10.19 | 5.53 | 0.59 | - |
| YUV | 49.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 2 | 0 | 0.88 | 0.99 | 0.47 | 6.32 | 0.97 | 0.27 |
| Hex | 87 | 10 | 2 | 0 | 58 | 63 | 2F | 6 | 61 | 1B |
| Octal | 207 | 20 | 2 | 0 | 130 | 143 | 57 | 6 | 141 | 33 |
| Binary | 10000111 | 10000 | 10 | 0 | 1011000 | 1100011 | 101111 | 110 | 1100001 | 11011 |
Color Harmonies of #871002
Complementary color
Monochromatic Colors of #871002
Black with #871002
Text Example
Text Example
White with #871002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871002; }
p { color: rgb(135,16,2); }
H1.HeaderClassName
{
color: #871002;
}
.AnyTagClassName
{
color: #871002;
}
</style>
background-color css
<style>
a { background-color: #871002; }
a { background-color: rgb(135,16,2); }
div.DivClassName
{
background-color: #871002;
}
.BgClassName
{
background-color: #871002;
}
</style>
border-color css
<style>
span { border-color: #871002; }
span { border-color: rgb(135,16,2); }
td.TdClassName
{
border-color: #871002;
}
.TagClassName
{
border-color: #871002;
}
</style>