Shades of Voodoo #4F1D40
Tints of Voodoo #4F1D40
RGB
CMYK
RGB Variations
Color information
#4F1D40 (or 0x4F1D40) is known color: Voodoo. HEX triplet: 4F, 1D and 40. RGB value is (79,29,64). Sum of RGB (Red+Green+Blue) = 79+29+64=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D40 is #B0E2BF. Grayscale: #2F2F2F. Windows color (decimal): -11592384 or 4201807. OLE color: 4201807.
HSL color Cylindrical-coordinate representation of color #4F1D40: hue angle of 318º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D40 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 64 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.69 |
| HSL | 318º | 0.46% | 0.21% | - |
| HSV(B) | 318º | 0.63% | 0.31% | - |
| XYZ | 4.59 | 2.91 | 5.17 | - |
| YUV | 47.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 64 | 0 | 0.63 | 0.19 | 0.69 | 318 | 0.46 | 0.21 |
| Hex | 4F | 1D | 40 | 0 | 3F | 13 | 45 | 13E | 2E | 15 |
| Octal | 117 | 35 | 100 | 0 | 77 | 23 | 105 | 476 | 56 | 25 |
| Binary | 1001111 | 11101 | 1000000 | 0 | 111111 | 10011 | 1000101 | 100111110 | 101110 | 10101 |
Color Harmonies of #4F1D40
Complementary color
Monochromatic Colors of #4F1D40
Black with #4F1D40
Text Example
Text Example
White with #4F1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D40; }
p { color: rgb(79,29,64); }
H1.HeaderClassName
{
color: #4F1D40;
}
.AnyTagClassName
{
color: #4F1D40;
}
</style>
background-color css
<style>
a { background-color: #4F1D40; }
a { background-color: rgb(79,29,64); }
div.DivClassName
{
background-color: #4F1D40;
}
.BgClassName
{
background-color: #4F1D40;
}
</style>
border-color css
<style>
span { border-color: #4F1D40; }
span { border-color: rgb(79,29,64); }
td.TdClassName
{
border-color: #4F1D40;
}
.TagClassName
{
border-color: #4F1D40;
}
</style>