Shades of Voodoo #4E1941
Tints of Voodoo #4E1941
RGB
CMYK
RGB Variations
Color information
#4E1941 (or 0x4E1941) is known color: Voodoo. HEX triplet: 4E, 19 and 41. RGB value is (78,25,65). Sum of RGB (Red+Green+Blue) = 78+25+65=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1941 is #B1E6BE. Grayscale: #2D2D2D. Windows color (decimal): -11658943 or 4266318. OLE color: 4266318.
HSL color Cylindrical-coordinate representation of color #4E1941: hue angle of 314.72º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1941 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 65 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.69 |
| HSL | 314.72º | 0.51% | 0.2% | - |
| HSV(B) | 314.72º | 0.68% | 0.31% | - |
| XYZ | 4.44 | 2.7 | 5.29 | - |
| YUV | 45.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 65 | 0 | 0.68 | 0.17 | 0.69 | 314.72 | 0.51 | 0.2 |
| Hex | 4E | 19 | 41 | 0 | 44 | 11 | 45 | 13B | 33 | 14 |
| Octal | 116 | 31 | 101 | 0 | 104 | 21 | 105 | 473 | 63 | 24 |
| Binary | 1001110 | 11001 | 1000001 | 0 | 1000100 | 10001 | 1000101 | 100111011 | 110011 | 10100 |
Color Harmonies of #4E1941
Complementary color
Monochromatic Colors of #4E1941
Black with #4E1941
Text Example
Text Example
White with #4E1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1941; }
p { color: rgb(78,25,65); }
H1.HeaderClassName
{
color: #4E1941;
}
.AnyTagClassName
{
color: #4E1941;
}
</style>
background-color css
<style>
a { background-color: #4E1941; }
a { background-color: rgb(78,25,65); }
div.DivClassName
{
background-color: #4E1941;
}
.BgClassName
{
background-color: #4E1941;
}
</style>
border-color css
<style>
span { border-color: #4E1941; }
span { border-color: rgb(78,25,65); }
td.TdClassName
{
border-color: #4E1941;
}
.TagClassName
{
border-color: #4E1941;
}
</style>