Shades of Dark Red #871403
Tints of Dark Red #871403
RGB
CMYK
RGB Variations
Color information
#871403 (or 0x871403) is known color: Dark Red. HEX triplet: 87, 14 and 03. RGB value is (135,20,3). Sum of RGB (Red+Green+Blue) = 135+20+3=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #871403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871403 is #78EBFC. Grayscale: #343434. Windows color (decimal): -7924733 or 201863. OLE color: 201863.
HSL color Cylindrical-coordinate representation of color #871403: hue angle of 7.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #871403 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.47 |
| HSL | 7.73º | 0.96% | 0.27% | - |
| HSV(B) | 7.73º | 0.98% | 0.53% | - |
| XYZ | 10.26 | 5.66 | 0.64 | - |
| YUV | 52.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 3 | 0 | 0.85 | 0.98 | 0.47 | 7.73 | 0.96 | 0.27 |
| Hex | 87 | 14 | 3 | 0 | 55 | 62 | 2F | 8 | 60 | 1B |
| Octal | 207 | 24 | 3 | 0 | 125 | 142 | 57 | 10 | 140 | 33 |
| Binary | 10000111 | 10100 | 11 | 0 | 1010101 | 1100010 | 101111 | 1000 | 1100000 | 11011 |
Color Harmonies of #871403
Complementary color
Monochromatic Colors of #871403
Black with #871403
Text Example
Text Example
White with #871403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871403; }
p { color: rgb(135,20,3); }
H1.HeaderClassName
{
color: #871403;
}
.AnyTagClassName
{
color: #871403;
}
</style>
background-color css
<style>
a { background-color: #871403; }
a { background-color: rgb(135,20,3); }
div.DivClassName
{
background-color: #871403;
}
.BgClassName
{
background-color: #871403;
}
</style>
border-color css
<style>
span { border-color: #871403; }
span { border-color: rgb(135,20,3); }
td.TdClassName
{
border-color: #871403;
}
.TagClassName
{
border-color: #871403;
}
</style>