Shades of Dark Red #871101
Tints of Dark Red #871101
RGB
CMYK
RGB Variations
Color information
#871101 (or 0x871101) is known color: Dark Red. HEX triplet: 87, 11 and 01. RGB value is (135,17,1). Sum of RGB (Red+Green+Blue) = 135+17+1=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #871101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871101 is #78EEFE. Grayscale: #323232. Windows color (decimal): -7925503 or 70023. OLE color: 70023.
HSL color Cylindrical-coordinate representation of color #871101: hue angle of 7.16º 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 #871101 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.47 |
| HSL | 7.16º | 0.99% | 0.27% | - |
| HSV(B) | 7.16º | 0.99% | 0.53% | - |
| XYZ | 10.2 | 5.55 | 0.56 | - |
| YUV | 50.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 1 | 0 | 0.87 | 0.99 | 0.47 | 7.16 | 0.99 | 0.27 |
| Hex | 87 | 11 | 1 | 0 | 57 | 63 | 2F | 7 | 63 | 1B |
| Octal | 207 | 21 | 1 | 0 | 127 | 143 | 57 | 7 | 143 | 33 |
| Binary | 10000111 | 10001 | 1 | 0 | 1010111 | 1100011 | 101111 | 111 | 1100011 | 11011 |
Color Harmonies of #871101
Complementary color
Monochromatic Colors of #871101
Black with #871101
Text Example
Text Example
White with #871101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871101; }
p { color: rgb(135,17,1); }
H1.HeaderClassName
{
color: #871101;
}
.AnyTagClassName
{
color: #871101;
}
</style>
background-color css
<style>
a { background-color: #871101; }
a { background-color: rgb(135,17,1); }
div.DivClassName
{
background-color: #871101;
}
.BgClassName
{
background-color: #871101;
}
</style>
border-color css
<style>
span { border-color: #871101; }
span { border-color: rgb(135,17,1); }
td.TdClassName
{
border-color: #871101;
}
.TagClassName
{
border-color: #871101;
}
</style>