Shades of Voodoo #49283F
Tints of Voodoo #49283F
RGB
CMYK
RGB Variations
Color information
#49283F (or 0x49283F) is known color: Voodoo. HEX triplet: 49, 28 and 3F. RGB value is (73,40,63). Sum of RGB (Red+Green+Blue) = 73+40+63=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #49283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49283F is #B6D7C0. Grayscale: #343434. Windows color (decimal): -11982785 or 4139081. OLE color: 4139081.
HSL color Cylindrical-coordinate representation of color #49283F: hue angle of 318.18º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49283F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 63 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.71 |
| HSL | 318.18º | 0.29% | 0.22% | - |
| HSV(B) | 318.18º | 0.45% | 0.29% | - |
| XYZ | 4.4 | 3.29 | 5.11 | - |
| YUV | 52.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 63 | 0 | 0.45 | 0.14 | 0.71 | 318.18 | 0.29 | 0.22 |
| Hex | 49 | 28 | 3F | 0 | 2D | E | 47 | 13E | 1D | 16 |
| Octal | 111 | 50 | 77 | 0 | 55 | 16 | 107 | 476 | 35 | 26 |
| Binary | 1001001 | 101000 | 111111 | 0 | 101101 | 1110 | 1000111 | 100111110 | 11101 | 10110 |
Color Harmonies of #49283F
Complementary color
Monochromatic Colors of #49283F
Black with #49283F
Text Example
Text Example
White with #49283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49283F; }
p { color: rgb(73,40,63); }
H1.HeaderClassName
{
color: #49283F;
}
.AnyTagClassName
{
color: #49283F;
}
</style>
background-color css
<style>
a { background-color: #49283F; }
a { background-color: rgb(73,40,63); }
div.DivClassName
{
background-color: #49283F;
}
.BgClassName
{
background-color: #49283F;
}
</style>
border-color css
<style>
span { border-color: #49283F; }
span { border-color: rgb(73,40,63); }
td.TdClassName
{
border-color: #49283F;
}
.TagClassName
{
border-color: #49283F;
}
</style>