Shades of Voodoo #492942
Tints of Voodoo #492942
RGB
CMYK
RGB Variations
Color information
#492942 (or 0x492942) is known color: Voodoo. HEX triplet: 49, 29 and 42. RGB value is (73,41,66). Sum of RGB (Red+Green+Blue) = 73+41+66=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492942 is #B6D6BD. Grayscale: #353535. Windows color (decimal): -11982526 or 4335945. OLE color: 4335945.
HSL color Cylindrical-coordinate representation of color #492942: hue angle of 313.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492942 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 66 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.71 |
| HSL | 313.13º | 0.28% | 0.22% | - |
| HSV(B) | 313.13º | 0.44% | 0.29% | - |
| XYZ | 4.52 | 3.4 | 5.57 | - |
| YUV | 53.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 66 | 0 | 0.44 | 0.10 | 0.71 | 313.13 | 0.28 | 0.22 |
| Hex | 49 | 29 | 42 | 0 | 2C | A | 47 | 139 | 1C | 16 |
| Octal | 111 | 51 | 102 | 0 | 54 | 12 | 107 | 471 | 34 | 26 |
| Binary | 1001001 | 101001 | 1000010 | 0 | 101100 | 1010 | 1000111 | 100111001 | 11100 | 10110 |
Color Harmonies of #492942
Complementary color
Monochromatic Colors of #492942
Black with #492942
Text Example
Text Example
White with #492942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492942; }
p { color: rgb(73,41,66); }
H1.HeaderClassName
{
color: #492942;
}
.AnyTagClassName
{
color: #492942;
}
</style>
background-color css
<style>
a { background-color: #492942; }
a { background-color: rgb(73,41,66); }
div.DivClassName
{
background-color: #492942;
}
.BgClassName
{
background-color: #492942;
}
</style>
border-color css
<style>
span { border-color: #492942; }
span { border-color: rgb(73,41,66); }
td.TdClassName
{
border-color: #492942;
}
.TagClassName
{
border-color: #492942;
}
</style>