Shades of Voodoo #491E40
Tints of Voodoo #491E40
RGB
CMYK
RGB Variations
Color information
#491E40 (or 0x491E40) is known color: Voodoo. HEX triplet: 49, 1E and 40. RGB value is (73,30,64). Sum of RGB (Red+Green+Blue) = 73+30+64=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E40 is #B6E1BF. Grayscale: #2E2E2E. Windows color (decimal): -11985344 or 4202057. OLE color: 4202057.
HSL color Cylindrical-coordinate representation of color #491E40: hue angle of 312.56º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E40 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 64 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.71 |
| HSL | 312.56º | 0.42% | 0.2% | - |
| HSV(B) | 312.56º | 0.59% | 0.29% | - |
| XYZ | 4.14 | 2.72 | 5.16 | - |
| YUV | 46.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 64 | 0 | 0.59 | 0.12 | 0.71 | 312.56 | 0.42 | 0.2 |
| Hex | 49 | 1E | 40 | 0 | 3B | C | 47 | 139 | 2A | 14 |
| Octal | 111 | 36 | 100 | 0 | 73 | 14 | 107 | 471 | 52 | 24 |
| Binary | 1001001 | 11110 | 1000000 | 0 | 111011 | 1100 | 1000111 | 100111001 | 101010 | 10100 |
Color Harmonies of #491E40
Complementary color
Monochromatic Colors of #491E40
Black with #491E40
Text Example
Text Example
White with #491E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E40; }
p { color: rgb(73,30,64); }
H1.HeaderClassName
{
color: #491E40;
}
.AnyTagClassName
{
color: #491E40;
}
</style>
background-color css
<style>
a { background-color: #491E40; }
a { background-color: rgb(73,30,64); }
div.DivClassName
{
background-color: #491E40;
}
.BgClassName
{
background-color: #491E40;
}
</style>
border-color css
<style>
span { border-color: #491E40; }
span { border-color: rgb(73,30,64); }
td.TdClassName
{
border-color: #491E40;
}
.TagClassName
{
border-color: #491E40;
}
</style>