Shades of Dark Red #870801
Tints of Dark Red #870801
RGB
CMYK
RGB Variations
Color information
#870801 (or 0x870801) is known color: Dark Red. HEX triplet: 87, 08 and 01. RGB value is (135,8,1). Sum of RGB (Red+Green+Blue) = 135+8+1=144 (19% of max value = 765). Red value is 135 (53.12% from 255 or 93.75% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 135 - color contains mainly: red. Hex color #870801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870801 is #78F7FE. Grayscale: #2D2D2D. Windows color (decimal): -7927807 or 67719. OLE color: 67719.
HSL color Cylindrical-coordinate representation of color #870801: hue angle of 3.13º 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 #870801 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.47 |
| HSL | 3.13º | 0.99% | 0.27% | - |
| HSV(B) | 3.13º | 0.99% | 0.53% | - |
| XYZ | 10.08 | 5.33 | 0.53 | - |
| YUV | 45.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 1 | 0 | 0.94 | 0.99 | 0.47 | 3.13 | 0.99 | 0.27 |
| Hex | 87 | 8 | 1 | 0 | 5E | 63 | 2F | 3 | 63 | 1B |
| Octal | 207 | 10 | 1 | 0 | 136 | 143 | 57 | 3 | 143 | 33 |
| Binary | 10000111 | 1000 | 1 | 0 | 1011110 | 1100011 | 101111 | 11 | 1100011 | 11011 |
Color Harmonies of #870801
Complementary color
Monochromatic Colors of #870801
Black with #870801
Text Example
Text Example
White with #870801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870801; }
p { color: rgb(135,8,1); }
H1.HeaderClassName
{
color: #870801;
}
.AnyTagClassName
{
color: #870801;
}
</style>
background-color css
<style>
a { background-color: #870801; }
a { background-color: rgb(135,8,1); }
div.DivClassName
{
background-color: #870801;
}
.BgClassName
{
background-color: #870801;
}
</style>
border-color css
<style>
span { border-color: #870801; }
span { border-color: rgb(135,8,1); }
td.TdClassName
{
border-color: #870801;
}
.TagClassName
{
border-color: #870801;
}
</style>