Shades of Voodoo #4C2940
Tints of Voodoo #4C2940
RGB
CMYK
RGB Variations
Color information
#4C2940 (or 0x4C2940) is known color: Voodoo. HEX triplet: 4C, 29 and 40. RGB value is (76,41,64). Sum of RGB (Red+Green+Blue) = 76+41+64=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2940 is #B3D6BF. Grayscale: #363636. Windows color (decimal): -11785920 or 4204876. OLE color: 4204876.
HSL color Cylindrical-coordinate representation of color #4C2940: hue angle of 320.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2940 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 41 | 64 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.70 |
| HSL | 320.57º | 0.3% | 0.23% | - |
| HSV(B) | 320.57º | 0.46% | 0.3% | - |
| XYZ | 4.7 | 3.49 | 5.28 | - |
| YUV | 54.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 64 | 0 | 0.46 | 0.16 | 0.70 | 320.57 | 0.3 | 0.23 |
| Hex | 4C | 29 | 40 | 0 | 2E | 10 | 46 | 141 | 1E | 17 |
| Octal | 114 | 51 | 100 | 0 | 56 | 20 | 106 | 501 | 36 | 27 |
| Binary | 1001100 | 101001 | 1000000 | 0 | 101110 | 10000 | 1000110 | 101000001 | 11110 | 10111 |
Color Harmonies of #4C2940
Complementary color
Monochromatic Colors of #4C2940
Black with #4C2940
Text Example
Text Example
White with #4C2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2940; }
p { color: rgb(76,41,64); }
H1.HeaderClassName
{
color: #4C2940;
}
.AnyTagClassName
{
color: #4C2940;
}
</style>
background-color css
<style>
a { background-color: #4C2940; }
a { background-color: rgb(76,41,64); }
div.DivClassName
{
background-color: #4C2940;
}
.BgClassName
{
background-color: #4C2940;
}
</style>
border-color css
<style>
span { border-color: #4C2940; }
span { border-color: rgb(76,41,64); }
td.TdClassName
{
border-color: #4C2940;
}
.TagClassName
{
border-color: #4C2940;
}
</style>