Shades of Dark Red #870C09
Tints of Dark Red #870C09
RGB
CMYK
RGB Variations
Color information
#870C09 (or 0x870C09) is known color: Dark Red. HEX triplet: 87, 0C and 09. RGB value is (135,12,9). Sum of RGB (Red+Green+Blue) = 135+12+9=156 (20% of max value = 765). Red value is 135 (53.12% from 255 or 86.54% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 135 - color contains mainly: red. Hex color #870C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C09 is #78F3F6. Grayscale: #303030. Windows color (decimal): -7926775 or 593031. OLE color: 593031.
HSL color Cylindrical-coordinate representation of color #870C09: hue angle of 1.43º 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 #870C09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 9 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.47 |
| HSL | 1.43º | 0.88% | 0.28% | - |
| HSV(B) | 1.43º | 0.93% | 0.53% | - |
| XYZ | 10.17 | 5.43 | 0.77 | - |
| YUV | 48.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 9 | 0 | 0.91 | 0.93 | 0.47 | 1.43 | 0.88 | 0.28 |
| Hex | 87 | C | 9 | 0 | 5B | 5D | 2F | 1 | 58 | 1C |
| Octal | 207 | 14 | 11 | 0 | 133 | 135 | 57 | 1 | 130 | 34 |
| Binary | 10000111 | 1100 | 1001 | 0 | 1011011 | 1011101 | 101111 | 1 | 1011000 | 11100 |
Color Harmonies of #870C09
Complementary color
Monochromatic Colors of #870C09
Black with #870C09
Text Example
Text Example
White with #870C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C09; }
p { color: rgb(135,12,9); }
H1.HeaderClassName
{
color: #870C09;
}
.AnyTagClassName
{
color: #870C09;
}
</style>
background-color css
<style>
a { background-color: #870C09; }
a { background-color: rgb(135,12,9); }
div.DivClassName
{
background-color: #870C09;
}
.BgClassName
{
background-color: #870C09;
}
</style>
border-color css
<style>
span { border-color: #870C09; }
span { border-color: rgb(135,12,9); }
td.TdClassName
{
border-color: #870C09;
}
.TagClassName
{
border-color: #870C09;
}
</style>