Shades of Voodoo #4C2340
Tints of Voodoo #4C2340
RGB
CMYK
RGB Variations
Color information
#4C2340 (or 0x4C2340) is known color: Voodoo. HEX triplet: 4C, 23 and 40. RGB value is (76,35,64). Sum of RGB (Red+Green+Blue) = 76+35+64=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2340 is #B3DCBF. Grayscale: #323232. Windows color (decimal): -11787456 or 4203340. OLE color: 4203340.
HSL color Cylindrical-coordinate representation of color #4C2340: hue angle of 317.56º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2340 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 64 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.70 |
| HSL | 317.56º | 0.37% | 0.22% | - |
| HSV(B) | 317.56º | 0.54% | 0.3% | - |
| XYZ | 4.51 | 3.11 | 5.21 | - |
| YUV | 50.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 64 | 0 | 0.54 | 0.16 | 0.70 | 317.56 | 0.37 | 0.22 |
| Hex | 4C | 23 | 40 | 0 | 36 | 10 | 46 | 13E | 25 | 16 |
| Octal | 114 | 43 | 100 | 0 | 66 | 20 | 106 | 476 | 45 | 26 |
| Binary | 1001100 | 100011 | 1000000 | 0 | 110110 | 10000 | 1000110 | 100111110 | 100101 | 10110 |
Color Harmonies of #4C2340
Complementary color
Monochromatic Colors of #4C2340
Black with #4C2340
Text Example
Text Example
White with #4C2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2340; }
p { color: rgb(76,35,64); }
H1.HeaderClassName
{
color: #4C2340;
}
.AnyTagClassName
{
color: #4C2340;
}
</style>
background-color css
<style>
a { background-color: #4C2340; }
a { background-color: rgb(76,35,64); }
div.DivClassName
{
background-color: #4C2340;
}
.BgClassName
{
background-color: #4C2340;
}
</style>
border-color css
<style>
span { border-color: #4C2340; }
span { border-color: rgb(76,35,64); }
td.TdClassName
{
border-color: #4C2340;
}
.TagClassName
{
border-color: #4C2340;
}
</style>