Shades of Voodoo #4C2A40
Tints of Voodoo #4C2A40
RGB
CMYK
RGB Variations
Color information
#4C2A40 (or 0x4C2A40) is known color: Voodoo. HEX triplet: 4C, 2A and 40. RGB value is (76,42,64). Sum of RGB (Red+Green+Blue) = 76+42+64=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A40 is #B3D5BF. Grayscale: #363636. Windows color (decimal): -11785664 or 4205132. OLE color: 4205132.
HSL color Cylindrical-coordinate representation of color #4C2A40: hue angle of 321.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C2A40 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 42 | 64 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.70 |
| HSL | 321.18º | 0.29% | 0.23% | - |
| HSV(B) | 321.18º | 0.45% | 0.3% | - |
| XYZ | 4.73 | 3.56 | 5.29 | - |
| YUV | 54.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 64 | 0 | 0.45 | 0.16 | 0.70 | 321.18 | 0.29 | 0.23 |
| Hex | 4C | 2A | 40 | 0 | 2D | 10 | 46 | 141 | 1D | 17 |
| Octal | 114 | 52 | 100 | 0 | 55 | 20 | 106 | 501 | 35 | 27 |
| Binary | 1001100 | 101010 | 1000000 | 0 | 101101 | 10000 | 1000110 | 101000001 | 11101 | 10111 |
Color Harmonies of #4C2A40
Complementary color
Monochromatic Colors of #4C2A40
Black with #4C2A40
Text Example
Text Example
White with #4C2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A40; }
p { color: rgb(76,42,64); }
H1.HeaderClassName
{
color: #4C2A40;
}
.AnyTagClassName
{
color: #4C2A40;
}
</style>
background-color css
<style>
a { background-color: #4C2A40; }
a { background-color: rgb(76,42,64); }
div.DivClassName
{
background-color: #4C2A40;
}
.BgClassName
{
background-color: #4C2A40;
}
</style>
border-color css
<style>
span { border-color: #4C2A40; }
span { border-color: rgb(76,42,64); }
td.TdClassName
{
border-color: #4C2A40;
}
.TagClassName
{
border-color: #4C2A40;
}
</style>