Shades of Voodoo #49263E
Tints of Voodoo #49263E
RGB
CMYK
RGB Variations
Color information
#49263E (or 0x49263E) is known color: Voodoo. HEX triplet: 49, 26 and 3E. RGB value is (73,38,62). Sum of RGB (Red+Green+Blue) = 73+38+62=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49263E is #B6D9C1. Grayscale: #333333. Windows color (decimal): -11983298 or 4073033. OLE color: 4073033.
HSL color Cylindrical-coordinate representation of color #49263E: hue angle of 318.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49263E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 62 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.71 |
| HSL | 318.86º | 0.32% | 0.22% | - |
| HSV(B) | 318.86º | 0.48% | 0.29% | - |
| XYZ | 4.31 | 3.15 | 4.94 | - |
| YUV | 51.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 62 | 0 | 0.48 | 0.15 | 0.71 | 318.86 | 0.32 | 0.22 |
| Hex | 49 | 26 | 3E | 0 | 30 | F | 47 | 13F | 20 | 16 |
| Octal | 111 | 46 | 76 | 0 | 60 | 17 | 107 | 477 | 40 | 26 |
| Binary | 1001001 | 100110 | 111110 | 0 | 110000 | 1111 | 1000111 | 100111111 | 100000 | 10110 |
Color Harmonies of #49263E
Complementary color
Monochromatic Colors of #49263E
Black with #49263E
Text Example
Text Example
White with #49263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49263E; }
p { color: rgb(73,38,62); }
H1.HeaderClassName
{
color: #49263E;
}
.AnyTagClassName
{
color: #49263E;
}
</style>
background-color css
<style>
a { background-color: #49263E; }
a { background-color: rgb(73,38,62); }
div.DivClassName
{
background-color: #49263E;
}
.BgClassName
{
background-color: #49263E;
}
</style>
border-color css
<style>
span { border-color: #49263E; }
span { border-color: rgb(73,38,62); }
td.TdClassName
{
border-color: #49263E;
}
.TagClassName
{
border-color: #49263E;
}
</style>