Shades of Dark Red #870C01
Tints of Dark Red #870C01
RGB
CMYK
RGB Variations
Color information
#870C01 (or 0x870C01) is known color: Dark Red. HEX triplet: 87, 0C and 01. RGB value is (135,12,1). Sum of RGB (Red+Green+Blue) = 135+12+1=148 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.22% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 135 - color contains mainly: red. Hex color #870C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C01 is #78F3FE. Grayscale: #2F2F2F. Windows color (decimal): -7926783 or 68743. OLE color: 68743.
HSL color Cylindrical-coordinate representation of color #870C01: hue angle of 4.93º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870C01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.47 |
| HSL | 4.93º | 0.99% | 0.27% | - |
| HSV(B) | 4.93º | 0.99% | 0.53% | - |
| XYZ | 10.13 | 5.42 | 0.54 | - |
| YUV | 47.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 1 | 0 | 0.91 | 0.99 | 0.47 | 4.93 | 0.99 | 0.27 |
| Hex | 87 | C | 1 | 0 | 5B | 63 | 2F | 5 | 63 | 1B |
| Octal | 207 | 14 | 1 | 0 | 133 | 143 | 57 | 5 | 143 | 33 |
| Binary | 10000111 | 1100 | 1 | 0 | 1011011 | 1100011 | 101111 | 101 | 1100011 | 11011 |
Color Harmonies of #870C01
Complementary color
Monochromatic Colors of #870C01
Black with #870C01
Text Example
Text Example
White with #870C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C01; }
p { color: rgb(135,12,1); }
H1.HeaderClassName
{
color: #870C01;
}
.AnyTagClassName
{
color: #870C01;
}
</style>
background-color css
<style>
a { background-color: #870C01; }
a { background-color: rgb(135,12,1); }
div.DivClassName
{
background-color: #870C01;
}
.BgClassName
{
background-color: #870C01;
}
</style>
border-color css
<style>
span { border-color: #870C01; }
span { border-color: rgb(135,12,1); }
td.TdClassName
{
border-color: #870C01;
}
.TagClassName
{
border-color: #870C01;
}
</style>