Shades of Dark Red #8C1000
Tints of Dark Red #8C1000
RGB
CMYK
RGB Variations
Color information
#8C1000 (or 0x8C1000) is known color: Dark Red. HEX triplet: 8C, 10 and 00. RGB value is (140,16,0). Sum of RGB (Red+Green+Blue) = 140+16+0=156 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.74% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1000 is #73EFFF. Grayscale: #333333. Windows color (decimal): -7598080 or 4236. OLE color: 4236.
HSL color Cylindrical-coordinate representation of color #8C1000: hue angle of 6.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C1000 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.45 |
| HSL | 6.86º | 1% | 0.27% | - |
| HSV(B) | 6.86º | 1% | 0.55% | - |
| XYZ | 11 | 5.95 | 0.57 | - |
| YUV | 51.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 0 | 0 | 0.89 | 1 | 0.45 | 6.86 | 1 | 0.27 |
| Hex | 8C | 10 | 0 | 0 | 59 | 64 | 2D | 7 | 64 | 1B |
| Octal | 214 | 20 | 0 | 0 | 131 | 144 | 55 | 7 | 144 | 33 |
| Binary | 10001100 | 10000 | 0 | 0 | 1011001 | 1100100 | 101101 | 111 | 1100100 | 11011 |
Color Harmonies of #8C1000
Complementary color
Monochromatic Colors of #8C1000
Black with #8C1000
Text Example
Text Example
White with #8C1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1000; }
p { color: rgb(140,16,0); }
H1.HeaderClassName
{
color: #8C1000;
}
.AnyTagClassName
{
color: #8C1000;
}
</style>
background-color css
<style>
a { background-color: #8C1000; }
a { background-color: rgb(140,16,0); }
div.DivClassName
{
background-color: #8C1000;
}
.BgClassName
{
background-color: #8C1000;
}
</style>
border-color css
<style>
span { border-color: #8C1000; }
span { border-color: rgb(140,16,0); }
td.TdClassName
{
border-color: #8C1000;
}
.TagClassName
{
border-color: #8C1000;
}
</style>