Shades of Voodoo #4B2440
Tints of Voodoo #4B2440
RGB
CMYK
RGB Variations
Color information
#4B2440 (or 0x4B2440) is known color: Voodoo. HEX triplet: 4B, 24 and 40. RGB value is (75,36,64). Sum of RGB (Red+Green+Blue) = 75+36+64=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2440 is #B4DBBF. Grayscale: #323232. Windows color (decimal): -11852736 or 4203595. OLE color: 4203595.
HSL color Cylindrical-coordinate representation of color #4B2440: hue angle of 316.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2440 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 64 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.71 |
| HSL | 316.92º | 0.35% | 0.22% | - |
| HSV(B) | 316.92º | 0.52% | 0.29% | - |
| XYZ | 4.46 | 3.13 | 5.22 | - |
| YUV | 50.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 64 | 0 | 0.52 | 0.15 | 0.71 | 316.92 | 0.35 | 0.22 |
| Hex | 4B | 24 | 40 | 0 | 34 | F | 47 | 13D | 23 | 16 |
| Octal | 113 | 44 | 100 | 0 | 64 | 17 | 107 | 475 | 43 | 26 |
| Binary | 1001011 | 100100 | 1000000 | 0 | 110100 | 1111 | 1000111 | 100111101 | 100011 | 10110 |
Color Harmonies of #4B2440
Complementary color
Monochromatic Colors of #4B2440
Black with #4B2440
Text Example
Text Example
White with #4B2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2440; }
p { color: rgb(75,36,64); }
H1.HeaderClassName
{
color: #4B2440;
}
.AnyTagClassName
{
color: #4B2440;
}
</style>
background-color css
<style>
a { background-color: #4B2440; }
a { background-color: rgb(75,36,64); }
div.DivClassName
{
background-color: #4B2440;
}
.BgClassName
{
background-color: #4B2440;
}
</style>
border-color css
<style>
span { border-color: #4B2440; }
span { border-color: rgb(75,36,64); }
td.TdClassName
{
border-color: #4B2440;
}
.TagClassName
{
border-color: #4B2440;
}
</style>