Shades of Voodoo #49253F
Tints of Voodoo #49253F
RGB
CMYK
RGB Variations
Color information
#49253F (or 0x49253F) is known color: Voodoo. HEX triplet: 49, 25 and 3F. RGB value is (73,37,63). Sum of RGB (Red+Green+Blue) = 73+37+63=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49253F is #B6DAC0. Grayscale: #323232. Windows color (decimal): -11983553 or 4138313. OLE color: 4138313.
HSL color Cylindrical-coordinate representation of color #49253F: hue angle of 316.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49253F is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 63 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.71 |
| HSL | 316.67º | 0.33% | 0.22% | - |
| HSV(B) | 316.67º | 0.49% | 0.29% | - |
| XYZ | 4.31 | 3.1 | 5.07 | - |
| YUV | 50.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 63 | 0 | 0.49 | 0.14 | 0.71 | 316.67 | 0.33 | 0.22 |
| Hex | 49 | 25 | 3F | 0 | 31 | E | 47 | 13D | 21 | 16 |
| Octal | 111 | 45 | 77 | 0 | 61 | 16 | 107 | 475 | 41 | 26 |
| Binary | 1001001 | 100101 | 111111 | 0 | 110001 | 1110 | 1000111 | 100111101 | 100001 | 10110 |
Color Harmonies of #49253F
Complementary color
Monochromatic Colors of #49253F
Black with #49253F
Text Example
Text Example
White with #49253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49253F; }
p { color: rgb(73,37,63); }
H1.HeaderClassName
{
color: #49253F;
}
.AnyTagClassName
{
color: #49253F;
}
</style>
background-color css
<style>
a { background-color: #49253F; }
a { background-color: rgb(73,37,63); }
div.DivClassName
{
background-color: #49253F;
}
.BgClassName
{
background-color: #49253F;
}
</style>
border-color css
<style>
span { border-color: #49253F; }
span { border-color: rgb(73,37,63); }
td.TdClassName
{
border-color: #49253F;
}
.TagClassName
{
border-color: #49253F;
}
</style>