Shades of Voodoo #491E43
Tints of Voodoo #491E43
RGB
CMYK
RGB Variations
Color information
#491E43 (or 0x491E43) is known color: Voodoo. HEX triplet: 49, 1E and 43. RGB value is (73,30,67). Sum of RGB (Red+Green+Blue) = 73+30+67=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #491E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E43 is #B6E1BC. Grayscale: #2E2E2E. Windows color (decimal): -11985341 or 4398665. OLE color: 4398665.
HSL color Cylindrical-coordinate representation of color #491E43: hue angle of 308.37º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E43 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 67 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.71 |
| HSL | 308.37º | 0.42% | 0.2% | - |
| HSV(B) | 308.37º | 0.59% | 0.29% | - |
| XYZ | 4.23 | 2.75 | 5.62 | - |
| YUV | 47.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 67 | 0 | 0.59 | 0.08 | 0.71 | 308.37 | 0.42 | 0.2 |
| Hex | 49 | 1E | 43 | 0 | 3B | 8 | 47 | 134 | 2A | 14 |
| Octal | 111 | 36 | 103 | 0 | 73 | 10 | 107 | 464 | 52 | 24 |
| Binary | 1001001 | 11110 | 1000011 | 0 | 111011 | 1000 | 1000111 | 100110100 | 101010 | 10100 |
Color Harmonies of #491E43
Complementary color
Monochromatic Colors of #491E43
Black with #491E43
Text Example
Text Example
White with #491E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E43; }
p { color: rgb(73,30,67); }
H1.HeaderClassName
{
color: #491E43;
}
.AnyTagClassName
{
color: #491E43;
}
</style>
background-color css
<style>
a { background-color: #491E43; }
a { background-color: rgb(73,30,67); }
div.DivClassName
{
background-color: #491E43;
}
.BgClassName
{
background-color: #491E43;
}
</style>
border-color css
<style>
span { border-color: #491E43; }
span { border-color: rgb(73,30,67); }
td.TdClassName
{
border-color: #491E43;
}
.TagClassName
{
border-color: #491E43;
}
</style>