Shades of Dark Red #8C1005
Tints of Dark Red #8C1005
RGB
CMYK
RGB Variations
Color information
#8C1005 (or 0x8C1005) is known color: Dark Red. HEX triplet: 8C, 10 and 05. RGB value is (140,16,5). Sum of RGB (Red+Green+Blue) = 140+16+5=161 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.96% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1005 is #73EFFA. Grayscale: #333333. Windows color (decimal): -7598075 or 331916. OLE color: 331916.
HSL color Cylindrical-coordinate representation of color #8C1005: hue angle of 4.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 #8C1005 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 5 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.45 |
| HSL | 4.89º | 0.93% | 0.28% | - |
| HSV(B) | 4.89º | 0.96% | 0.55% | - |
| XYZ | 11.03 | 5.96 | 0.71 | - |
| YUV | 51.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 5 | 0 | 0.89 | 0.96 | 0.45 | 4.89 | 0.93 | 0.28 |
| Hex | 8C | 10 | 5 | 0 | 59 | 60 | 2D | 5 | 5D | 1C |
| Octal | 214 | 20 | 5 | 0 | 131 | 140 | 55 | 5 | 135 | 34 |
| Binary | 10001100 | 10000 | 101 | 0 | 1011001 | 1100000 | 101101 | 101 | 1011101 | 11100 |
Color Harmonies of #8C1005
Complementary color
Monochromatic Colors of #8C1005
Black with #8C1005
Text Example
Text Example
White with #8C1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1005; }
p { color: rgb(140,16,5); }
H1.HeaderClassName
{
color: #8C1005;
}
.AnyTagClassName
{
color: #8C1005;
}
</style>
background-color css
<style>
a { background-color: #8C1005; }
a { background-color: rgb(140,16,5); }
div.DivClassName
{
background-color: #8C1005;
}
.BgClassName
{
background-color: #8C1005;
}
</style>
border-color css
<style>
span { border-color: #8C1005; }
span { border-color: rgb(140,16,5); }
td.TdClassName
{
border-color: #8C1005;
}
.TagClassName
{
border-color: #8C1005;
}
</style>