Shades of Voodoo #4B3342
Tints of Voodoo #4B3342
RGB
CMYK
RGB Variations
Color information
#4B3342 (or 0x4B3342) is known color: Voodoo. HEX triplet: 4B, 33 and 42. RGB value is (75,51,66). Sum of RGB (Red+Green+Blue) = 75+51+66=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3342 is #B4CCBD. Grayscale: #3B3B3B. Windows color (decimal): -11848894 or 4338507. OLE color: 4338507.
HSL color Cylindrical-coordinate representation of color #4B3342: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B3342 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 66 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.71 |
| HSL | 322.5º | 0.19% | 0.25% | - |
| HSV(B) | 322.5º | 0.32% | 0.29% | - |
| XYZ | 5.07 | 4.26 | 5.71 | - |
| YUV | 59.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 66 | 0 | 0.32 | 0.12 | 0.71 | 322.5 | 0.19 | 0.25 |
| Hex | 4B | 33 | 42 | 0 | 20 | C | 47 | 142 | 13 | 19 |
| Octal | 113 | 63 | 102 | 0 | 40 | 14 | 107 | 502 | 23 | 31 |
| Binary | 1001011 | 110011 | 1000010 | 0 | 100000 | 1100 | 1000111 | 101000010 | 10011 | 11001 |
Color Harmonies of #4B3342
Complementary color
Monochromatic Colors of #4B3342
Black with #4B3342
Text Example
Text Example
White with #4B3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3342; }
p { color: rgb(75,51,66); }
H1.HeaderClassName
{
color: #4B3342;
}
.AnyTagClassName
{
color: #4B3342;
}
</style>
background-color css
<style>
a { background-color: #4B3342; }
a { background-color: rgb(75,51,66); }
div.DivClassName
{
background-color: #4B3342;
}
.BgClassName
{
background-color: #4B3342;
}
</style>
border-color css
<style>
span { border-color: #4B3342; }
span { border-color: rgb(75,51,66); }
td.TdClassName
{
border-color: #4B3342;
}
.TagClassName
{
border-color: #4B3342;
}
</style>