Shades of Voodoo #4B3442
Tints of Voodoo #4B3442
RGB
CMYK
RGB Variations
Color information
#4B3442 (or 0x4B3442) is known color: Voodoo. HEX triplet: 4B, 34 and 42. RGB value is (75,52,66). Sum of RGB (Red+Green+Blue) = 75+52+66=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3442 is #B4CBBD. Grayscale: #3C3C3C. Windows color (decimal): -11848638 or 4338763. OLE color: 4338763.
HSL color Cylindrical-coordinate representation of color #4B3442: hue angle of 323.48º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B3442 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 66 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.71 |
| HSL | 323.48º | 0.18% | 0.25% | - |
| HSV(B) | 323.48º | 0.31% | 0.29% | - |
| XYZ | 5.11 | 4.35 | 5.72 | - |
| YUV | 60.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 66 | 0 | 0.31 | 0.12 | 0.71 | 323.48 | 0.18 | 0.25 |
| Hex | 4B | 34 | 42 | 0 | 1F | C | 47 | 143 | 12 | 19 |
| Octal | 113 | 64 | 102 | 0 | 37 | 14 | 107 | 503 | 22 | 31 |
| Binary | 1001011 | 110100 | 1000010 | 0 | 11111 | 1100 | 1000111 | 101000011 | 10010 | 11001 |
Color Harmonies of #4B3442
Complementary color
Monochromatic Colors of #4B3442
Black with #4B3442
Text Example
Text Example
White with #4B3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3442; }
p { color: rgb(75,52,66); }
H1.HeaderClassName
{
color: #4B3442;
}
.AnyTagClassName
{
color: #4B3442;
}
</style>
background-color css
<style>
a { background-color: #4B3442; }
a { background-color: rgb(75,52,66); }
div.DivClassName
{
background-color: #4B3442;
}
.BgClassName
{
background-color: #4B3442;
}
</style>
border-color css
<style>
span { border-color: #4B3442; }
span { border-color: rgb(75,52,66); }
td.TdClassName
{
border-color: #4B3442;
}
.TagClassName
{
border-color: #4B3442;
}
</style>