Shades of Voodoo #49243E
Tints of Voodoo #49243E
RGB
CMYK
RGB Variations
Color information
#49243E (or 0x49243E) is known color: Voodoo. HEX triplet: 49, 24 and 3E. RGB value is (73,36,62). Sum of RGB (Red+Green+Blue) = 73+36+62=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49243E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49243E is #B6DBC1. Grayscale: #313131. Windows color (decimal): -11983810 or 4072521. OLE color: 4072521.
HSL color Cylindrical-coordinate representation of color #49243E: hue angle of 317.84º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49243E is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 62 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.71 |
| HSL | 317.84º | 0.34% | 0.21% | - |
| HSV(B) | 317.84º | 0.51% | 0.29% | - |
| XYZ | 4.25 | 3.03 | 4.92 | - |
| YUV | 50.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 62 | 0 | 0.51 | 0.15 | 0.71 | 317.84 | 0.34 | 0.21 |
| Hex | 49 | 24 | 3E | 0 | 33 | F | 47 | 13E | 22 | 15 |
| Octal | 111 | 44 | 76 | 0 | 63 | 17 | 107 | 476 | 42 | 25 |
| Binary | 1001001 | 100100 | 111110 | 0 | 110011 | 1111 | 1000111 | 100111110 | 100010 | 10101 |
Color Harmonies of #49243E
Complementary color
Monochromatic Colors of #49243E
Black with #49243E
Text Example
Text Example
White with #49243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49243E; }
p { color: rgb(73,36,62); }
H1.HeaderClassName
{
color: #49243E;
}
.AnyTagClassName
{
color: #49243E;
}
</style>
background-color css
<style>
a { background-color: #49243E; }
a { background-color: rgb(73,36,62); }
div.DivClassName
{
background-color: #49243E;
}
.BgClassName
{
background-color: #49243E;
}
</style>
border-color css
<style>
span { border-color: #49243E; }
span { border-color: rgb(73,36,62); }
td.TdClassName
{
border-color: #49243E;
}
.TagClassName
{
border-color: #49243E;
}
</style>