Shades of Dark Red #870706
Tints of Dark Red #870706
RGB
CMYK
RGB Variations
Color information
#870706 (or 0x870706) is known color: Dark Red. HEX triplet: 87, 07 and 06. RGB value is (135,7,6). Sum of RGB (Red+Green+Blue) = 135+7+6=148 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.22% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 135 - color contains mainly: red. Hex color #870706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870706 is #78F8F9. Grayscale: #2D2D2D. Windows color (decimal): -7928058 or 395143. OLE color: 395143.
HSL color Cylindrical-coordinate representation of color #870706: hue angle of 0.47º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870706 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 6 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.47 |
| HSL | 0.47º | 0.91% | 0.28% | - |
| HSV(B) | 0.47º | 0.96% | 0.53% | - |
| XYZ | 10.1 | 5.32 | 0.67 | - |
| YUV | 45.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 6 | 0 | 0.95 | 0.96 | 0.47 | 0.47 | 0.91 | 0.28 |
| Hex | 87 | 7 | 6 | 0 | 5F | 60 | 2F | 0 | 5B | 1C |
| Octal | 207 | 7 | 6 | 0 | 137 | 140 | 57 | 0 | 133 | 34 |
| Binary | 10000111 | 111 | 110 | 0 | 1011111 | 1100000 | 101111 | 0 | 1011011 | 11100 |
Color Harmonies of #870706
Complementary color
Monochromatic Colors of #870706
Black with #870706
Text Example
Text Example
White with #870706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870706; }
p { color: rgb(135,7,6); }
H1.HeaderClassName
{
color: #870706;
}
.AnyTagClassName
{
color: #870706;
}
</style>
background-color css
<style>
a { background-color: #870706; }
a { background-color: rgb(135,7,6); }
div.DivClassName
{
background-color: #870706;
}
.BgClassName
{
background-color: #870706;
}
</style>
border-color css
<style>
span { border-color: #870706; }
span { border-color: rgb(135,7,6); }
td.TdClassName
{
border-color: #870706;
}
.TagClassName
{
border-color: #870706;
}
</style>