Shades of Voodoo #492D41
Tints of Voodoo #492D41
RGB
CMYK
RGB Variations
Color information
#492D41 (or 0x492D41) is known color: Voodoo. HEX triplet: 49, 2D and 41. RGB value is (73,45,65). Sum of RGB (Red+Green+Blue) = 73+45+65=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #492D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D41 is #B6D2BE. Grayscale: #373737. Windows color (decimal): -11981503 or 4271433. OLE color: 4271433.
HSL color Cylindrical-coordinate representation of color #492D41: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492D41 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 65 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.71 |
| HSL | 317.14º | 0.24% | 0.23% | - |
| HSV(B) | 317.14º | 0.38% | 0.29% | - |
| XYZ | 4.64 | 3.67 | 5.47 | - |
| YUV | 55.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 65 | 0 | 0.38 | 0.11 | 0.71 | 317.14 | 0.24 | 0.23 |
| Hex | 49 | 2D | 41 | 0 | 26 | B | 47 | 13D | 18 | 17 |
| Octal | 111 | 55 | 101 | 0 | 46 | 13 | 107 | 475 | 30 | 27 |
| Binary | 1001001 | 101101 | 1000001 | 0 | 100110 | 1011 | 1000111 | 100111101 | 11000 | 10111 |
Color Harmonies of #492D41
Complementary color
Monochromatic Colors of #492D41
Black with #492D41
Text Example
Text Example
White with #492D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D41; }
p { color: rgb(73,45,65); }
H1.HeaderClassName
{
color: #492D41;
}
.AnyTagClassName
{
color: #492D41;
}
</style>
background-color css
<style>
a { background-color: #492D41; }
a { background-color: rgb(73,45,65); }
div.DivClassName
{
background-color: #492D41;
}
.BgClassName
{
background-color: #492D41;
}
</style>
border-color css
<style>
span { border-color: #492D41; }
span { border-color: rgb(73,45,65); }
td.TdClassName
{
border-color: #492D41;
}
.TagClassName
{
border-color: #492D41;
}
</style>