Shades of Dark Red #870C0A
Tints of Dark Red #870C0A
RGB
CMYK
RGB Variations
Color information
#870C0A (or 0x870C0A) is known color: Dark Red. HEX triplet: 87, 0C and 0A. RGB value is (135,12,10). Sum of RGB (Red+Green+Blue) = 135+12+10=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #870C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C0A is #78F3F5. Grayscale: #303030. Windows color (decimal): -7926774 or 658567. OLE color: 658567.
HSL color Cylindrical-coordinate representation of color #870C0A: hue angle of 0.96º degrees, saturation: 0.86, 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 #870C0A is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 10 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.47 |
| HSL | 0.96º | 0.86% | 0.28% | - |
| HSV(B) | 0.96º | 0.93% | 0.53% | - |
| XYZ | 10.18 | 5.44 | 0.8 | - |
| YUV | 48.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 10 | 0 | 0.91 | 0.93 | 0.47 | 0.96 | 0.86 | 0.28 |
| Hex | 87 | C | A | 0 | 5B | 5D | 2F | 1 | 56 | 1C |
| Octal | 207 | 14 | 12 | 0 | 133 | 135 | 57 | 1 | 126 | 34 |
| Binary | 10000111 | 1100 | 1010 | 0 | 1011011 | 1011101 | 101111 | 1 | 1010110 | 11100 |
Color Harmonies of #870C0A
Complementary color
Monochromatic Colors of #870C0A
Black with #870C0A
Text Example
Text Example
White with #870C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C0A; }
p { color: rgb(135,12,10); }
H1.HeaderClassName
{
color: #870C0A;
}
.AnyTagClassName
{
color: #870C0A;
}
</style>
background-color css
<style>
a { background-color: #870C0A; }
a { background-color: rgb(135,12,10); }
div.DivClassName
{
background-color: #870C0A;
}
.BgClassName
{
background-color: #870C0A;
}
</style>
border-color css
<style>
span { border-color: #870C0A; }
span { border-color: rgb(135,12,10); }
td.TdClassName
{
border-color: #870C0A;
}
.TagClassName
{
border-color: #870C0A;
}
</style>