Shades of Voodoo #493143
Tints of Voodoo #493143
RGB
CMYK
RGB Variations
Color information
#493143 (or 0x493143) is known color: Voodoo. HEX triplet: 49, 31 and 43. RGB value is (73,49,67). Sum of RGB (Red+Green+Blue) = 73+49+67=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493143 is #B6CEBC. Grayscale: #3A3A3A. Windows color (decimal): -11980477 or 4403529. OLE color: 4403529.
HSL color Cylindrical-coordinate representation of color #493143: hue angle of 315º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493143 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 49 | 67 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.71 |
| HSL | 315º | 0.2% | 0.24% | - |
| HSV(B) | 315º | 0.33% | 0.29% | - |
| XYZ | 4.86 | 4.02 | 5.83 | - |
| YUV | 58.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 67 | 0 | 0.33 | 0.08 | 0.71 | 315 | 0.2 | 0.24 |
| Hex | 49 | 31 | 43 | 0 | 21 | 8 | 47 | 13B | 14 | 18 |
| Octal | 111 | 61 | 103 | 0 | 41 | 10 | 107 | 473 | 24 | 30 |
| Binary | 1001001 | 110001 | 1000011 | 0 | 100001 | 1000 | 1000111 | 100111011 | 10100 | 11000 |
Color Harmonies of #493143
Complementary color
Monochromatic Colors of #493143
Black with #493143
Text Example
Text Example
White with #493143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493143; }
p { color: rgb(73,49,67); }
H1.HeaderClassName
{
color: #493143;
}
.AnyTagClassName
{
color: #493143;
}
</style>
background-color css
<style>
a { background-color: #493143; }
a { background-color: rgb(73,49,67); }
div.DivClassName
{
background-color: #493143;
}
.BgClassName
{
background-color: #493143;
}
</style>
border-color css
<style>
span { border-color: #493143; }
span { border-color: rgb(73,49,67); }
td.TdClassName
{
border-color: #493143;
}
.TagClassName
{
border-color: #493143;
}
</style>