Shades of Dark Red #871402
Tints of Dark Red #871402
RGB
CMYK
RGB Variations
Color information
#871402 (or 0x871402) is known color: Dark Red. HEX triplet: 87, 14 and 02. RGB value is (135,20,2). Sum of RGB (Red+Green+Blue) = 135+20+2=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #871402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871402 is #78EBFD. Grayscale: #343434. Windows color (decimal): -7924734 or 136327. OLE color: 136327.
HSL color Cylindrical-coordinate representation of color #871402: hue angle of 8.12º degrees, saturation: 0.97, 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 #871402 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.47 |
| HSL | 8.12º | 0.97% | 0.27% | - |
| HSV(B) | 8.12º | 0.99% | 0.53% | - |
| XYZ | 10.25 | 5.66 | 0.61 | - |
| YUV | 52.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 2 | 0 | 0.85 | 0.99 | 0.47 | 8.12 | 0.97 | 0.27 |
| Hex | 87 | 14 | 2 | 0 | 55 | 63 | 2F | 8 | 61 | 1B |
| Octal | 207 | 24 | 2 | 0 | 125 | 143 | 57 | 10 | 141 | 33 |
| Binary | 10000111 | 10100 | 10 | 0 | 1010101 | 1100011 | 101111 | 1000 | 1100001 | 11011 |
Color Harmonies of #871402
Complementary color
Monochromatic Colors of #871402
Black with #871402
Text Example
Text Example
White with #871402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871402; }
p { color: rgb(135,20,2); }
H1.HeaderClassName
{
color: #871402;
}
.AnyTagClassName
{
color: #871402;
}
</style>
background-color css
<style>
a { background-color: #871402; }
a { background-color: rgb(135,20,2); }
div.DivClassName
{
background-color: #871402;
}
.BgClassName
{
background-color: #871402;
}
</style>
border-color css
<style>
span { border-color: #871402; }
span { border-color: rgb(135,20,2); }
td.TdClassName
{
border-color: #871402;
}
.TagClassName
{
border-color: #871402;
}
</style>