Shades of Dark Red #871001
Tints of Dark Red #871001
RGB
CMYK
RGB Variations
Color information
#871001 (or 0x871001) is known color: Dark Red. HEX triplet: 87, 10 and 01. RGB value is (135,16,1). Sum of RGB (Red+Green+Blue) = 135+16+1=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #871001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871001 is #78EFFE. Grayscale: #323232. Windows color (decimal): -7925759 or 69767. OLE color: 69767.
HSL color Cylindrical-coordinate representation of color #871001: hue angle of 6.72º 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 #871001 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.47 |
| HSL | 6.72º | 0.99% | 0.27% | - |
| HSV(B) | 6.72º | 0.99% | 0.53% | - |
| XYZ | 10.18 | 5.52 | 0.56 | - |
| YUV | 49.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 1 | 0 | 0.88 | 0.99 | 0.47 | 6.72 | 0.99 | 0.27 |
| Hex | 87 | 10 | 1 | 0 | 58 | 63 | 2F | 7 | 63 | 1B |
| Octal | 207 | 20 | 1 | 0 | 130 | 143 | 57 | 7 | 143 | 33 |
| Binary | 10000111 | 10000 | 1 | 0 | 1011000 | 1100011 | 101111 | 111 | 1100011 | 11011 |
Color Harmonies of #871001
Complementary color
Monochromatic Colors of #871001
Black with #871001
Text Example
Text Example
White with #871001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871001; }
p { color: rgb(135,16,1); }
H1.HeaderClassName
{
color: #871001;
}
.AnyTagClassName
{
color: #871001;
}
</style>
background-color css
<style>
a { background-color: #871001; }
a { background-color: rgb(135,16,1); }
div.DivClassName
{
background-color: #871001;
}
.BgClassName
{
background-color: #871001;
}
</style>
border-color css
<style>
span { border-color: #871001; }
span { border-color: rgb(135,16,1); }
td.TdClassName
{
border-color: #871001;
}
.TagClassName
{
border-color: #871001;
}
</style>