Shades of Voodoo #4E233F
Tints of Voodoo #4E233F
RGB
CMYK
RGB Variations
Color information
#4E233F (or 0x4E233F) is known color: Voodoo. HEX triplet: 4E, 23 and 3F. RGB value is (78,35,63). Sum of RGB (Red+Green+Blue) = 78+35+63=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E233F is #B1DCC0. Grayscale: #323232. Windows color (decimal): -11656385 or 4137806. OLE color: 4137806.
HSL color Cylindrical-coordinate representation of color #4E233F: hue angle of 320.93º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E233F is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 63 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.69 |
| HSL | 320.93º | 0.38% | 0.22% | - |
| HSV(B) | 320.93º | 0.55% | 0.31% | - |
| XYZ | 4.64 | 3.18 | 5.07 | - |
| YUV | 51.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 63 | 0 | 0.55 | 0.19 | 0.69 | 320.93 | 0.38 | 0.22 |
| Hex | 4E | 23 | 3F | 0 | 37 | 13 | 45 | 141 | 26 | 16 |
| Octal | 116 | 43 | 77 | 0 | 67 | 23 | 105 | 501 | 46 | 26 |
| Binary | 1001110 | 100011 | 111111 | 0 | 110111 | 10011 | 1000101 | 101000001 | 100110 | 10110 |
Color Harmonies of #4E233F
Complementary color
Monochromatic Colors of #4E233F
Black with #4E233F
Text Example
Text Example
White with #4E233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E233F; }
p { color: rgb(78,35,63); }
H1.HeaderClassName
{
color: #4E233F;
}
.AnyTagClassName
{
color: #4E233F;
}
</style>
background-color css
<style>
a { background-color: #4E233F; }
a { background-color: rgb(78,35,63); }
div.DivClassName
{
background-color: #4E233F;
}
.BgClassName
{
background-color: #4E233F;
}
</style>
border-color css
<style>
span { border-color: #4E233F; }
span { border-color: rgb(78,35,63); }
td.TdClassName
{
border-color: #4E233F;
}
.TagClassName
{
border-color: #4E233F;
}
</style>