Shades of Dark Red #870500
Tints of Dark Red #870500
RGB
CMYK
RGB Variations
Color information
#870500 (or 0x870500) is known color: Dark Red. HEX triplet: 87, 05 and 00. RGB value is (135,5,0). Sum of RGB (Red+Green+Blue) = 135+5+0=140 (18% of max value = 765). Red value is 135 (53.12% from 255 or 96.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 135 - color contains mainly: red. Hex color #870500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870500 is #78FAFF. Grayscale: #2B2B2B. Windows color (decimal): -7928576 or 1415. OLE color: 1415.
HSL color Cylindrical-coordinate representation of color #870500: hue angle of 2.22º 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 #870500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.47 |
| HSL | 2.22º | 1% | 0.26% | - |
| HSV(B) | 2.22º | 1% | 0.53% | - |
| XYZ | 10.05 | 5.26 | 0.49 | - |
| YUV | 43.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 0 | 0 | 0.96 | 1 | 0.47 | 2.22 | 1 | 0.26 |
| Hex | 87 | 5 | 0 | 0 | 60 | 64 | 2F | 2 | 64 | 1A |
| Octal | 207 | 5 | 0 | 0 | 140 | 144 | 57 | 2 | 144 | 32 |
| Binary | 10000111 | 101 | 0 | 0 | 1100000 | 1100100 | 101111 | 10 | 1100100 | 11010 |
Color Harmonies of #870500
Complementary color
Monochromatic Colors of #870500
Black with #870500
Text Example
Text Example
White with #870500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870500; }
p { color: rgb(135,5,0); }
H1.HeaderClassName
{
color: #870500;
}
.AnyTagClassName
{
color: #870500;
}
</style>
background-color css
<style>
a { background-color: #870500; }
a { background-color: rgb(135,5,0); }
div.DivClassName
{
background-color: #870500;
}
.BgClassName
{
background-color: #870500;
}
</style>
border-color css
<style>
span { border-color: #870500; }
span { border-color: rgb(135,5,0); }
td.TdClassName
{
border-color: #870500;
}
.TagClassName
{
border-color: #870500;
}
</style>