Shades of Dark Red #8C0905
Tints of Dark Red #8C0905
RGB
CMYK
RGB Variations
Color information
#8C0905 (or 0x8C0905) is known color: Dark Red. HEX triplet: 8C, 09 and 05. RGB value is (140,9,5). Sum of RGB (Red+Green+Blue) = 140+9+5=154 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.91% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0905 is #73F6FA. Grayscale: #2F2F2F. Windows color (decimal): -7599867 or 330124. OLE color: 330124.
HSL color Cylindrical-coordinate representation of color #8C0905: hue angle of 1.78º 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 #8C0905 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 5 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.45 |
| HSL | 1.78º | 0.93% | 0.28% | - |
| HSV(B) | 1.78º | 0.96% | 0.55% | - |
| XYZ | 10.94 | 5.78 | 0.68 | - |
| YUV | 47.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 5 | 0 | 0.94 | 0.96 | 0.45 | 1.78 | 0.93 | 0.28 |
| Hex | 8C | 9 | 5 | 0 | 5E | 60 | 2D | 2 | 5D | 1C |
| Octal | 214 | 11 | 5 | 0 | 136 | 140 | 55 | 2 | 135 | 34 |
| Binary | 10001100 | 1001 | 101 | 0 | 1011110 | 1100000 | 101101 | 10 | 1011101 | 11100 |
Color Harmonies of #8C0905
Complementary color
Monochromatic Colors of #8C0905
Black with #8C0905
Text Example
Text Example
White with #8C0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0905; }
p { color: rgb(140,9,5); }
H1.HeaderClassName
{
color: #8C0905;
}
.AnyTagClassName
{
color: #8C0905;
}
</style>
background-color css
<style>
a { background-color: #8C0905; }
a { background-color: rgb(140,9,5); }
div.DivClassName
{
background-color: #8C0905;
}
.BgClassName
{
background-color: #8C0905;
}
</style>
border-color css
<style>
span { border-color: #8C0905; }
span { border-color: rgb(140,9,5); }
td.TdClassName
{
border-color: #8C0905;
}
.TagClassName
{
border-color: #8C0905;
}
</style>