Shades of Voodoo #492E43
Tints of Voodoo #492E43
RGB
CMYK
RGB Variations
Color information
#492E43 (or 0x492E43) is known color: Voodoo. HEX triplet: 49, 2E and 43. RGB value is (73,46,67). Sum of RGB (Red+Green+Blue) = 73+46+67=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #492E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E43 is #B6D1BC. Grayscale: #383838. Windows color (decimal): -11981245 or 4402761. OLE color: 4402761.
HSL color Cylindrical-coordinate representation of color #492E43: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E43 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 67 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.71 |
| HSL | 313.33º | 0.23% | 0.23% | - |
| HSV(B) | 313.33º | 0.37% | 0.29% | - |
| XYZ | 4.74 | 3.78 | 5.79 | - |
| YUV | 56.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 67 | 0 | 0.37 | 0.08 | 0.71 | 313.33 | 0.23 | 0.23 |
| Hex | 49 | 2E | 43 | 0 | 25 | 8 | 47 | 139 | 17 | 17 |
| Octal | 111 | 56 | 103 | 0 | 45 | 10 | 107 | 471 | 27 | 27 |
| Binary | 1001001 | 101110 | 1000011 | 0 | 100101 | 1000 | 1000111 | 100111001 | 10111 | 10111 |
Color Harmonies of #492E43
Complementary color
Monochromatic Colors of #492E43
Black with #492E43
Text Example
Text Example
White with #492E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E43; }
p { color: rgb(73,46,67); }
H1.HeaderClassName
{
color: #492E43;
}
.AnyTagClassName
{
color: #492E43;
}
</style>
background-color css
<style>
a { background-color: #492E43; }
a { background-color: rgb(73,46,67); }
div.DivClassName
{
background-color: #492E43;
}
.BgClassName
{
background-color: #492E43;
}
</style>
border-color css
<style>
span { border-color: #492E43; }
span { border-color: rgb(73,46,67); }
td.TdClassName
{
border-color: #492E43;
}
.TagClassName
{
border-color: #492E43;
}
</style>