Shades of Voodoo #4D2440
Tints of Voodoo #4D2440
RGB
CMYK
RGB Variations
Color information
#4D2440 (or 0x4D2440) is known color: Voodoo. HEX triplet: 4D, 24 and 40. RGB value is (77,36,64). Sum of RGB (Red+Green+Blue) = 77+36+64=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2440 is #B2DBBF. Grayscale: #333333. Windows color (decimal): -11721664 or 4203597. OLE color: 4203597.
HSL color Cylindrical-coordinate representation of color #4D2440: hue angle of 319.02º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2440 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 64 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.70 |
| HSL | 319.02º | 0.36% | 0.22% | - |
| HSV(B) | 319.02º | 0.53% | 0.3% | - |
| XYZ | 4.62 | 3.21 | 5.23 | - |
| YUV | 51.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 64 | 0 | 0.53 | 0.17 | 0.70 | 319.02 | 0.36 | 0.22 |
| Hex | 4D | 24 | 40 | 0 | 35 | 11 | 46 | 13F | 24 | 16 |
| Octal | 115 | 44 | 100 | 0 | 65 | 21 | 106 | 477 | 44 | 26 |
| Binary | 1001101 | 100100 | 1000000 | 0 | 110101 | 10001 | 1000110 | 100111111 | 100100 | 10110 |
Color Harmonies of #4D2440
Complementary color
Monochromatic Colors of #4D2440
Black with #4D2440
Text Example
Text Example
White with #4D2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2440; }
p { color: rgb(77,36,64); }
H1.HeaderClassName
{
color: #4D2440;
}
.AnyTagClassName
{
color: #4D2440;
}
</style>
background-color css
<style>
a { background-color: #4D2440; }
a { background-color: rgb(77,36,64); }
div.DivClassName
{
background-color: #4D2440;
}
.BgClassName
{
background-color: #4D2440;
}
</style>
border-color css
<style>
span { border-color: #4D2440; }
span { border-color: rgb(77,36,64); }
td.TdClassName
{
border-color: #4D2440;
}
.TagClassName
{
border-color: #4D2440;
}
</style>