Shades of Voodoo #49183F
Tints of Voodoo #49183F
RGB
CMYK
RGB Variations
Color information
#49183F (or 0x49183F) is known color: Voodoo. HEX triplet: 49, 18 and 3F. RGB value is (73,24,63). Sum of RGB (Red+Green+Blue) = 73+24+63=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49183F is #B6E7C0. Grayscale: #2A2A2A. Windows color (decimal): -11986881 or 4134985. OLE color: 4134985.
HSL color Cylindrical-coordinate representation of color #49183F: hue angle of 312.24º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49183F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 63 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.71 |
| HSL | 312.24º | 0.51% | 0.19% | - |
| HSV(B) | 312.24º | 0.67% | 0.29% | - |
| XYZ | 3.97 | 2.43 | 4.96 | - |
| YUV | 43.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 63 | 0 | 0.67 | 0.14 | 0.71 | 312.24 | 0.51 | 0.19 |
| Hex | 49 | 18 | 3F | 0 | 43 | E | 47 | 138 | 33 | 13 |
| Octal | 111 | 30 | 77 | 0 | 103 | 16 | 107 | 470 | 63 | 23 |
| Binary | 1001001 | 11000 | 111111 | 0 | 1000011 | 1110 | 1000111 | 100111000 | 110011 | 10011 |
Color Harmonies of #49183F
Complementary color
Monochromatic Colors of #49183F
Black with #49183F
Text Example
Text Example
White with #49183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49183F; }
p { color: rgb(73,24,63); }
H1.HeaderClassName
{
color: #49183F;
}
.AnyTagClassName
{
color: #49183F;
}
</style>
background-color css
<style>
a { background-color: #49183F; }
a { background-color: rgb(73,24,63); }
div.DivClassName
{
background-color: #49183F;
}
.BgClassName
{
background-color: #49183F;
}
</style>
border-color css
<style>
span { border-color: #49183F; }
span { border-color: rgb(73,24,63); }
td.TdClassName
{
border-color: #49183F;
}
.TagClassName
{
border-color: #49183F;
}
</style>