Shades of Voodoo #491B42
Tints of Voodoo #491B42
RGB
CMYK
RGB Variations
Color information
#491B42 (or 0x491B42) is known color: Voodoo. HEX triplet: 49, 1B and 42. RGB value is (73,27,66). Sum of RGB (Red+Green+Blue) = 73+27+66=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #491B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B42 is #B6E4BD. Grayscale: #2D2D2D. Windows color (decimal): -11986110 or 4332361. OLE color: 4332361.
HSL color Cylindrical-coordinate representation of color #491B42: hue angle of 309.13º 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 #491B42 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 66 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.71 |
| HSL | 309.13º | 0.46% | 0.2% | - |
| HSV(B) | 309.13º | 0.63% | 0.29% | - |
| XYZ | 4.12 | 2.59 | 5.44 | - |
| YUV | 45.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 66 | 0 | 0.63 | 0.10 | 0.71 | 309.13 | 0.46 | 0.2 |
| Hex | 49 | 1B | 42 | 0 | 3F | A | 47 | 135 | 2E | 14 |
| Octal | 111 | 33 | 102 | 0 | 77 | 12 | 107 | 465 | 56 | 24 |
| Binary | 1001001 | 11011 | 1000010 | 0 | 111111 | 1010 | 1000111 | 100110101 | 101110 | 10100 |
Color Harmonies of #491B42
Complementary color
Monochromatic Colors of #491B42
Black with #491B42
Text Example
Text Example
White with #491B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B42; }
p { color: rgb(73,27,66); }
H1.HeaderClassName
{
color: #491B42;
}
.AnyTagClassName
{
color: #491B42;
}
</style>
background-color css
<style>
a { background-color: #491B42; }
a { background-color: rgb(73,27,66); }
div.DivClassName
{
background-color: #491B42;
}
.BgClassName
{
background-color: #491B42;
}
</style>
border-color css
<style>
span { border-color: #491B42; }
span { border-color: rgb(73,27,66); }
td.TdClassName
{
border-color: #491B42;
}
.TagClassName
{
border-color: #491B42;
}
</style>