Shades of Voodoo #491B40
Tints of Voodoo #491B40
RGB
CMYK
RGB Variations
Color information
#491B40 (or 0x491B40) is known color: Voodoo. HEX triplet: 49, 1B and 40. RGB value is (73,27,64). Sum of RGB (Red+Green+Blue) = 73+27+64=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #491B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B40 is #B6E4BF. Grayscale: #2C2C2C. Windows color (decimal): -11986112 or 4201289. OLE color: 4201289.
HSL color Cylindrical-coordinate representation of color #491B40: hue angle of 311.74º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B40 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 64 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.71 |
| HSL | 311.74º | 0.46% | 0.2% | - |
| HSV(B) | 311.74º | 0.63% | 0.29% | - |
| XYZ | 4.07 | 2.57 | 5.13 | - |
| YUV | 44.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 64 | 0 | 0.63 | 0.12 | 0.71 | 311.74 | 0.46 | 0.2 |
| Hex | 49 | 1B | 40 | 0 | 3F | C | 47 | 138 | 2E | 14 |
| Octal | 111 | 33 | 100 | 0 | 77 | 14 | 107 | 470 | 56 | 24 |
| Binary | 1001001 | 11011 | 1000000 | 0 | 111111 | 1100 | 1000111 | 100111000 | 101110 | 10100 |
Color Harmonies of #491B40
Complementary color
Monochromatic Colors of #491B40
Black with #491B40
Text Example
Text Example
White with #491B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B40; }
p { color: rgb(73,27,64); }
H1.HeaderClassName
{
color: #491B40;
}
.AnyTagClassName
{
color: #491B40;
}
</style>
background-color css
<style>
a { background-color: #491B40; }
a { background-color: rgb(73,27,64); }
div.DivClassName
{
background-color: #491B40;
}
.BgClassName
{
background-color: #491B40;
}
</style>
border-color css
<style>
span { border-color: #491B40; }
span { border-color: rgb(73,27,64); }
td.TdClassName
{
border-color: #491B40;
}
.TagClassName
{
border-color: #491B40;
}
</style>