Shades of Voodoo #491E3F
Tints of Voodoo #491E3F
RGB
CMYK
RGB Variations
Color information
#491E3F (or 0x491E3F) is known color: Voodoo. HEX triplet: 49, 1E and 3F. RGB value is (73,30,63). Sum of RGB (Red+Green+Blue) = 73+30+63=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #491E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E3F is #B6E1C0. Grayscale: #2E2E2E. Windows color (decimal): -11985345 or 4136521. OLE color: 4136521.
HSL color Cylindrical-coordinate representation of color #491E3F: hue angle of 313.95º 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 #491E3F is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 63 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.71 |
| HSL | 313.95º | 0.42% | 0.2% | - |
| HSV(B) | 313.95º | 0.59% | 0.29% | - |
| XYZ | 4.11 | 2.7 | 5.01 | - |
| YUV | 46.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 63 | 0 | 0.59 | 0.14 | 0.71 | 313.95 | 0.42 | 0.2 |
| Hex | 49 | 1E | 3F | 0 | 3B | E | 47 | 13A | 2A | 14 |
| Octal | 111 | 36 | 77 | 0 | 73 | 16 | 107 | 472 | 52 | 24 |
| Binary | 1001001 | 11110 | 111111 | 0 | 111011 | 1110 | 1000111 | 100111010 | 101010 | 10100 |
Color Harmonies of #491E3F
Complementary color
Monochromatic Colors of #491E3F
Black with #491E3F
Text Example
Text Example
White with #491E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E3F; }
p { color: rgb(73,30,63); }
H1.HeaderClassName
{
color: #491E3F;
}
.AnyTagClassName
{
color: #491E3F;
}
</style>
background-color css
<style>
a { background-color: #491E3F; }
a { background-color: rgb(73,30,63); }
div.DivClassName
{
background-color: #491E3F;
}
.BgClassName
{
background-color: #491E3F;
}
</style>
border-color css
<style>
span { border-color: #491E3F; }
span { border-color: rgb(73,30,63); }
td.TdClassName
{
border-color: #491E3F;
}
.TagClassName
{
border-color: #491E3F;
}
</style>