Shades of Voodoo #4E1A41
Tints of Voodoo #4E1A41
RGB
CMYK
RGB Variations
Color information
#4E1A41 (or 0x4E1A41) is known color: Voodoo. HEX triplet: 4E, 1A and 41. RGB value is (78,26,65). Sum of RGB (Red+Green+Blue) = 78+26+65=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A41 is #B1E5BE. Grayscale: #2D2D2D. Windows color (decimal): -11658687 or 4266574. OLE color: 4266574.
HSL color Cylindrical-coordinate representation of color #4E1A41: hue angle of 315º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A41 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 65 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.69 |
| HSL | 315º | 0.5% | 0.2% | - |
| HSV(B) | 315º | 0.67% | 0.31% | - |
| XYZ | 4.47 | 2.74 | 5.29 | - |
| YUV | 45.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 65 | 0 | 0.67 | 0.17 | 0.69 | 315 | 0.5 | 0.2 |
| Hex | 4E | 1A | 41 | 0 | 43 | 11 | 45 | 13B | 32 | 14 |
| Octal | 116 | 32 | 101 | 0 | 103 | 21 | 105 | 473 | 62 | 24 |
| Binary | 1001110 | 11010 | 1000001 | 0 | 1000011 | 10001 | 1000101 | 100111011 | 110010 | 10100 |
Color Harmonies of #4E1A41
Complementary color
Monochromatic Colors of #4E1A41
Black with #4E1A41
Text Example
Text Example
White with #4E1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A41; }
p { color: rgb(78,26,65); }
H1.HeaderClassName
{
color: #4E1A41;
}
.AnyTagClassName
{
color: #4E1A41;
}
</style>
background-color css
<style>
a { background-color: #4E1A41; }
a { background-color: rgb(78,26,65); }
div.DivClassName
{
background-color: #4E1A41;
}
.BgClassName
{
background-color: #4E1A41;
}
</style>
border-color css
<style>
span { border-color: #4E1A41; }
span { border-color: rgb(78,26,65); }
td.TdClassName
{
border-color: #4E1A41;
}
.TagClassName
{
border-color: #4E1A41;
}
</style>