Shades of Dark Red #941606
Tints of Dark Red #941606
RGB
CMYK
RGB Variations
Color information
#941606 (or 0x941606) is known color: Dark Red. HEX triplet: 94, 16 and 06. RGB value is (148,22,6). Sum of RGB (Red+Green+Blue) = 148+22+6=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #941606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941606 is #6BE9F9. Grayscale: #3A3A3A. Windows color (decimal): -7072250 or 398996. OLE color: 398996.
HSL color Cylindrical-coordinate representation of color #941606: hue angle of 6.76º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #941606 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 6 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.42 |
| HSL | 6.76º | 0.92% | 0.3% | - |
| HSV(B) | 6.76º | 0.96% | 0.58% | - |
| XYZ | 12.53 | 6.88 | 0.84 | - |
| YUV | 57.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 6 | 0 | 0.85 | 0.96 | 0.42 | 6.76 | 0.92 | 0.3 |
| Hex | 94 | 16 | 6 | 0 | 55 | 60 | 2A | 7 | 5C | 1E |
| Octal | 224 | 26 | 6 | 0 | 125 | 140 | 52 | 7 | 134 | 36 |
| Binary | 10010100 | 10110 | 110 | 0 | 1010101 | 1100000 | 101010 | 111 | 1011100 | 11110 |
Color Harmonies of #941606
Complementary color
Monochromatic Colors of #941606
Black with #941606
Text Example
Text Example
White with #941606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941606; }
p { color: rgb(148,22,6); }
H1.HeaderClassName
{
color: #941606;
}
.AnyTagClassName
{
color: #941606;
}
</style>
background-color css
<style>
a { background-color: #941606; }
a { background-color: rgb(148,22,6); }
div.DivClassName
{
background-color: #941606;
}
.BgClassName
{
background-color: #941606;
}
</style>
border-color css
<style>
span { border-color: #941606; }
span { border-color: rgb(148,22,6); }
td.TdClassName
{
border-color: #941606;
}
.TagClassName
{
border-color: #941606;
}
</style>