Shades of Voodoo #491F40
Tints of Voodoo #491F40
RGB
CMYK
RGB Variations
Color information
#491F40 (or 0x491F40) is known color: Voodoo. HEX triplet: 49, 1F and 40. RGB value is (73,31,64). Sum of RGB (Red+Green+Blue) = 73+31+64=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #491F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F40 is #B6E0BF. Grayscale: #2F2F2F. Windows color (decimal): -11985088 or 4202313. OLE color: 4202313.
HSL color Cylindrical-coordinate representation of color #491F40: hue angle of 312.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F40 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 64 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.71 |
| HSL | 312.86º | 0.4% | 0.2% | - |
| HSV(B) | 312.86º | 0.58% | 0.29% | - |
| XYZ | 4.16 | 2.77 | 5.17 | - |
| YUV | 47.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 64 | 0 | 0.58 | 0.12 | 0.71 | 312.86 | 0.4 | 0.2 |
| Hex | 49 | 1F | 40 | 0 | 3A | C | 47 | 139 | 28 | 14 |
| Octal | 111 | 37 | 100 | 0 | 72 | 14 | 107 | 471 | 50 | 24 |
| Binary | 1001001 | 11111 | 1000000 | 0 | 111010 | 1100 | 1000111 | 100111001 | 101000 | 10100 |
Color Harmonies of #491F40
Complementary color
Monochromatic Colors of #491F40
Black with #491F40
Text Example
Text Example
White with #491F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F40; }
p { color: rgb(73,31,64); }
H1.HeaderClassName
{
color: #491F40;
}
.AnyTagClassName
{
color: #491F40;
}
</style>
background-color css
<style>
a { background-color: #491F40; }
a { background-color: rgb(73,31,64); }
div.DivClassName
{
background-color: #491F40;
}
.BgClassName
{
background-color: #491F40;
}
</style>
border-color css
<style>
span { border-color: #491F40; }
span { border-color: rgb(73,31,64); }
td.TdClassName
{
border-color: #491F40;
}
.TagClassName
{
border-color: #491F40;
}
</style>