Shades of Voodoo #491D43
Tints of Voodoo #491D43
RGB
CMYK
RGB Variations
Color information
#491D43 (or 0x491D43) is known color: Voodoo. HEX triplet: 49, 1D and 43. RGB value is (73,29,67). Sum of RGB (Red+Green+Blue) = 73+29+67=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D43 is #B6E2BC. Grayscale: #2E2E2E. Windows color (decimal): -11985597 or 4398409. OLE color: 4398409.
HSL color Cylindrical-coordinate representation of color #491D43: hue angle of 308.18º 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 #491D43 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 67 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.71 |
| HSL | 308.18º | 0.43% | 0.2% | - |
| HSV(B) | 308.18º | 0.6% | 0.29% | - |
| XYZ | 4.2 | 2.7 | 5.61 | - |
| YUV | 46.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 67 | 0 | 0.60 | 0.08 | 0.71 | 308.18 | 0.43 | 0.2 |
| Hex | 49 | 1D | 43 | 0 | 3C | 8 | 47 | 134 | 2B | 14 |
| Octal | 111 | 35 | 103 | 0 | 74 | 10 | 107 | 464 | 53 | 24 |
| Binary | 1001001 | 11101 | 1000011 | 0 | 111100 | 1000 | 1000111 | 100110100 | 101011 | 10100 |
Color Harmonies of #491D43
Complementary color
Monochromatic Colors of #491D43
Black with #491D43
Text Example
Text Example
White with #491D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D43; }
p { color: rgb(73,29,67); }
H1.HeaderClassName
{
color: #491D43;
}
.AnyTagClassName
{
color: #491D43;
}
</style>
background-color css
<style>
a { background-color: #491D43; }
a { background-color: rgb(73,29,67); }
div.DivClassName
{
background-color: #491D43;
}
.BgClassName
{
background-color: #491D43;
}
</style>
border-color css
<style>
span { border-color: #491D43; }
span { border-color: rgb(73,29,67); }
td.TdClassName
{
border-color: #491D43;
}
.TagClassName
{
border-color: #491D43;
}
</style>