Shades of Voodoo #49243F
Tints of Voodoo #49243F
RGB
CMYK
RGB Variations
Color information
#49243F (or 0x49243F) is known color: Voodoo. HEX triplet: 49, 24 and 3F. RGB value is (73,36,63). Sum of RGB (Red+Green+Blue) = 73+36+63=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49243F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49243F is #B6DBC0. Grayscale: #323232. Windows color (decimal): -11983809 or 4138057. OLE color: 4138057.
HSL color Cylindrical-coordinate representation of color #49243F: hue angle of 316.22º 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 #49243F is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 63 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.71 |
| HSL | 316.22º | 0.34% | 0.21% | - |
| HSV(B) | 316.22º | 0.51% | 0.29% | - |
| XYZ | 4.28 | 3.04 | 5.06 | - |
| YUV | 50.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 63 | 0 | 0.51 | 0.14 | 0.71 | 316.22 | 0.34 | 0.21 |
| Hex | 49 | 24 | 3F | 0 | 33 | E | 47 | 13C | 22 | 15 |
| Octal | 111 | 44 | 77 | 0 | 63 | 16 | 107 | 474 | 42 | 25 |
| Binary | 1001001 | 100100 | 111111 | 0 | 110011 | 1110 | 1000111 | 100111100 | 100010 | 10101 |
Color Harmonies of #49243F
Complementary color
Monochromatic Colors of #49243F
Black with #49243F
Text Example
Text Example
White with #49243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49243F; }
p { color: rgb(73,36,63); }
H1.HeaderClassName
{
color: #49243F;
}
.AnyTagClassName
{
color: #49243F;
}
</style>
background-color css
<style>
a { background-color: #49243F; }
a { background-color: rgb(73,36,63); }
div.DivClassName
{
background-color: #49243F;
}
.BgClassName
{
background-color: #49243F;
}
</style>
border-color css
<style>
span { border-color: #49243F; }
span { border-color: rgb(73,36,63); }
td.TdClassName
{
border-color: #49243F;
}
.TagClassName
{
border-color: #49243F;
}
</style>