Shades of Voodoo #4C2540
Tints of Voodoo #4C2540
RGB
CMYK
RGB Variations
Color information
#4C2540 (or 0x4C2540) is known color: Voodoo. HEX triplet: 4C, 25 and 40. RGB value is (76,37,64). Sum of RGB (Red+Green+Blue) = 76+37+64=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2540 is #B3DABF. Grayscale: #333333. Windows color (decimal): -11786944 or 4203852. OLE color: 4203852.
HSL color Cylindrical-coordinate representation of color #4C2540: hue angle of 318.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2540 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 64 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.70 |
| HSL | 318.46º | 0.35% | 0.22% | - |
| HSV(B) | 318.46º | 0.51% | 0.3% | - |
| XYZ | 4.57 | 3.23 | 5.23 | - |
| YUV | 51.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 64 | 0 | 0.51 | 0.16 | 0.70 | 318.46 | 0.35 | 0.22 |
| Hex | 4C | 25 | 40 | 0 | 33 | 10 | 46 | 13E | 23 | 16 |
| Octal | 114 | 45 | 100 | 0 | 63 | 20 | 106 | 476 | 43 | 26 |
| Binary | 1001100 | 100101 | 1000000 | 0 | 110011 | 10000 | 1000110 | 100111110 | 100011 | 10110 |
Color Harmonies of #4C2540
Complementary color
Monochromatic Colors of #4C2540
Black with #4C2540
Text Example
Text Example
White with #4C2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2540; }
p { color: rgb(76,37,64); }
H1.HeaderClassName
{
color: #4C2540;
}
.AnyTagClassName
{
color: #4C2540;
}
</style>
background-color css
<style>
a { background-color: #4C2540; }
a { background-color: rgb(76,37,64); }
div.DivClassName
{
background-color: #4C2540;
}
.BgClassName
{
background-color: #4C2540;
}
</style>
border-color css
<style>
span { border-color: #4C2540; }
span { border-color: rgb(76,37,64); }
td.TdClassName
{
border-color: #4C2540;
}
.TagClassName
{
border-color: #4C2540;
}
</style>