Shades of Voodoo #4B2442
Tints of Voodoo #4B2442
RGB
CMYK
RGB Variations
Color information
#4B2442 (or 0x4B2442) is known color: Voodoo. HEX triplet: 4B, 24 and 42. RGB value is (75,36,66). Sum of RGB (Red+Green+Blue) = 75+36+66=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2442 is #B4DBBD. Grayscale: #323232. Windows color (decimal): -11852734 or 4334667. OLE color: 4334667.
HSL color Cylindrical-coordinate representation of color #4B2442: hue angle of 313.85º 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 #4B2442 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 66 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.71 |
| HSL | 313.85º | 0.35% | 0.22% | - |
| HSV(B) | 313.85º | 0.52% | 0.29% | - |
| XYZ | 4.52 | 3.15 | 5.52 | - |
| YUV | 51.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 66 | 0 | 0.52 | 0.12 | 0.71 | 313.85 | 0.35 | 0.22 |
| Hex | 4B | 24 | 42 | 0 | 34 | C | 47 | 13A | 23 | 16 |
| Octal | 113 | 44 | 102 | 0 | 64 | 14 | 107 | 472 | 43 | 26 |
| Binary | 1001011 | 100100 | 1000010 | 0 | 110100 | 1100 | 1000111 | 100111010 | 100011 | 10110 |
Color Harmonies of #4B2442
Complementary color
Monochromatic Colors of #4B2442
Black with #4B2442
Text Example
Text Example
White with #4B2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2442; }
p { color: rgb(75,36,66); }
H1.HeaderClassName
{
color: #4B2442;
}
.AnyTagClassName
{
color: #4B2442;
}
</style>
background-color css
<style>
a { background-color: #4B2442; }
a { background-color: rgb(75,36,66); }
div.DivClassName
{
background-color: #4B2442;
}
.BgClassName
{
background-color: #4B2442;
}
</style>
border-color css
<style>
span { border-color: #4B2442; }
span { border-color: rgb(75,36,66); }
td.TdClassName
{
border-color: #4B2442;
}
.TagClassName
{
border-color: #4B2442;
}
</style>