Shades of Voodoo #4F2340
Tints of Voodoo #4F2340
RGB
CMYK
RGB Variations
Color information
#4F2340 (or 0x4F2340) is known color: Voodoo. HEX triplet: 4F, 23 and 40. RGB value is (79,35,64). Sum of RGB (Red+Green+Blue) = 79+35+64=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2340 is #B0DCBF. Grayscale: #333333. Windows color (decimal): -11590848 or 4203343. OLE color: 4203343.
HSL color Cylindrical-coordinate representation of color #4F2340: hue angle of 320.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2340 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 64 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.69 |
| HSL | 320.45º | 0.39% | 0.22% | - |
| HSV(B) | 320.45º | 0.56% | 0.31% | - |
| XYZ | 4.75 | 3.23 | 5.22 | - |
| YUV | 51.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 64 | 0 | 0.56 | 0.19 | 0.69 | 320.45 | 0.39 | 0.22 |
| Hex | 4F | 23 | 40 | 0 | 38 | 13 | 45 | 140 | 27 | 16 |
| Octal | 117 | 43 | 100 | 0 | 70 | 23 | 105 | 500 | 47 | 26 |
| Binary | 1001111 | 100011 | 1000000 | 0 | 111000 | 10011 | 1000101 | 101000000 | 100111 | 10110 |
Color Harmonies of #4F2340
Complementary color
Monochromatic Colors of #4F2340
Black with #4F2340
Text Example
Text Example
White with #4F2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2340; }
p { color: rgb(79,35,64); }
H1.HeaderClassName
{
color: #4F2340;
}
.AnyTagClassName
{
color: #4F2340;
}
</style>
background-color css
<style>
a { background-color: #4F2340; }
a { background-color: rgb(79,35,64); }
div.DivClassName
{
background-color: #4F2340;
}
.BgClassName
{
background-color: #4F2340;
}
</style>
border-color css
<style>
span { border-color: #4F2340; }
span { border-color: rgb(79,35,64); }
td.TdClassName
{
border-color: #4F2340;
}
.TagClassName
{
border-color: #4F2340;
}
</style>