Shades of Voodoo #4B2240
Tints of Voodoo #4B2240
RGB
CMYK
RGB Variations
Color information
#4B2240 (or 0x4B2240) is known color: Voodoo. HEX triplet: 4B, 22 and 40. RGB value is (75,34,64). Sum of RGB (Red+Green+Blue) = 75+34+64=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2240 is #B4DDBF. Grayscale: #313131. Windows color (decimal): -11853248 or 4203083. OLE color: 4203083.
HSL color Cylindrical-coordinate representation of color #4B2240: hue angle of 316.1º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2240 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 64 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.71 |
| HSL | 316.1º | 0.38% | 0.21% | - |
| HSV(B) | 316.1º | 0.55% | 0.29% | - |
| XYZ | 4.4 | 3.01 | 5.2 | - |
| YUV | 49.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 64 | 0 | 0.55 | 0.15 | 0.71 | 316.1 | 0.38 | 0.21 |
| Hex | 4B | 22 | 40 | 0 | 37 | F | 47 | 13C | 26 | 15 |
| Octal | 113 | 42 | 100 | 0 | 67 | 17 | 107 | 474 | 46 | 25 |
| Binary | 1001011 | 100010 | 1000000 | 0 | 110111 | 1111 | 1000111 | 100111100 | 100110 | 10101 |
Color Harmonies of #4B2240
Complementary color
Monochromatic Colors of #4B2240
Black with #4B2240
Text Example
Text Example
White with #4B2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2240; }
p { color: rgb(75,34,64); }
H1.HeaderClassName
{
color: #4B2240;
}
.AnyTagClassName
{
color: #4B2240;
}
</style>
background-color css
<style>
a { background-color: #4B2240; }
a { background-color: rgb(75,34,64); }
div.DivClassName
{
background-color: #4B2240;
}
.BgClassName
{
background-color: #4B2240;
}
</style>
border-color css
<style>
span { border-color: #4B2240; }
span { border-color: rgb(75,34,64); }
td.TdClassName
{
border-color: #4B2240;
}
.TagClassName
{
border-color: #4B2240;
}
</style>