Shades of Dark Red #870F09
Tints of Dark Red #870F09
RGB
CMYK
RGB Variations
Color information
#870F09 (or 0x870F09) is known color: Dark Red. HEX triplet: 87, 0F and 09. RGB value is (135,15,9). Sum of RGB (Red+Green+Blue) = 135+15+9=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F09 is #78F0F6. Grayscale: #323232. Windows color (decimal): -7926007 or 593799. OLE color: 593799.
HSL color Cylindrical-coordinate representation of color #870F09: hue angle of 2.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870F09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 9 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.47 |
| HSL | 2.86º | 0.88% | 0.28% | - |
| HSV(B) | 2.86º | 0.93% | 0.53% | - |
| XYZ | 10.21 | 5.51 | 0.78 | - |
| YUV | 50.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 9 | 0 | 0.89 | 0.93 | 0.47 | 2.86 | 0.88 | 0.28 |
| Hex | 87 | F | 9 | 0 | 59 | 5D | 2F | 3 | 58 | 1C |
| Octal | 207 | 17 | 11 | 0 | 131 | 135 | 57 | 3 | 130 | 34 |
| Binary | 10000111 | 1111 | 1001 | 0 | 1011001 | 1011101 | 101111 | 11 | 1011000 | 11100 |
Color Harmonies of #870F09
Complementary color
Monochromatic Colors of #870F09
Black with #870F09
Text Example
Text Example
White with #870F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F09; }
p { color: rgb(135,15,9); }
H1.HeaderClassName
{
color: #870F09;
}
.AnyTagClassName
{
color: #870F09;
}
</style>
background-color css
<style>
a { background-color: #870F09; }
a { background-color: rgb(135,15,9); }
div.DivClassName
{
background-color: #870F09;
}
.BgClassName
{
background-color: #870F09;
}
</style>
border-color css
<style>
span { border-color: #870F09; }
span { border-color: rgb(135,15,9); }
td.TdClassName
{
border-color: #870F09;
}
.TagClassName
{
border-color: #870F09;
}
</style>