Shades of Dark Red #870D02
Tints of Dark Red #870D02
RGB
CMYK
RGB Variations
Color information
#870D02 (or 0x870D02) is known color: Dark Red. HEX triplet: 87, 0D and 02. RGB value is (135,13,2). Sum of RGB (Red+Green+Blue) = 135+13+2=150 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 135 - color contains mainly: red. Hex color #870D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D02 is #78F2FD. Grayscale: #303030. Windows color (decimal): -7926526 or 134535. OLE color: 134535.
HSL color Cylindrical-coordinate representation of color #870D02: hue angle of 4.96º 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 #870D02 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.47 |
| HSL | 4.96º | 0.97% | 0.27% | - |
| HSV(B) | 4.96º | 0.99% | 0.53% | - |
| XYZ | 10.15 | 5.44 | 0.57 | - |
| YUV | 48.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 2 | 0 | 0.90 | 0.99 | 0.47 | 4.96 | 0.97 | 0.27 |
| Hex | 87 | D | 2 | 0 | 5A | 63 | 2F | 5 | 61 | 1B |
| Octal | 207 | 15 | 2 | 0 | 132 | 143 | 57 | 5 | 141 | 33 |
| Binary | 10000111 | 1101 | 10 | 0 | 1011010 | 1100011 | 101111 | 101 | 1100001 | 11011 |
Color Harmonies of #870D02
Complementary color
Monochromatic Colors of #870D02
Black with #870D02
Text Example
Text Example
White with #870D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D02; }
p { color: rgb(135,13,2); }
H1.HeaderClassName
{
color: #870D02;
}
.AnyTagClassName
{
color: #870D02;
}
</style>
background-color css
<style>
a { background-color: #870D02; }
a { background-color: rgb(135,13,2); }
div.DivClassName
{
background-color: #870D02;
}
.BgClassName
{
background-color: #870D02;
}
</style>
border-color css
<style>
span { border-color: #870D02; }
span { border-color: rgb(135,13,2); }
td.TdClassName
{
border-color: #870D02;
}
.TagClassName
{
border-color: #870D02;
}
</style>