Shades of Voodoo #4C243E
Tints of Voodoo #4C243E
RGB
CMYK
RGB Variations
Color information
#4C243E (or 0x4C243E) is known color: Voodoo. HEX triplet: 4C, 24 and 3E. RGB value is (76,36,62). Sum of RGB (Red+Green+Blue) = 76+36+62=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C243E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C243E is #B3DBC1. Grayscale: #323232. Windows color (decimal): -11787202 or 4072524. OLE color: 4072524.
HSL color Cylindrical-coordinate representation of color #4C243E: hue angle of 321º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C243E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 62 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.70 |
| HSL | 321º | 0.36% | 0.22% | - |
| HSV(B) | 321º | 0.53% | 0.3% | - |
| XYZ | 4.48 | 3.15 | 4.93 | - |
| YUV | 50.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 62 | 0 | 0.53 | 0.18 | 0.70 | 321 | 0.36 | 0.22 |
| Hex | 4C | 24 | 3E | 0 | 35 | 12 | 46 | 141 | 24 | 16 |
| Octal | 114 | 44 | 76 | 0 | 65 | 22 | 106 | 501 | 44 | 26 |
| Binary | 1001100 | 100100 | 111110 | 0 | 110101 | 10010 | 1000110 | 101000001 | 100100 | 10110 |
Color Harmonies of #4C243E
Complementary color
Monochromatic Colors of #4C243E
Black with #4C243E
Text Example
Text Example
White with #4C243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C243E; }
p { color: rgb(76,36,62); }
H1.HeaderClassName
{
color: #4C243E;
}
.AnyTagClassName
{
color: #4C243E;
}
</style>
background-color css
<style>
a { background-color: #4C243E; }
a { background-color: rgb(76,36,62); }
div.DivClassName
{
background-color: #4C243E;
}
.BgClassName
{
background-color: #4C243E;
}
</style>
border-color css
<style>
span { border-color: #4C243E; }
span { border-color: rgb(76,36,62); }
td.TdClassName
{
border-color: #4C243E;
}
.TagClassName
{
border-color: #4C243E;
}
</style>