Shades of Voodoo #4B2040
Tints of Voodoo #4B2040
RGB
CMYK
RGB Variations
Color information
#4B2040 (or 0x4B2040) is known color: Voodoo. HEX triplet: 4B, 20 and 40. RGB value is (75,32,64). Sum of RGB (Red+Green+Blue) = 75+32+64=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2040 is #B4DFBF. Grayscale: #303030. Windows color (decimal): -11853760 or 4202571. OLE color: 4202571.
HSL color Cylindrical-coordinate representation of color #4B2040: hue angle of 315.35º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2040 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 64 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.71 |
| HSL | 315.35º | 0.4% | 0.21% | - |
| HSV(B) | 315.35º | 0.57% | 0.29% | - |
| XYZ | 4.34 | 2.9 | 5.18 | - |
| YUV | 48.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 64 | 0 | 0.57 | 0.15 | 0.71 | 315.35 | 0.4 | 0.21 |
| Hex | 4B | 20 | 40 | 0 | 39 | F | 47 | 13B | 28 | 15 |
| Octal | 113 | 40 | 100 | 0 | 71 | 17 | 107 | 473 | 50 | 25 |
| Binary | 1001011 | 100000 | 1000000 | 0 | 111001 | 1111 | 1000111 | 100111011 | 101000 | 10101 |
Color Harmonies of #4B2040
Complementary color
Monochromatic Colors of #4B2040
Black with #4B2040
Text Example
Text Example
White with #4B2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2040; }
p { color: rgb(75,32,64); }
H1.HeaderClassName
{
color: #4B2040;
}
.AnyTagClassName
{
color: #4B2040;
}
</style>
background-color css
<style>
a { background-color: #4B2040; }
a { background-color: rgb(75,32,64); }
div.DivClassName
{
background-color: #4B2040;
}
.BgClassName
{
background-color: #4B2040;
}
</style>
border-color css
<style>
span { border-color: #4B2040; }
span { border-color: rgb(75,32,64); }
td.TdClassName
{
border-color: #4B2040;
}
.TagClassName
{
border-color: #4B2040;
}
</style>