Shades of Voodoo #491D3E
Tints of Voodoo #491D3E
RGB
CMYK
RGB Variations
Color information
#491D3E (or 0x491D3E) is known color: Voodoo. HEX triplet: 49, 1D and 3E. RGB value is (73,29,62). Sum of RGB (Red+Green+Blue) = 73+29+62=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #491D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D3E is #B6E2C1. Grayscale: #2D2D2D. Windows color (decimal): -11985602 or 4070729. OLE color: 4070729.
HSL color Cylindrical-coordinate representation of color #491D3E: hue angle of 315º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D3E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 62 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.71 |
| HSL | 315º | 0.43% | 0.2% | - |
| HSV(B) | 315º | 0.6% | 0.29% | - |
| XYZ | 4.06 | 2.64 | 4.85 | - |
| YUV | 45.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 62 | 0 | 0.60 | 0.15 | 0.71 | 315 | 0.43 | 0.2 |
| Hex | 49 | 1D | 3E | 0 | 3C | F | 47 | 13B | 2B | 14 |
| Octal | 111 | 35 | 76 | 0 | 74 | 17 | 107 | 473 | 53 | 24 |
| Binary | 1001001 | 11101 | 111110 | 0 | 111100 | 1111 | 1000111 | 100111011 | 101011 | 10100 |
Color Harmonies of #491D3E
Complementary color
Monochromatic Colors of #491D3E
Black with #491D3E
Text Example
Text Example
White with #491D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D3E; }
p { color: rgb(73,29,62); }
H1.HeaderClassName
{
color: #491D3E;
}
.AnyTagClassName
{
color: #491D3E;
}
</style>
background-color css
<style>
a { background-color: #491D3E; }
a { background-color: rgb(73,29,62); }
div.DivClassName
{
background-color: #491D3E;
}
.BgClassName
{
background-color: #491D3E;
}
</style>
border-color css
<style>
span { border-color: #491D3E; }
span { border-color: rgb(73,29,62); }
td.TdClassName
{
border-color: #491D3E;
}
.TagClassName
{
border-color: #491D3E;
}
</style>