Shades of Voodoo #4B2B40
Tints of Voodoo #4B2B40
RGB
CMYK
RGB Variations
Color information
#4B2B40 (or 0x4B2B40) is known color: Voodoo. HEX triplet: 4B, 2B and 40. RGB value is (75,43,64). Sum of RGB (Red+Green+Blue) = 75+43+64=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2B40 is #B4D4BF. Grayscale: #363636. Windows color (decimal): -11850944 or 4205387. OLE color: 4205387.
HSL color Cylindrical-coordinate representation of color #4B2B40: hue angle of 320.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B2B40 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 43 | 64 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.71 |
| HSL | 320.63º | 0.27% | 0.23% | - |
| HSV(B) | 320.63º | 0.43% | 0.29% | - |
| XYZ | 4.69 | 3.59 | 5.3 | - |
| YUV | 54.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 64 | 0 | 0.43 | 0.15 | 0.71 | 320.63 | 0.27 | 0.23 |
| Hex | 4B | 2B | 40 | 0 | 2B | F | 47 | 141 | 1B | 17 |
| Octal | 113 | 53 | 100 | 0 | 53 | 17 | 107 | 501 | 33 | 27 |
| Binary | 1001011 | 101011 | 1000000 | 0 | 101011 | 1111 | 1000111 | 101000001 | 11011 | 10111 |
Color Harmonies of #4B2B40
Complementary color
Monochromatic Colors of #4B2B40
Black with #4B2B40
Text Example
Text Example
White with #4B2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2B40; }
p { color: rgb(75,43,64); }
H1.HeaderClassName
{
color: #4B2B40;
}
.AnyTagClassName
{
color: #4B2B40;
}
</style>
background-color css
<style>
a { background-color: #4B2B40; }
a { background-color: rgb(75,43,64); }
div.DivClassName
{
background-color: #4B2B40;
}
.BgClassName
{
background-color: #4B2B40;
}
</style>
border-color css
<style>
span { border-color: #4B2B40; }
span { border-color: rgb(75,43,64); }
td.TdClassName
{
border-color: #4B2B40;
}
.TagClassName
{
border-color: #4B2B40;
}
</style>