Shades of Dark Red #870301
Tints of Dark Red #870301
RGB
CMYK
RGB Variations
Color information
#870301 (or 0x870301) is known color: Dark Red. HEX triplet: 87, 03 and 01. RGB value is (135,3,1). Sum of RGB (Red+Green+Blue) = 135+3+1=139 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.12% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 135 - color contains mainly: red. Hex color #870301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870301 is #78FCFE. Grayscale: #2A2A2A. Windows color (decimal): -7929087 or 66439. OLE color: 66439.
HSL color Cylindrical-coordinate representation of color #870301: hue angle of 0.9º degrees, saturation: 0.99, 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 #870301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.47 |
| HSL | 0.9º | 0.99% | 0.27% | - |
| HSV(B) | 0.9º | 0.99% | 0.53% | - |
| XYZ | 10.03 | 5.22 | 0.51 | - |
| YUV | 42.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 1 | 0 | 0.98 | 0.99 | 0.47 | 0.9 | 0.99 | 0.27 |
| Hex | 87 | 3 | 1 | 0 | 62 | 63 | 2F | 1 | 63 | 1B |
| Octal | 207 | 3 | 1 | 0 | 142 | 143 | 57 | 1 | 143 | 33 |
| Binary | 10000111 | 11 | 1 | 0 | 1100010 | 1100011 | 101111 | 1 | 1100011 | 11011 |
Color Harmonies of #870301
Complementary color
Monochromatic Colors of #870301
Black with #870301
Text Example
Text Example
White with #870301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870301; }
p { color: rgb(135,3,1); }
H1.HeaderClassName
{
color: #870301;
}
.AnyTagClassName
{
color: #870301;
}
</style>
background-color css
<style>
a { background-color: #870301; }
a { background-color: rgb(135,3,1); }
div.DivClassName
{
background-color: #870301;
}
.BgClassName
{
background-color: #870301;
}
</style>
border-color css
<style>
span { border-color: #870301; }
span { border-color: rgb(135,3,1); }
td.TdClassName
{
border-color: #870301;
}
.TagClassName
{
border-color: #870301;
}
</style>