Shades of Voodoo #491840
Tints of Voodoo #491840
RGB
CMYK
RGB Variations
Color information
#491840 (or 0x491840) is known color: Voodoo. HEX triplet: 49, 18 and 40. RGB value is (73,24,64). Sum of RGB (Red+Green+Blue) = 73+24+64=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491840 is #B6E7BF. Grayscale: #2B2B2B. Windows color (decimal): -11986880 or 4200521. OLE color: 4200521.
HSL color Cylindrical-coordinate representation of color #491840: hue angle of 311.02º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491840 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 64 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.71 |
| HSL | 311.02º | 0.51% | 0.19% | - |
| HSV(B) | 311.02º | 0.67% | 0.29% | - |
| XYZ | 4 | 2.44 | 5.11 | - |
| YUV | 43.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 64 | 0 | 0.67 | 0.12 | 0.71 | 311.02 | 0.51 | 0.19 |
| Hex | 49 | 18 | 40 | 0 | 43 | C | 47 | 137 | 33 | 13 |
| Octal | 111 | 30 | 100 | 0 | 103 | 14 | 107 | 467 | 63 | 23 |
| Binary | 1001001 | 11000 | 1000000 | 0 | 1000011 | 1100 | 1000111 | 100110111 | 110011 | 10011 |
Color Harmonies of #491840
Complementary color
Monochromatic Colors of #491840
Black with #491840
Text Example
Text Example
White with #491840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491840; }
p { color: rgb(73,24,64); }
H1.HeaderClassName
{
color: #491840;
}
.AnyTagClassName
{
color: #491840;
}
</style>
background-color css
<style>
a { background-color: #491840; }
a { background-color: rgb(73,24,64); }
div.DivClassName
{
background-color: #491840;
}
.BgClassName
{
background-color: #491840;
}
</style>
border-color css
<style>
span { border-color: #491840; }
span { border-color: rgb(73,24,64); }
td.TdClassName
{
border-color: #491840;
}
.TagClassName
{
border-color: #491840;
}
</style>