Shades of Voodoo #4E1C40
Tints of Voodoo #4E1C40
RGB
CMYK
RGB Variations
Color information
#4E1C40 (or 0x4E1C40) is known color: Voodoo. HEX triplet: 4E, 1C and 40. RGB value is (78,28,64). Sum of RGB (Red+Green+Blue) = 78+28+64=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C40 is #B1E3BF. Grayscale: #2E2E2E. Windows color (decimal): -11658176 or 4201550. OLE color: 4201550.
HSL color Cylindrical-coordinate representation of color #4E1C40: hue angle of 316.8º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E1C40 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 64 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.69 |
| HSL | 316.8º | 0.47% | 0.21% | - |
| HSV(B) | 316.8º | 0.64% | 0.31% | - |
| XYZ | 4.48 | 2.82 | 5.16 | - |
| YUV | 47.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 64 | 0 | 0.64 | 0.18 | 0.69 | 316.8 | 0.47 | 0.21 |
| Hex | 4E | 1C | 40 | 0 | 40 | 12 | 45 | 13D | 2F | 15 |
| Octal | 116 | 34 | 100 | 0 | 100 | 22 | 105 | 475 | 57 | 25 |
| Binary | 1001110 | 11100 | 1000000 | 0 | 1000000 | 10010 | 1000101 | 100111101 | 101111 | 10101 |
Color Harmonies of #4E1C40
Complementary color
Monochromatic Colors of #4E1C40
Black with #4E1C40
Text Example
Text Example
White with #4E1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C40; }
p { color: rgb(78,28,64); }
H1.HeaderClassName
{
color: #4E1C40;
}
.AnyTagClassName
{
color: #4E1C40;
}
</style>
background-color css
<style>
a { background-color: #4E1C40; }
a { background-color: rgb(78,28,64); }
div.DivClassName
{
background-color: #4E1C40;
}
.BgClassName
{
background-color: #4E1C40;
}
</style>
border-color css
<style>
span { border-color: #4E1C40; }
span { border-color: rgb(78,28,64); }
td.TdClassName
{
border-color: #4E1C40;
}
.TagClassName
{
border-color: #4E1C40;
}
</style>