Shades of Voodoo #49233F
Tints of Voodoo #49233F
RGB
CMYK
RGB Variations
Color information
#49233F (or 0x49233F) is known color: Voodoo. HEX triplet: 49, 23 and 3F. RGB value is (73,35,63). Sum of RGB (Red+Green+Blue) = 73+35+63=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49233F is #B6DCC0. Grayscale: #313131. Windows color (decimal): -11984065 or 4137801. OLE color: 4137801.
HSL color Cylindrical-coordinate representation of color #49233F: hue angle of 315.79º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49233F is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 63 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.71 |
| HSL | 315.79º | 0.35% | 0.21% | - |
| HSV(B) | 315.79º | 0.52% | 0.29% | - |
| XYZ | 4.25 | 2.98 | 5.05 | - |
| YUV | 49.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 63 | 0 | 0.52 | 0.14 | 0.71 | 315.79 | 0.35 | 0.21 |
| Hex | 49 | 23 | 3F | 0 | 34 | E | 47 | 13C | 23 | 15 |
| Octal | 111 | 43 | 77 | 0 | 64 | 16 | 107 | 474 | 43 | 25 |
| Binary | 1001001 | 100011 | 111111 | 0 | 110100 | 1110 | 1000111 | 100111100 | 100011 | 10101 |
Color Harmonies of #49233F
Complementary color
Monochromatic Colors of #49233F
Black with #49233F
Text Example
Text Example
White with #49233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49233F; }
p { color: rgb(73,35,63); }
H1.HeaderClassName
{
color: #49233F;
}
.AnyTagClassName
{
color: #49233F;
}
</style>
background-color css
<style>
a { background-color: #49233F; }
a { background-color: rgb(73,35,63); }
div.DivClassName
{
background-color: #49233F;
}
.BgClassName
{
background-color: #49233F;
}
</style>
border-color css
<style>
span { border-color: #49233F; }
span { border-color: rgb(73,35,63); }
td.TdClassName
{
border-color: #49233F;
}
.TagClassName
{
border-color: #49233F;
}
</style>