Shades of Voodoo #4E2140
Tints of Voodoo #4E2140
RGB
CMYK
RGB Variations
Color information
#4E2140 (or 0x4E2140) is known color: Voodoo. HEX triplet: 4E, 21 and 40. RGB value is (78,33,64). Sum of RGB (Red+Green+Blue) = 78+33+64=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2140 is #B1DEBF. Grayscale: #313131. Windows color (decimal): -11656896 or 4202830. OLE color: 4202830.
HSL color Cylindrical-coordinate representation of color #4E2140: hue angle of 318.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2140 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 64 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.69 |
| HSL | 318.67º | 0.41% | 0.22% | - |
| HSV(B) | 318.67º | 0.58% | 0.31% | - |
| XYZ | 4.61 | 3.08 | 5.2 | - |
| YUV | 49.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 64 | 0 | 0.58 | 0.18 | 0.69 | 318.67 | 0.41 | 0.22 |
| Hex | 4E | 21 | 40 | 0 | 3A | 12 | 45 | 13F | 29 | 16 |
| Octal | 116 | 41 | 100 | 0 | 72 | 22 | 105 | 477 | 51 | 26 |
| Binary | 1001110 | 100001 | 1000000 | 0 | 111010 | 10010 | 1000101 | 100111111 | 101001 | 10110 |
Color Harmonies of #4E2140
Complementary color
Monochromatic Colors of #4E2140
Black with #4E2140
Text Example
Text Example
White with #4E2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2140; }
p { color: rgb(78,33,64); }
H1.HeaderClassName
{
color: #4E2140;
}
.AnyTagClassName
{
color: #4E2140;
}
</style>
background-color css
<style>
a { background-color: #4E2140; }
a { background-color: rgb(78,33,64); }
div.DivClassName
{
background-color: #4E2140;
}
.BgClassName
{
background-color: #4E2140;
}
</style>
border-color css
<style>
span { border-color: #4E2140; }
span { border-color: rgb(78,33,64); }
td.TdClassName
{
border-color: #4E2140;
}
.TagClassName
{
border-color: #4E2140;
}
</style>