Shades of Voodoo #4E213F
Tints of Voodoo #4E213F
RGB
CMYK
RGB Variations
Color information
#4E213F (or 0x4E213F) is known color: Voodoo. HEX triplet: 4E, 21 and 3F. RGB value is (78,33,63). Sum of RGB (Red+Green+Blue) = 78+33+63=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E213F is #B1DEC0. Grayscale: #313131. Windows color (decimal): -11656897 or 4137294. OLE color: 4137294.
HSL color Cylindrical-coordinate representation of color #4E213F: hue angle of 320º 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 #4E213F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 63 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.69 |
| HSL | 320º | 0.41% | 0.22% | - |
| HSV(B) | 320º | 0.58% | 0.31% | - |
| XYZ | 4.58 | 3.07 | 5.05 | - |
| YUV | 49.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 63 | 0 | 0.58 | 0.19 | 0.69 | 320 | 0.41 | 0.22 |
| Hex | 4E | 21 | 3F | 0 | 3A | 13 | 45 | 140 | 29 | 16 |
| Octal | 116 | 41 | 77 | 0 | 72 | 23 | 105 | 500 | 51 | 26 |
| Binary | 1001110 | 100001 | 111111 | 0 | 111010 | 10011 | 1000101 | 101000000 | 101001 | 10110 |
Color Harmonies of #4E213F
Complementary color
Monochromatic Colors of #4E213F
Black with #4E213F
Text Example
Text Example
White with #4E213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E213F; }
p { color: rgb(78,33,63); }
H1.HeaderClassName
{
color: #4E213F;
}
.AnyTagClassName
{
color: #4E213F;
}
</style>
background-color css
<style>
a { background-color: #4E213F; }
a { background-color: rgb(78,33,63); }
div.DivClassName
{
background-color: #4E213F;
}
.BgClassName
{
background-color: #4E213F;
}
</style>
border-color css
<style>
span { border-color: #4E213F; }
span { border-color: rgb(78,33,63); }
td.TdClassName
{
border-color: #4E213F;
}
.TagClassName
{
border-color: #4E213F;
}
</style>