Shades of Dark Red #870600
Tints of Dark Red #870600
RGB
CMYK
RGB Variations
Color information
#870600 (or 0x870600) is known color: Dark Red. HEX triplet: 87, 06 and 00. RGB value is (135,6,0). Sum of RGB (Red+Green+Blue) = 135+6+0=141 (18% of max value = 765). Red value is 135 (53.12% from 255 or 95.74% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 135 - color contains mainly: red. Hex color #870600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870600 is #78F9FF. Grayscale: #2C2C2C. Windows color (decimal): -7928320 or 1671. OLE color: 1671.
HSL color Cylindrical-coordinate representation of color #870600: hue angle of 2.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.47 |
| HSL | 2.67º | 1% | 0.26% | - |
| HSV(B) | 2.67º | 1% | 0.53% | - |
| XYZ | 10.06 | 5.28 | 0.49 | - |
| YUV | 43.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 0 | 0 | 0.96 | 1 | 0.47 | 2.67 | 1 | 0.26 |
| Hex | 87 | 6 | 0 | 0 | 60 | 64 | 2F | 3 | 64 | 1A |
| Octal | 207 | 6 | 0 | 0 | 140 | 144 | 57 | 3 | 144 | 32 |
| Binary | 10000111 | 110 | 0 | 0 | 1100000 | 1100100 | 101111 | 11 | 1100100 | 11010 |
Color Harmonies of #870600
Complementary color
Monochromatic Colors of #870600
Black with #870600
Text Example
Text Example
White with #870600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870600; }
p { color: rgb(135,6,0); }
H1.HeaderClassName
{
color: #870600;
}
.AnyTagClassName
{
color: #870600;
}
</style>
background-color css
<style>
a { background-color: #870600; }
a { background-color: rgb(135,6,0); }
div.DivClassName
{
background-color: #870600;
}
.BgClassName
{
background-color: #870600;
}
</style>
border-color css
<style>
span { border-color: #870600; }
span { border-color: rgb(135,6,0); }
td.TdClassName
{
border-color: #870600;
}
.TagClassName
{
border-color: #870600;
}
</style>