Shades of Voodoo #4B2D42
Tints of Voodoo #4B2D42
RGB
CMYK
RGB Variations
Color information
#4B2D42 (or 0x4B2D42) is known color: Voodoo. HEX triplet: 4B, 2D and 42. RGB value is (75,45,66). Sum of RGB (Red+Green+Blue) = 75+45+66=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D42 is #B4D2BD. Grayscale: #383838. Windows color (decimal): -11850430 or 4336971. OLE color: 4336971.
HSL color Cylindrical-coordinate representation of color #4B2D42: hue angle of 318º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B2D42 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 66 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.71 |
| HSL | 318º | 0.25% | 0.24% | - |
| HSV(B) | 318º | 0.4% | 0.29% | - |
| XYZ | 4.82 | 3.77 | 5.63 | - |
| YUV | 56.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 66 | 0 | 0.40 | 0.12 | 0.71 | 318 | 0.25 | 0.24 |
| Hex | 4B | 2D | 42 | 0 | 28 | C | 47 | 13E | 19 | 18 |
| Octal | 113 | 55 | 102 | 0 | 50 | 14 | 107 | 476 | 31 | 30 |
| Binary | 1001011 | 101101 | 1000010 | 0 | 101000 | 1100 | 1000111 | 100111110 | 11001 | 11000 |
Color Harmonies of #4B2D42
Complementary color
Monochromatic Colors of #4B2D42
Black with #4B2D42
Text Example
Text Example
White with #4B2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D42; }
p { color: rgb(75,45,66); }
H1.HeaderClassName
{
color: #4B2D42;
}
.AnyTagClassName
{
color: #4B2D42;
}
</style>
background-color css
<style>
a { background-color: #4B2D42; }
a { background-color: rgb(75,45,66); }
div.DivClassName
{
background-color: #4B2D42;
}
.BgClassName
{
background-color: #4B2D42;
}
</style>
border-color css
<style>
span { border-color: #4B2D42; }
span { border-color: rgb(75,45,66); }
td.TdClassName
{
border-color: #4B2D42;
}
.TagClassName
{
border-color: #4B2D42;
}
</style>