Shades of Voodoo #4A3442
Tints of Voodoo #4A3442
RGB
CMYK
RGB Variations
Color information
#4A3442 (or 0x4A3442) is known color: Voodoo. HEX triplet: 4A, 34 and 42. RGB value is (74,52,66). Sum of RGB (Red+Green+Blue) = 74+52+66=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3442 is #B5CBBD. Grayscale: #3C3C3C. Windows color (decimal): -11914174 or 4338762. OLE color: 4338762.
HSL color Cylindrical-coordinate representation of color #4A3442: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3442 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 52 | 66 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.71 |
| HSL | 321.82º | 0.17% | 0.25% | - |
| HSV(B) | 321.82º | 0.3% | 0.29% | - |
| XYZ | 5.04 | 4.31 | 5.72 | - |
| YUV | 60.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 66 | 0 | 0.30 | 0.11 | 0.71 | 321.82 | 0.17 | 0.25 |
| Hex | 4A | 34 | 42 | 0 | 1E | B | 47 | 142 | 11 | 19 |
| Octal | 112 | 64 | 102 | 0 | 36 | 13 | 107 | 502 | 21 | 31 |
| Binary | 1001010 | 110100 | 1000010 | 0 | 11110 | 1011 | 1000111 | 101000010 | 10001 | 11001 |
Color Harmonies of #4A3442
Complementary color
Monochromatic Colors of #4A3442
Black with #4A3442
Text Example
Text Example
White with #4A3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3442; }
p { color: rgb(74,52,66); }
H1.HeaderClassName
{
color: #4A3442;
}
.AnyTagClassName
{
color: #4A3442;
}
</style>
background-color css
<style>
a { background-color: #4A3442; }
a { background-color: rgb(74,52,66); }
div.DivClassName
{
background-color: #4A3442;
}
.BgClassName
{
background-color: #4A3442;
}
</style>
border-color css
<style>
span { border-color: #4A3442; }
span { border-color: rgb(74,52,66); }
td.TdClassName
{
border-color: #4A3442;
}
.TagClassName
{
border-color: #4A3442;
}
</style>