Shades of Voodoo #491C3E
Tints of Voodoo #491C3E
RGB
CMYK
RGB Variations
Color information
#491C3E (or 0x491C3E) is known color: Voodoo. HEX triplet: 49, 1C and 3E. RGB value is (73,28,62). Sum of RGB (Red+Green+Blue) = 73+28+62=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C3E is #B6E3C1. Grayscale: #2D2D2D. Windows color (decimal): -11985858 or 4070473. OLE color: 4070473.
HSL color Cylindrical-coordinate representation of color #491C3E: hue angle of 314.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C3E is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 62 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.71 |
| HSL | 314.67º | 0.45% | 0.2% | - |
| HSV(B) | 314.67º | 0.62% | 0.29% | - |
| XYZ | 4.03 | 2.59 | 4.85 | - |
| YUV | 45.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 62 | 0 | 0.62 | 0.15 | 0.71 | 314.67 | 0.45 | 0.2 |
| Hex | 49 | 1C | 3E | 0 | 3E | F | 47 | 13B | 2D | 14 |
| Octal | 111 | 34 | 76 | 0 | 76 | 17 | 107 | 473 | 55 | 24 |
| Binary | 1001001 | 11100 | 111110 | 0 | 111110 | 1111 | 1000111 | 100111011 | 101101 | 10100 |
Color Harmonies of #491C3E
Complementary color
Monochromatic Colors of #491C3E
Black with #491C3E
Text Example
Text Example
White with #491C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C3E; }
p { color: rgb(73,28,62); }
H1.HeaderClassName
{
color: #491C3E;
}
.AnyTagClassName
{
color: #491C3E;
}
</style>
background-color css
<style>
a { background-color: #491C3E; }
a { background-color: rgb(73,28,62); }
div.DivClassName
{
background-color: #491C3E;
}
.BgClassName
{
background-color: #491C3E;
}
</style>
border-color css
<style>
span { border-color: #491C3E; }
span { border-color: rgb(73,28,62); }
td.TdClassName
{
border-color: #491C3E;
}
.TagClassName
{
border-color: #491C3E;
}
</style>