Shades of Dark Red #870100
Tints of Dark Red #870100
RGB
CMYK
RGB Variations
Color information
#870100 (or 0x870100) is known color: Dark Red. HEX triplet: 87, 01 and 00. RGB value is (135,1,0). Sum of RGB (Red+Green+Blue) = 135+1+0=136 (18% of max value = 765). Red value is 135 (53.12% from 255 or 99.26% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 135 - color contains mainly: red. Hex color #870100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870100 is #78FEFF. Grayscale: #292929. Windows color (decimal): -7929600 or 391. OLE color: 391.
HSL color Cylindrical-coordinate representation of color #870100: hue angle of 0.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.47 |
| HSL | 0.44º | 1% | 0.26% | - |
| HSV(B) | 0.44º | 1% | 0.53% | - |
| XYZ | 10 | 5.17 | 0.47 | - |
| YUV | 40.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 0 | 0 | 0.99 | 1 | 0.47 | 0.44 | 1 | 0.26 |
| Hex | 87 | 1 | 0 | 0 | 63 | 64 | 2F | 0 | 64 | 1A |
| Octal | 207 | 1 | 0 | 0 | 143 | 144 | 57 | 0 | 144 | 32 |
| Binary | 10000111 | 1 | 0 | 0 | 1100011 | 1100100 | 101111 | 0 | 1100100 | 11010 |
Color Harmonies of #870100
Complementary color
Monochromatic Colors of #870100
Black with #870100
Text Example
Text Example
White with #870100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870100; }
p { color: rgb(135,1,0); }
H1.HeaderClassName
{
color: #870100;
}
.AnyTagClassName
{
color: #870100;
}
</style>
background-color css
<style>
a { background-color: #870100; }
a { background-color: rgb(135,1,0); }
div.DivClassName
{
background-color: #870100;
}
.BgClassName
{
background-color: #870100;
}
</style>
border-color css
<style>
span { border-color: #870100; }
span { border-color: rgb(135,1,0); }
td.TdClassName
{
border-color: #870100;
}
.TagClassName
{
border-color: #870100;
}
</style>