Shades of Voodoo #4E1E3F
Tints of Voodoo #4E1E3F
RGB
CMYK
RGB Variations
Color information
#4E1E3F (or 0x4E1E3F) is known color: Voodoo. HEX triplet: 4E, 1E and 3F. RGB value is (78,30,63). Sum of RGB (Red+Green+Blue) = 78+30+63=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E3F is #B1E1C0. Grayscale: #303030. Windows color (decimal): -11657665 or 4136526. OLE color: 4136526.
HSL color Cylindrical-coordinate representation of color #4E1E3F: hue angle of 318.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E3F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 63 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.69 |
| HSL | 318.75º | 0.44% | 0.21% | - |
| HSV(B) | 318.75º | 0.62% | 0.31% | - |
| XYZ | 4.5 | 2.91 | 5.03 | - |
| YUV | 48.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 63 | 0 | 0.62 | 0.19 | 0.69 | 318.75 | 0.44 | 0.21 |
| Hex | 4E | 1E | 3F | 0 | 3E | 13 | 45 | 13F | 2C | 15 |
| Octal | 116 | 36 | 77 | 0 | 76 | 23 | 105 | 477 | 54 | 25 |
| Binary | 1001110 | 11110 | 111111 | 0 | 111110 | 10011 | 1000101 | 100111111 | 101100 | 10101 |
Color Harmonies of #4E1E3F
Complementary color
Monochromatic Colors of #4E1E3F
Black with #4E1E3F
Text Example
Text Example
White with #4E1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E3F; }
p { color: rgb(78,30,63); }
H1.HeaderClassName
{
color: #4E1E3F;
}
.AnyTagClassName
{
color: #4E1E3F;
}
</style>
background-color css
<style>
a { background-color: #4E1E3F; }
a { background-color: rgb(78,30,63); }
div.DivClassName
{
background-color: #4E1E3F;
}
.BgClassName
{
background-color: #4E1E3F;
}
</style>
border-color css
<style>
span { border-color: #4E1E3F; }
span { border-color: rgb(78,30,63); }
td.TdClassName
{
border-color: #4E1E3F;
}
.TagClassName
{
border-color: #4E1E3F;
}
</style>