Shades of Voodoo #4B2740
Tints of Voodoo #4B2740
RGB
CMYK
RGB Variations
Color information
#4B2740 (or 0x4B2740) is known color: Voodoo. HEX triplet: 4B, 27 and 40. RGB value is (75,39,64). Sum of RGB (Red+Green+Blue) = 75+39+64=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2740 is #B4D8BF. Grayscale: #343434. Windows color (decimal): -11851968 or 4204363. OLE color: 4204363.
HSL color Cylindrical-coordinate representation of color #4B2740: hue angle of 318.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2740 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 64 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.71 |
| HSL | 318.33º | 0.32% | 0.22% | - |
| HSV(B) | 318.33º | 0.48% | 0.29% | - |
| XYZ | 4.55 | 3.32 | 5.25 | - |
| YUV | 52.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 64 | 0 | 0.48 | 0.15 | 0.71 | 318.33 | 0.32 | 0.22 |
| Hex | 4B | 27 | 40 | 0 | 30 | F | 47 | 13E | 20 | 16 |
| Octal | 113 | 47 | 100 | 0 | 60 | 17 | 107 | 476 | 40 | 26 |
| Binary | 1001011 | 100111 | 1000000 | 0 | 110000 | 1111 | 1000111 | 100111110 | 100000 | 10110 |
Color Harmonies of #4B2740
Complementary color
Monochromatic Colors of #4B2740
Black with #4B2740
Text Example
Text Example
White with #4B2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2740; }
p { color: rgb(75,39,64); }
H1.HeaderClassName
{
color: #4B2740;
}
.AnyTagClassName
{
color: #4B2740;
}
</style>
background-color css
<style>
a { background-color: #4B2740; }
a { background-color: rgb(75,39,64); }
div.DivClassName
{
background-color: #4B2740;
}
.BgClassName
{
background-color: #4B2740;
}
</style>
border-color css
<style>
span { border-color: #4B2740; }
span { border-color: rgb(75,39,64); }
td.TdClassName
{
border-color: #4B2740;
}
.TagClassName
{
border-color: #4B2740;
}
</style>