Shades of Dark Red #9C0804
Tints of Dark Red #9C0804
RGB
CMYK
RGB Variations
Color information
#9C0804 (or 0x9C0804) is known color: Dark Red. HEX triplet: 9C, 08 and 04. RGB value is (156,8,4). Sum of RGB (Red+Green+Blue) = 156+8+4=168 (22% of max value = 765). Red value is 156 (61.33% from 255 or 92.86% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0804 is #63F7FB. Grayscale: #333333. Windows color (decimal): -6551548 or 264348. OLE color: 264348.
HSL color Cylindrical-coordinate representation of color #9C0804: hue angle of 1.58º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0804 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 4 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.39 |
| HSL | 1.58º | 0.95% | 0.31% | - |
| HSV(B) | 1.58º | 0.97% | 0.61% | - |
| XYZ | 13.82 | 7.25 | 0.79 | - |
| YUV | 51.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 4 | 0 | 0.95 | 0.97 | 0.39 | 1.58 | 0.95 | 0.31 |
| Hex | 9C | 8 | 4 | 0 | 5F | 61 | 27 | 2 | 5F | 1F |
| Octal | 234 | 10 | 4 | 0 | 137 | 141 | 47 | 2 | 137 | 37 |
| Binary | 10011100 | 1000 | 100 | 0 | 1011111 | 1100001 | 100111 | 10 | 1011111 | 11111 |
Color Harmonies of #9C0804
Complementary color
Monochromatic Colors of #9C0804
Black with #9C0804
Text Example
Text Example
White with #9C0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0804; }
p { color: rgb(156,8,4); }
H1.HeaderClassName
{
color: #9C0804;
}
.AnyTagClassName
{
color: #9C0804;
}
</style>
background-color css
<style>
a { background-color: #9C0804; }
a { background-color: rgb(156,8,4); }
div.DivClassName
{
background-color: #9C0804;
}
.BgClassName
{
background-color: #9C0804;
}
</style>
border-color css
<style>
span { border-color: #9C0804; }
span { border-color: rgb(156,8,4); }
td.TdClassName
{
border-color: #9C0804;
}
.TagClassName
{
border-color: #9C0804;
}
</style>