Shades of Dark Red #871300
Tints of Dark Red #871300
RGB
CMYK
RGB Variations
Color information
#871300 (or 0x871300) is known color: Dark Red. HEX triplet: 87, 13 and 00. RGB value is (135,19,0). Sum of RGB (Red+Green+Blue) = 135+19+0=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #871300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871300 is #78ECFF. Grayscale: #333333. Windows color (decimal): -7924992 or 4999. OLE color: 4999.
HSL color Cylindrical-coordinate representation of color #871300: hue angle of 8.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #871300 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.47 |
| HSL | 8.44º | 1% | 0.26% | - |
| HSV(B) | 8.44º | 1% | 0.53% | - |
| XYZ | 10.22 | 5.62 | 0.55 | - |
| YUV | 51.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 0 | 0 | 0.86 | 1 | 0.47 | 8.44 | 1 | 0.26 |
| Hex | 87 | 13 | 0 | 0 | 56 | 64 | 2F | 8 | 64 | 1A |
| Octal | 207 | 23 | 0 | 0 | 126 | 144 | 57 | 10 | 144 | 32 |
| Binary | 10000111 | 10011 | 0 | 0 | 1010110 | 1100100 | 101111 | 1000 | 1100100 | 11010 |
Color Harmonies of #871300
Complementary color
Monochromatic Colors of #871300
Black with #871300
Text Example
Text Example
White with #871300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871300; }
p { color: rgb(135,19,0); }
H1.HeaderClassName
{
color: #871300;
}
.AnyTagClassName
{
color: #871300;
}
</style>
background-color css
<style>
a { background-color: #871300; }
a { background-color: rgb(135,19,0); }
div.DivClassName
{
background-color: #871300;
}
.BgClassName
{
background-color: #871300;
}
</style>
border-color css
<style>
span { border-color: #871300; }
span { border-color: rgb(135,19,0); }
td.TdClassName
{
border-color: #871300;
}
.TagClassName
{
border-color: #871300;
}
</style>