Shades of Voodoo #4E2740
Tints of Voodoo #4E2740
RGB
CMYK
RGB Variations
Color information
#4E2740 (or 0x4E2740) is known color: Voodoo. HEX triplet: 4E, 27 and 40. RGB value is (78,39,64). Sum of RGB (Red+Green+Blue) = 78+39+64=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2740 is #B1D8BF. Grayscale: #353535. Windows color (decimal): -11655360 or 4204366. OLE color: 4204366.
HSL color Cylindrical-coordinate representation of color #4E2740: hue angle of 321.54º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2740 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 64 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.69 |
| HSL | 321.54º | 0.33% | 0.23% | - |
| HSV(B) | 321.54º | 0.5% | 0.31% | - |
| XYZ | 4.79 | 3.44 | 5.26 | - |
| YUV | 53.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 64 | 0 | 0.50 | 0.18 | 0.69 | 321.54 | 0.33 | 0.23 |
| Hex | 4E | 27 | 40 | 0 | 32 | 12 | 45 | 142 | 21 | 17 |
| Octal | 116 | 47 | 100 | 0 | 62 | 22 | 105 | 502 | 41 | 27 |
| Binary | 1001110 | 100111 | 1000000 | 0 | 110010 | 10010 | 1000101 | 101000010 | 100001 | 10111 |
Color Harmonies of #4E2740
Complementary color
Monochromatic Colors of #4E2740
Black with #4E2740
Text Example
Text Example
White with #4E2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2740; }
p { color: rgb(78,39,64); }
H1.HeaderClassName
{
color: #4E2740;
}
.AnyTagClassName
{
color: #4E2740;
}
</style>
background-color css
<style>
a { background-color: #4E2740; }
a { background-color: rgb(78,39,64); }
div.DivClassName
{
background-color: #4E2740;
}
.BgClassName
{
background-color: #4E2740;
}
</style>
border-color css
<style>
span { border-color: #4E2740; }
span { border-color: rgb(78,39,64); }
td.TdClassName
{
border-color: #4E2740;
}
.TagClassName
{
border-color: #4E2740;
}
</style>