Shades of Voodoo #493443
Tints of Voodoo #493443
RGB
CMYK
RGB Variations
Color information
#493443 (or 0x493443) is known color: Voodoo. HEX triplet: 49, 34 and 43. RGB value is (73,52,67). Sum of RGB (Red+Green+Blue) = 73+52+67=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493443 is #B6CBBC. Grayscale: #3B3B3B. Windows color (decimal): -11979709 or 4404297. OLE color: 4404297.
HSL color Cylindrical-coordinate representation of color #493443: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493443 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 67 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.71 |
| HSL | 317.14º | 0.17% | 0.25% | - |
| HSV(B) | 317.14º | 0.29% | 0.29% | - |
| XYZ | 4.99 | 4.28 | 5.87 | - |
| YUV | 59.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 67 | 0 | 0.29 | 0.08 | 0.71 | 317.14 | 0.17 | 0.25 |
| Hex | 49 | 34 | 43 | 0 | 1D | 8 | 47 | 13D | 11 | 19 |
| Octal | 111 | 64 | 103 | 0 | 35 | 10 | 107 | 475 | 21 | 31 |
| Binary | 1001001 | 110100 | 1000011 | 0 | 11101 | 1000 | 1000111 | 100111101 | 10001 | 11001 |
Color Harmonies of #493443
Complementary color
Monochromatic Colors of #493443
Black with #493443
Text Example
Text Example
White with #493443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493443; }
p { color: rgb(73,52,67); }
H1.HeaderClassName
{
color: #493443;
}
.AnyTagClassName
{
color: #493443;
}
</style>
background-color css
<style>
a { background-color: #493443; }
a { background-color: rgb(73,52,67); }
div.DivClassName
{
background-color: #493443;
}
.BgClassName
{
background-color: #493443;
}
</style>
border-color css
<style>
span { border-color: #493443; }
span { border-color: rgb(73,52,67); }
td.TdClassName
{
border-color: #493443;
}
.TagClassName
{
border-color: #493443;
}
</style>