Shades of Voodoo #492D3F
Tints of Voodoo #492D3F
RGB
CMYK
RGB Variations
Color information
#492D3F (or 0x492D3F) is known color: Voodoo. HEX triplet: 49, 2D and 3F. RGB value is (73,45,63). Sum of RGB (Red+Green+Blue) = 73+45+63=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D3F is #B6D2C0. Grayscale: #373737. Windows color (decimal): -11981505 or 4140361. OLE color: 4140361.
HSL color Cylindrical-coordinate representation of color #492D3F: hue angle of 321.43º 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 #492D3F is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 63 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.71 |
| HSL | 321.43º | 0.24% | 0.23% | - |
| HSV(B) | 321.43º | 0.38% | 0.29% | - |
| XYZ | 4.58 | 3.65 | 5.17 | - |
| YUV | 55.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 63 | 0 | 0.38 | 0.14 | 0.71 | 321.43 | 0.24 | 0.23 |
| Hex | 49 | 2D | 3F | 0 | 26 | E | 47 | 141 | 18 | 17 |
| Octal | 111 | 55 | 77 | 0 | 46 | 16 | 107 | 501 | 30 | 27 |
| Binary | 1001001 | 101101 | 111111 | 0 | 100110 | 1110 | 1000111 | 101000001 | 11000 | 10111 |
Color Harmonies of #492D3F
Complementary color
Monochromatic Colors of #492D3F
Black with #492D3F
Text Example
Text Example
White with #492D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D3F; }
p { color: rgb(73,45,63); }
H1.HeaderClassName
{
color: #492D3F;
}
.AnyTagClassName
{
color: #492D3F;
}
</style>
background-color css
<style>
a { background-color: #492D3F; }
a { background-color: rgb(73,45,63); }
div.DivClassName
{
background-color: #492D3F;
}
.BgClassName
{
background-color: #492D3F;
}
</style>
border-color css
<style>
span { border-color: #492D3F; }
span { border-color: rgb(73,45,63); }
td.TdClassName
{
border-color: #492D3F;
}
.TagClassName
{
border-color: #492D3F;
}
</style>