Shades of Dark Red #870903
Tints of Dark Red #870903
RGB
CMYK
RGB Variations
Color information
#870903 (or 0x870903) is known color: Dark Red. HEX triplet: 87, 09 and 03. RGB value is (135,9,3). Sum of RGB (Red+Green+Blue) = 135+9+3=147 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.84% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 135 - color contains mainly: red. Hex color #870903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870903 is #78F6FC. Grayscale: #2E2E2E. Windows color (decimal): -7927549 or 199047. OLE color: 199047.
HSL color Cylindrical-coordinate representation of color #870903: hue angle of 2.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 #870903 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 3 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.47 |
| HSL | 2.73º | 0.96% | 0.27% | - |
| HSV(B) | 2.73º | 0.98% | 0.53% | - |
| XYZ | 10.11 | 5.35 | 0.59 | - |
| YUV | 45.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 3 | 0 | 0.93 | 0.98 | 0.47 | 2.73 | 0.96 | 0.27 |
| Hex | 87 | 9 | 3 | 0 | 5D | 62 | 2F | 3 | 60 | 1B |
| Octal | 207 | 11 | 3 | 0 | 135 | 142 | 57 | 3 | 140 | 33 |
| Binary | 10000111 | 1001 | 11 | 0 | 1011101 | 1100010 | 101111 | 11 | 1100000 | 11011 |
Color Harmonies of #870903
Complementary color
Monochromatic Colors of #870903
Black with #870903
Text Example
Text Example
White with #870903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870903; }
p { color: rgb(135,9,3); }
H1.HeaderClassName
{
color: #870903;
}
.AnyTagClassName
{
color: #870903;
}
</style>
background-color css
<style>
a { background-color: #870903; }
a { background-color: rgb(135,9,3); }
div.DivClassName
{
background-color: #870903;
}
.BgClassName
{
background-color: #870903;
}
</style>
border-color css
<style>
span { border-color: #870903; }
span { border-color: rgb(135,9,3); }
td.TdClassName
{
border-color: #870903;
}
.TagClassName
{
border-color: #870903;
}
</style>