Shades of Voodoo #4E2340
Tints of Voodoo #4E2340
RGB
CMYK
RGB Variations
Color information
#4E2340 (or 0x4E2340) is known color: Voodoo. HEX triplet: 4E, 23 and 40. RGB value is (78,35,64). Sum of RGB (Red+Green+Blue) = 78+35+64=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2340 is #B1DCBF. Grayscale: #333333. Windows color (decimal): -11656384 or 4203342. OLE color: 4203342.
HSL color Cylindrical-coordinate representation of color #4E2340: hue angle of 319.53º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2340 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 64 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.69 |
| HSL | 319.53º | 0.38% | 0.22% | - |
| HSV(B) | 319.53º | 0.55% | 0.31% | - |
| XYZ | 4.67 | 3.19 | 5.22 | - |
| YUV | 51.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 64 | 0 | 0.55 | 0.18 | 0.69 | 319.53 | 0.38 | 0.22 |
| Hex | 4E | 23 | 40 | 0 | 37 | 12 | 45 | 140 | 26 | 16 |
| Octal | 116 | 43 | 100 | 0 | 67 | 22 | 105 | 500 | 46 | 26 |
| Binary | 1001110 | 100011 | 1000000 | 0 | 110111 | 10010 | 1000101 | 101000000 | 100110 | 10110 |
Color Harmonies of #4E2340
Complementary color
Monochromatic Colors of #4E2340
Black with #4E2340
Text Example
Text Example
White with #4E2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2340; }
p { color: rgb(78,35,64); }
H1.HeaderClassName
{
color: #4E2340;
}
.AnyTagClassName
{
color: #4E2340;
}
</style>
background-color css
<style>
a { background-color: #4E2340; }
a { background-color: rgb(78,35,64); }
div.DivClassName
{
background-color: #4E2340;
}
.BgClassName
{
background-color: #4E2340;
}
</style>
border-color css
<style>
span { border-color: #4E2340; }
span { border-color: rgb(78,35,64); }
td.TdClassName
{
border-color: #4E2340;
}
.TagClassName
{
border-color: #4E2340;
}
</style>