Shades of Voodoo #492C41
Tints of Voodoo #492C41
RGB
CMYK
RGB Variations
Color information
#492C41 (or 0x492C41) is known color: Voodoo. HEX triplet: 49, 2C and 41. RGB value is (73,44,65). Sum of RGB (Red+Green+Blue) = 73+44+65=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C41 is #B6D3BE. Grayscale: #373737. Windows color (decimal): -11981759 or 4271177. OLE color: 4271177.
HSL color Cylindrical-coordinate representation of color #492C41: hue angle of 316.55º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C41 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 65 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.71 |
| HSL | 316.55º | 0.25% | 0.23% | - |
| HSV(B) | 316.55º | 0.4% | 0.29% | - |
| XYZ | 4.6 | 3.6 | 5.45 | - |
| YUV | 55.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 65 | 0 | 0.40 | 0.11 | 0.71 | 316.55 | 0.25 | 0.23 |
| Hex | 49 | 2C | 41 | 0 | 28 | B | 47 | 13D | 19 | 17 |
| Octal | 111 | 54 | 101 | 0 | 50 | 13 | 107 | 475 | 31 | 27 |
| Binary | 1001001 | 101100 | 1000001 | 0 | 101000 | 1011 | 1000111 | 100111101 | 11001 | 10111 |
Color Harmonies of #492C41
Complementary color
Monochromatic Colors of #492C41
Black with #492C41
Text Example
Text Example
White with #492C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C41; }
p { color: rgb(73,44,65); }
H1.HeaderClassName
{
color: #492C41;
}
.AnyTagClassName
{
color: #492C41;
}
</style>
background-color css
<style>
a { background-color: #492C41; }
a { background-color: rgb(73,44,65); }
div.DivClassName
{
background-color: #492C41;
}
.BgClassName
{
background-color: #492C41;
}
</style>
border-color css
<style>
span { border-color: #492C41; }
span { border-color: rgb(73,44,65); }
td.TdClassName
{
border-color: #492C41;
}
.TagClassName
{
border-color: #492C41;
}
</style>