Shades of Dark Red #870800
Tints of Dark Red #870800
RGB
CMYK
RGB Variations
Color information
#870800 (or 0x870800) is known color: Dark Red. HEX triplet: 87, 08 and 00. RGB value is (135,8,0). Sum of RGB (Red+Green+Blue) = 135+8+0=143 (18% of max value = 765). Red value is 135 (53.12% from 255 or 94.41% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 135 - color contains mainly: red. Hex color #870800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870800 is #78F7FF. Grayscale: #2D2D2D. Windows color (decimal): -7927808 or 2183. OLE color: 2183.
HSL color Cylindrical-coordinate representation of color #870800: hue angle of 3.56º 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 #870800 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.47 |
| HSL | 3.56º | 1% | 0.26% | - |
| HSV(B) | 3.56º | 1% | 0.53% | - |
| XYZ | 10.08 | 5.32 | 0.5 | - |
| YUV | 45.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 0 | 0 | 0.94 | 1 | 0.47 | 3.56 | 1 | 0.26 |
| Hex | 87 | 8 | 0 | 0 | 5E | 64 | 2F | 4 | 64 | 1A |
| Octal | 207 | 10 | 0 | 0 | 136 | 144 | 57 | 4 | 144 | 32 |
| Binary | 10000111 | 1000 | 0 | 0 | 1011110 | 1100100 | 101111 | 100 | 1100100 | 11010 |
Color Harmonies of #870800
Complementary color
Monochromatic Colors of #870800
Black with #870800
Text Example
Text Example
White with #870800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870800; }
p { color: rgb(135,8,0); }
H1.HeaderClassName
{
color: #870800;
}
.AnyTagClassName
{
color: #870800;
}
</style>
background-color css
<style>
a { background-color: #870800; }
a { background-color: rgb(135,8,0); }
div.DivClassName
{
background-color: #870800;
}
.BgClassName
{
background-color: #870800;
}
</style>
border-color css
<style>
span { border-color: #870800; }
span { border-color: rgb(135,8,0); }
td.TdClassName
{
border-color: #870800;
}
.TagClassName
{
border-color: #870800;
}
</style>