Shades of Voodoo #493B44
Tints of Voodoo #493B44
RGB
CMYK
RGB Variations
Color information
#493B44 (or 0x493B44) is known color: Voodoo. HEX triplet: 49, 3B and 44. RGB value is (73,59,68). Sum of RGB (Red+Green+Blue) = 73+59+68=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #493B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B44 is #B6C4BB. Grayscale: #404040. Windows color (decimal): -11977916 or 4471625. OLE color: 4471625.
HSL color Cylindrical-coordinate representation of color #493B44: hue angle of 321.43º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #493B44 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 68 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.71 |
| HSL | 321.43º | 0.11% | 0.26% | - |
| HSV(B) | 321.43º | 0.19% | 0.29% | - |
| XYZ | 5.36 | 4.96 | 6.14 | - |
| YUV | 64.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 68 | 0 | 0.19 | 0.07 | 0.71 | 321.43 | 0.11 | 0.26 |
| Hex | 49 | 3B | 44 | 0 | 13 | 7 | 47 | 141 | B | 1A |
| Octal | 111 | 73 | 104 | 0 | 23 | 7 | 107 | 501 | 13 | 32 |
| Binary | 1001001 | 111011 | 1000100 | 0 | 10011 | 111 | 1000111 | 101000001 | 1011 | 11010 |
Color Harmonies of #493B44
Complementary color
Monochromatic Colors of #493B44
Black with #493B44
Text Example
Text Example
White with #493B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B44; }
p { color: rgb(73,59,68); }
H1.HeaderClassName
{
color: #493B44;
}
.AnyTagClassName
{
color: #493B44;
}
</style>
background-color css
<style>
a { background-color: #493B44; }
a { background-color: rgb(73,59,68); }
div.DivClassName
{
background-color: #493B44;
}
.BgClassName
{
background-color: #493B44;
}
</style>
border-color css
<style>
span { border-color: #493B44; }
span { border-color: rgb(73,59,68); }
td.TdClassName
{
border-color: #493B44;
}
.TagClassName
{
border-color: #493B44;
}
</style>