Shades of Voodoo #491D41
Tints of Voodoo #491D41
RGB
CMYK
RGB Variations
Color information
#491D41 (or 0x491D41) is known color: Voodoo. HEX triplet: 49, 1D and 41. RGB value is (73,29,65). Sum of RGB (Red+Green+Blue) = 73+29+65=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #491D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D41 is #B6E2BE. Grayscale: #2E2E2E. Windows color (decimal): -11985599 or 4267337. OLE color: 4267337.
HSL color Cylindrical-coordinate representation of color #491D41: hue angle of 310.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D41 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 65 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.71 |
| HSL | 310.91º | 0.43% | 0.2% | - |
| HSV(B) | 310.91º | 0.6% | 0.29% | - |
| XYZ | 4.14 | 2.68 | 5.3 | - |
| YUV | 46.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 65 | 0 | 0.60 | 0.11 | 0.71 | 310.91 | 0.43 | 0.2 |
| Hex | 49 | 1D | 41 | 0 | 3C | B | 47 | 137 | 2B | 14 |
| Octal | 111 | 35 | 101 | 0 | 74 | 13 | 107 | 467 | 53 | 24 |
| Binary | 1001001 | 11101 | 1000001 | 0 | 111100 | 1011 | 1000111 | 100110111 | 101011 | 10100 |
Color Harmonies of #491D41
Complementary color
Monochromatic Colors of #491D41
Black with #491D41
Text Example
Text Example
White with #491D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D41; }
p { color: rgb(73,29,65); }
H1.HeaderClassName
{
color: #491D41;
}
.AnyTagClassName
{
color: #491D41;
}
</style>
background-color css
<style>
a { background-color: #491D41; }
a { background-color: rgb(73,29,65); }
div.DivClassName
{
background-color: #491D41;
}
.BgClassName
{
background-color: #491D41;
}
</style>
border-color css
<style>
span { border-color: #491D41; }
span { border-color: rgb(73,29,65); }
td.TdClassName
{
border-color: #491D41;
}
.TagClassName
{
border-color: #491D41;
}
</style>