Shades of Voodoo #49233D
Tints of Voodoo #49233D
RGB
CMYK
RGB Variations
Color information
#49233D (or 0x49233D) is known color: Voodoo. HEX triplet: 49, 23 and 3D. RGB value is (73,35,61). Sum of RGB (Red+Green+Blue) = 73+35+61=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49233D is #B6DCC2. Grayscale: #313131. Windows color (decimal): -11984067 or 4006729. OLE color: 4006729.
HSL color Cylindrical-coordinate representation of color #49233D: hue angle of 318.95º 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 #49233D is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 61 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.71 |
| HSL | 318.95º | 0.35% | 0.21% | - |
| HSV(B) | 318.95º | 0.52% | 0.29% | - |
| XYZ | 4.19 | 2.96 | 4.76 | - |
| YUV | 49.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 61 | 0 | 0.52 | 0.16 | 0.71 | 318.95 | 0.35 | 0.21 |
| Hex | 49 | 23 | 3D | 0 | 34 | 10 | 47 | 13F | 23 | 15 |
| Octal | 111 | 43 | 75 | 0 | 64 | 20 | 107 | 477 | 43 | 25 |
| Binary | 1001001 | 100011 | 111101 | 0 | 110100 | 10000 | 1000111 | 100111111 | 100011 | 10101 |
Color Harmonies of #49233D
Complementary color
Monochromatic Colors of #49233D
Black with #49233D
Text Example
Text Example
White with #49233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49233D; }
p { color: rgb(73,35,61); }
H1.HeaderClassName
{
color: #49233D;
}
.AnyTagClassName
{
color: #49233D;
}
</style>
background-color css
<style>
a { background-color: #49233D; }
a { background-color: rgb(73,35,61); }
div.DivClassName
{
background-color: #49233D;
}
.BgClassName
{
background-color: #49233D;
}
</style>
border-color css
<style>
span { border-color: #49233D; }
span { border-color: rgb(73,35,61); }
td.TdClassName
{
border-color: #49233D;
}
.TagClassName
{
border-color: #49233D;
}
</style>