Shades of Dark Red #8C0D06
Tints of Dark Red #8C0D06
RGB
CMYK
RGB Variations
Color information
#8C0D06 (or 0x8C0D06) is known color: Dark Red. HEX triplet: 8C, 0D and 06. RGB value is (140,13,6). Sum of RGB (Red+Green+Blue) = 140+13+6=159 (21% of max value = 765). Red value is 140 (55.08% from 255 or 88.05% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0D06 is #73F2F9. Grayscale: #323232. Windows color (decimal): -7598842 or 396684. OLE color: 396684.
HSL color Cylindrical-coordinate representation of color #8C0D06: hue angle of 3.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0D06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 6 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.45 |
| HSL | 3.13º | 0.92% | 0.29% | - |
| HSV(B) | 3.13º | 0.96% | 0.55% | - |
| XYZ | 10.99 | 5.88 | 0.73 | - |
| YUV | 50.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 6 | 0 | 0.91 | 0.96 | 0.45 | 3.13 | 0.92 | 0.29 |
| Hex | 8C | D | 6 | 0 | 5B | 60 | 2D | 3 | 5C | 1D |
| Octal | 214 | 15 | 6 | 0 | 133 | 140 | 55 | 3 | 134 | 35 |
| Binary | 10001100 | 1101 | 110 | 0 | 1011011 | 1100000 | 101101 | 11 | 1011100 | 11101 |
Color Harmonies of #8C0D06
Complementary color
Monochromatic Colors of #8C0D06
Black with #8C0D06
Text Example
Text Example
White with #8C0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D06; }
p { color: rgb(140,13,6); }
H1.HeaderClassName
{
color: #8C0D06;
}
.AnyTagClassName
{
color: #8C0D06;
}
</style>
background-color css
<style>
a { background-color: #8C0D06; }
a { background-color: rgb(140,13,6); }
div.DivClassName
{
background-color: #8C0D06;
}
.BgClassName
{
background-color: #8C0D06;
}
</style>
border-color css
<style>
span { border-color: #8C0D06; }
span { border-color: rgb(140,13,6); }
td.TdClassName
{
border-color: #8C0D06;
}
.TagClassName
{
border-color: #8C0D06;
}
</style>