Shades of Dark Red #940805
Tints of Dark Red #940805
RGB
CMYK
RGB Variations
Color information
#940805 (or 0x940805) is known color: Dark Red. HEX triplet: 94, 08 and 05. RGB value is (148,8,5). Sum of RGB (Red+Green+Blue) = 148+8+5=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #940805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940805 is #6BF7FA. Grayscale: #313131. Windows color (decimal): -7075835 or 329876. OLE color: 329876.
HSL color Cylindrical-coordinate representation of color #940805: hue angle of 1.26º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940805 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 5 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.42 |
| HSL | 1.26º | 0.93% | 0.3% | - |
| HSV(B) | 1.26º | 0.97% | 0.58% | - |
| XYZ | 12.33 | 6.48 | 0.74 | - |
| YUV | 49.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 5 | 0 | 0.95 | 0.97 | 0.42 | 1.26 | 0.93 | 0.3 |
| Hex | 94 | 8 | 5 | 0 | 5F | 61 | 2A | 1 | 5D | 1E |
| Octal | 224 | 10 | 5 | 0 | 137 | 141 | 52 | 1 | 135 | 36 |
| Binary | 10010100 | 1000 | 101 | 0 | 1011111 | 1100001 | 101010 | 1 | 1011101 | 11110 |
Color Harmonies of #940805
Complementary color
Monochromatic Colors of #940805
Black with #940805
Text Example
Text Example
White with #940805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940805; }
p { color: rgb(148,8,5); }
H1.HeaderClassName
{
color: #940805;
}
.AnyTagClassName
{
color: #940805;
}
</style>
background-color css
<style>
a { background-color: #940805; }
a { background-color: rgb(148,8,5); }
div.DivClassName
{
background-color: #940805;
}
.BgClassName
{
background-color: #940805;
}
</style>
border-color css
<style>
span { border-color: #940805; }
span { border-color: rgb(148,8,5); }
td.TdClassName
{
border-color: #940805;
}
.TagClassName
{
border-color: #940805;
}
</style>