Shades of Voodoo #492C40
Tints of Voodoo #492C40
RGB
CMYK
RGB Variations
Color information
#492C40 (or 0x492C40) is known color: Voodoo. HEX triplet: 49, 2C and 40. RGB value is (73,44,64). Sum of RGB (Red+Green+Blue) = 73+44+64=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C40 is #B6D3BF. Grayscale: #363636. Windows color (decimal): -11981760 or 4205641. OLE color: 4205641.
HSL color Cylindrical-coordinate representation of color #492C40: hue angle of 318.62º 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 #492C40 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 64 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.71 |
| HSL | 318.62º | 0.25% | 0.23% | - |
| HSV(B) | 318.62º | 0.4% | 0.29% | - |
| XYZ | 4.57 | 3.59 | 5.3 | - |
| YUV | 54.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 64 | 0 | 0.40 | 0.12 | 0.71 | 318.62 | 0.25 | 0.23 |
| Hex | 49 | 2C | 40 | 0 | 28 | C | 47 | 13F | 19 | 17 |
| Octal | 111 | 54 | 100 | 0 | 50 | 14 | 107 | 477 | 31 | 27 |
| Binary | 1001001 | 101100 | 1000000 | 0 | 101000 | 1100 | 1000111 | 100111111 | 11001 | 10111 |
Color Harmonies of #492C40
Complementary color
Monochromatic Colors of #492C40
Black with #492C40
Text Example
Text Example
White with #492C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C40; }
p { color: rgb(73,44,64); }
H1.HeaderClassName
{
color: #492C40;
}
.AnyTagClassName
{
color: #492C40;
}
</style>
background-color css
<style>
a { background-color: #492C40; }
a { background-color: rgb(73,44,64); }
div.DivClassName
{
background-color: #492C40;
}
.BgClassName
{
background-color: #492C40;
}
</style>
border-color css
<style>
span { border-color: #492C40; }
span { border-color: rgb(73,44,64); }
td.TdClassName
{
border-color: #492C40;
}
.TagClassName
{
border-color: #492C40;
}
</style>