Shades of Voodoo #4C2C42
Tints of Voodoo #4C2C42
RGB
CMYK
RGB Variations
Color information
#4C2C42 (or 0x4C2C42) is known color: Voodoo. HEX triplet: 4C, 2C and 42. RGB value is (76,44,66). Sum of RGB (Red+Green+Blue) = 76+44+66=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C42 is #B3D3BD. Grayscale: #383838. Windows color (decimal): -11785150 or 4336716. OLE color: 4336716.
HSL color Cylindrical-coordinate representation of color #4C2C42: hue angle of 318.75º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C2C42 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 44 | 66 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.70 |
| HSL | 318.75º | 0.27% | 0.24% | - |
| HSV(B) | 318.75º | 0.42% | 0.3% | - |
| XYZ | 4.86 | 3.73 | 5.62 | - |
| YUV | 56.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 66 | 0 | 0.42 | 0.13 | 0.70 | 318.75 | 0.27 | 0.24 |
| Hex | 4C | 2C | 42 | 0 | 2A | D | 46 | 13F | 1B | 18 |
| Octal | 114 | 54 | 102 | 0 | 52 | 15 | 106 | 477 | 33 | 30 |
| Binary | 1001100 | 101100 | 1000010 | 0 | 101010 | 1101 | 1000110 | 100111111 | 11011 | 11000 |
Color Harmonies of #4C2C42
Complementary color
Monochromatic Colors of #4C2C42
Black with #4C2C42
Text Example
Text Example
White with #4C2C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C42; }
p { color: rgb(76,44,66); }
H1.HeaderClassName
{
color: #4C2C42;
}
.AnyTagClassName
{
color: #4C2C42;
}
</style>
background-color css
<style>
a { background-color: #4C2C42; }
a { background-color: rgb(76,44,66); }
div.DivClassName
{
background-color: #4C2C42;
}
.BgClassName
{
background-color: #4C2C42;
}
</style>
border-color css
<style>
span { border-color: #4C2C42; }
span { border-color: rgb(76,44,66); }
td.TdClassName
{
border-color: #4C2C42;
}
.TagClassName
{
border-color: #4C2C42;
}
</style>