Shades of Voodoo #4B2E41
Tints of Voodoo #4B2E41
RGB
CMYK
RGB Variations
Color information
#4B2E41 (or 0x4B2E41) is known color: Voodoo. HEX triplet: 4B, 2E and 41. RGB value is (75,46,65). Sum of RGB (Red+Green+Blue) = 75+46+65=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E41 is #B4D1BE. Grayscale: #383838. Windows color (decimal): -11850175 or 4271691. OLE color: 4271691.
HSL color Cylindrical-coordinate representation of color #4B2E41: hue angle of 320.69º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B2E41 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 65 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.71 |
| HSL | 320.69º | 0.24% | 0.24% | - |
| HSV(B) | 320.69º | 0.39% | 0.29% | - |
| XYZ | 4.83 | 3.83 | 5.49 | - |
| YUV | 56.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 65 | 0 | 0.39 | 0.13 | 0.71 | 320.69 | 0.24 | 0.24 |
| Hex | 4B | 2E | 41 | 0 | 27 | D | 47 | 141 | 18 | 18 |
| Octal | 113 | 56 | 101 | 0 | 47 | 15 | 107 | 501 | 30 | 30 |
| Binary | 1001011 | 101110 | 1000001 | 0 | 100111 | 1101 | 1000111 | 101000001 | 11000 | 11000 |
Color Harmonies of #4B2E41
Complementary color
Monochromatic Colors of #4B2E41
Black with #4B2E41
Text Example
Text Example
White with #4B2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E41; }
p { color: rgb(75,46,65); }
H1.HeaderClassName
{
color: #4B2E41;
}
.AnyTagClassName
{
color: #4B2E41;
}
</style>
background-color css
<style>
a { background-color: #4B2E41; }
a { background-color: rgb(75,46,65); }
div.DivClassName
{
background-color: #4B2E41;
}
.BgClassName
{
background-color: #4B2E41;
}
</style>
border-color css
<style>
span { border-color: #4B2E41; }
span { border-color: rgb(75,46,65); }
td.TdClassName
{
border-color: #4B2E41;
}
.TagClassName
{
border-color: #4B2E41;
}
</style>