Shades of Voodoo #49243D
Tints of Voodoo #49243D
RGB
CMYK
RGB Variations
Color information
#49243D (or 0x49243D) is known color: Voodoo. HEX triplet: 49, 24 and 3D. RGB value is (73,36,61). Sum of RGB (Red+Green+Blue) = 73+36+61=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49243D is #B6DBC2. Grayscale: #313131. Windows color (decimal): -11983811 or 4006985. OLE color: 4006985.
HSL color Cylindrical-coordinate representation of color #49243D: hue angle of 319.46º 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 #49243D is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 61 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.71 |
| HSL | 319.46º | 0.34% | 0.21% | - |
| HSV(B) | 319.46º | 0.51% | 0.29% | - |
| XYZ | 4.22 | 3.02 | 4.77 | - |
| YUV | 49.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 61 | 0 | 0.51 | 0.16 | 0.71 | 319.46 | 0.34 | 0.21 |
| Hex | 49 | 24 | 3D | 0 | 33 | 10 | 47 | 13F | 22 | 15 |
| Octal | 111 | 44 | 75 | 0 | 63 | 20 | 107 | 477 | 42 | 25 |
| Binary | 1001001 | 100100 | 111101 | 0 | 110011 | 10000 | 1000111 | 100111111 | 100010 | 10101 |
Color Harmonies of #49243D
Complementary color
Monochromatic Colors of #49243D
Black with #49243D
Text Example
Text Example
White with #49243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49243D; }
p { color: rgb(73,36,61); }
H1.HeaderClassName
{
color: #49243D;
}
.AnyTagClassName
{
color: #49243D;
}
</style>
background-color css
<style>
a { background-color: #49243D; }
a { background-color: rgb(73,36,61); }
div.DivClassName
{
background-color: #49243D;
}
.BgClassName
{
background-color: #49243D;
}
</style>
border-color css
<style>
span { border-color: #49243D; }
span { border-color: rgb(73,36,61); }
td.TdClassName
{
border-color: #49243D;
}
.TagClassName
{
border-color: #49243D;
}
</style>