Shades of Voodoo #4F2440
Tints of Voodoo #4F2440
RGB
CMYK
RGB Variations
Color information
#4F2440 (or 0x4F2440) is known color: Voodoo. HEX triplet: 4F, 24 and 40. RGB value is (79,36,64). Sum of RGB (Red+Green+Blue) = 79+36+64=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2440 is #B0DBBF. Grayscale: #333333. Windows color (decimal): -11590592 or 4203599. OLE color: 4203599.
HSL color Cylindrical-coordinate representation of color #4F2440: hue angle of 320.93º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F2440 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 64 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.69 |
| HSL | 320.93º | 0.37% | 0.23% | - |
| HSV(B) | 320.93º | 0.54% | 0.31% | - |
| XYZ | 4.78 | 3.29 | 5.23 | - |
| YUV | 52.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 64 | 0 | 0.54 | 0.19 | 0.69 | 320.93 | 0.37 | 0.23 |
| Hex | 4F | 24 | 40 | 0 | 36 | 13 | 45 | 141 | 25 | 17 |
| Octal | 117 | 44 | 100 | 0 | 66 | 23 | 105 | 501 | 45 | 27 |
| Binary | 1001111 | 100100 | 1000000 | 0 | 110110 | 10011 | 1000101 | 101000001 | 100101 | 10111 |
Color Harmonies of #4F2440
Complementary color
Monochromatic Colors of #4F2440
Black with #4F2440
Text Example
Text Example
White with #4F2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2440; }
p { color: rgb(79,36,64); }
H1.HeaderClassName
{
color: #4F2440;
}
.AnyTagClassName
{
color: #4F2440;
}
</style>
background-color css
<style>
a { background-color: #4F2440; }
a { background-color: rgb(79,36,64); }
div.DivClassName
{
background-color: #4F2440;
}
.BgClassName
{
background-color: #4F2440;
}
</style>
border-color css
<style>
span { border-color: #4F2440; }
span { border-color: rgb(79,36,64); }
td.TdClassName
{
border-color: #4F2440;
}
.TagClassName
{
border-color: #4F2440;
}
</style>