Shades of Dark Red #8C0705
Tints of Dark Red #8C0705
RGB
CMYK
RGB Variations
Color information
#8C0705 (or 0x8C0705) is known color: Dark Red. HEX triplet: 8C, 07 and 05. RGB value is (140,7,5). Sum of RGB (Red+Green+Blue) = 140+7+5=152 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.11% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0705 is #73F8FA. Grayscale: #2E2E2E. Windows color (decimal): -7600379 or 329612. OLE color: 329612.
HSL color Cylindrical-coordinate representation of color #8C0705: hue angle of 0.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0705 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 5 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.45 |
| HSL | 0.89º | 0.93% | 0.28% | - |
| HSV(B) | 0.89º | 0.96% | 0.55% | - |
| XYZ | 10.92 | 5.74 | 0.68 | - |
| YUV | 46.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 5 | 0 | 0.95 | 0.96 | 0.45 | 0.89 | 0.93 | 0.28 |
| Hex | 8C | 7 | 5 | 0 | 5F | 60 | 2D | 1 | 5D | 1C |
| Octal | 214 | 7 | 5 | 0 | 137 | 140 | 55 | 1 | 135 | 34 |
| Binary | 10001100 | 111 | 101 | 0 | 1011111 | 1100000 | 101101 | 1 | 1011101 | 11100 |
Color Harmonies of #8C0705
Complementary color
Monochromatic Colors of #8C0705
Black with #8C0705
Text Example
Text Example
White with #8C0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0705; }
p { color: rgb(140,7,5); }
H1.HeaderClassName
{
color: #8C0705;
}
.AnyTagClassName
{
color: #8C0705;
}
</style>
background-color css
<style>
a { background-color: #8C0705; }
a { background-color: rgb(140,7,5); }
div.DivClassName
{
background-color: #8C0705;
}
.BgClassName
{
background-color: #8C0705;
}
</style>
border-color css
<style>
span { border-color: #8C0705; }
span { border-color: rgb(140,7,5); }
td.TdClassName
{
border-color: #8C0705;
}
.TagClassName
{
border-color: #8C0705;
}
</style>