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