Shades of Dark Red #870F04
Tints of Dark Red #870F04
RGB
CMYK
RGB Variations
Color information
#870F04 (or 0x870F04) is known color: Dark Red. HEX triplet: 87, 0F and 04. RGB value is (135,15,4). Sum of RGB (Red+Green+Blue) = 135+15+4=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F04 is #78F0FB. Grayscale: #313131. Windows color (decimal): -7926012 or 266119. OLE color: 266119.
HSL color Cylindrical-coordinate representation of color #870F04: hue angle of 5.04º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870F04 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 4 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.47 |
| HSL | 5.04º | 0.94% | 0.27% | - |
| HSV(B) | 5.04º | 0.97% | 0.53% | - |
| XYZ | 10.18 | 5.5 | 0.64 | - |
| YUV | 49.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 4 | 0 | 0.89 | 0.97 | 0.47 | 5.04 | 0.94 | 0.27 |
| Hex | 87 | F | 4 | 0 | 59 | 61 | 2F | 5 | 5E | 1B |
| Octal | 207 | 17 | 4 | 0 | 131 | 141 | 57 | 5 | 136 | 33 |
| Binary | 10000111 | 1111 | 100 | 0 | 1011001 | 1100001 | 101111 | 101 | 1011110 | 11011 |
Color Harmonies of #870F04
Complementary color
Monochromatic Colors of #870F04
Black with #870F04
Text Example
Text Example
White with #870F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F04; }
p { color: rgb(135,15,4); }
H1.HeaderClassName
{
color: #870F04;
}
.AnyTagClassName
{
color: #870F04;
}
</style>
background-color css
<style>
a { background-color: #870F04; }
a { background-color: rgb(135,15,4); }
div.DivClassName
{
background-color: #870F04;
}
.BgClassName
{
background-color: #870F04;
}
</style>
border-color css
<style>
span { border-color: #870F04; }
span { border-color: rgb(135,15,4); }
td.TdClassName
{
border-color: #870F04;
}
.TagClassName
{
border-color: #870F04;
}
</style>