Shades of Dark Red #870901
Tints of Dark Red #870901
RGB
CMYK
RGB Variations
Color information
#870901 (or 0x870901) is known color: Dark Red. HEX triplet: 87, 09 and 01. RGB value is (135,9,1). Sum of RGB (Red+Green+Blue) = 135+9+1=145 (19% of max value = 765). Red value is 135 (53.12% from 255 or 93.10% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 135 - color contains mainly: red. Hex color #870901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870901 is #78F6FE. Grayscale: #2D2D2D. Windows color (decimal): -7927551 or 67975. OLE color: 67975.
HSL color Cylindrical-coordinate representation of color #870901: hue angle of 3.58º 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 #870901 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.47 |
| HSL | 3.58º | 0.99% | 0.27% | - |
| HSV(B) | 3.58º | 0.99% | 0.53% | - |
| XYZ | 10.09 | 5.35 | 0.53 | - |
| YUV | 45.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 1 | 0 | 0.93 | 0.99 | 0.47 | 3.58 | 0.99 | 0.27 |
| Hex | 87 | 9 | 1 | 0 | 5D | 63 | 2F | 4 | 63 | 1B |
| Octal | 207 | 11 | 1 | 0 | 135 | 143 | 57 | 4 | 143 | 33 |
| Binary | 10000111 | 1001 | 1 | 0 | 1011101 | 1100011 | 101111 | 100 | 1100011 | 11011 |
Color Harmonies of #870901
Complementary color
Monochromatic Colors of #870901
Black with #870901
Text Example
Text Example
White with #870901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870901; }
p { color: rgb(135,9,1); }
H1.HeaderClassName
{
color: #870901;
}
.AnyTagClassName
{
color: #870901;
}
</style>
background-color css
<style>
a { background-color: #870901; }
a { background-color: rgb(135,9,1); }
div.DivClassName
{
background-color: #870901;
}
.BgClassName
{
background-color: #870901;
}
</style>
border-color css
<style>
span { border-color: #870901; }
span { border-color: rgb(135,9,1); }
td.TdClassName
{
border-color: #870901;
}
.TagClassName
{
border-color: #870901;
}
</style>