Shades of Voodoo #49273D
Tints of Voodoo #49273D
RGB
CMYK
RGB Variations
Color information
#49273D (or 0x49273D) is known color: Voodoo. HEX triplet: 49, 27 and 3D. RGB value is (73,39,61). Sum of RGB (Red+Green+Blue) = 73+39+61=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49273D is #B6D8C2. Grayscale: #333333. Windows color (decimal): -11983043 or 4007753. OLE color: 4007753.
HSL color Cylindrical-coordinate representation of color #49273D: hue angle of 321.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49273D is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 39 | 61 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.71 |
| HSL | 321.18º | 0.3% | 0.22% | - |
| HSV(B) | 321.18º | 0.47% | 0.29% | - |
| XYZ | 4.32 | 3.2 | 4.81 | - |
| YUV | 51.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 61 | 0 | 0.47 | 0.16 | 0.71 | 321.18 | 0.3 | 0.22 |
| Hex | 49 | 27 | 3D | 0 | 2F | 10 | 47 | 141 | 1E | 16 |
| Octal | 111 | 47 | 75 | 0 | 57 | 20 | 107 | 501 | 36 | 26 |
| Binary | 1001001 | 100111 | 111101 | 0 | 101111 | 10000 | 1000111 | 101000001 | 11110 | 10110 |
Color Harmonies of #49273D
Complementary color
Monochromatic Colors of #49273D
Black with #49273D
Text Example
Text Example
White with #49273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49273D; }
p { color: rgb(73,39,61); }
H1.HeaderClassName
{
color: #49273D;
}
.AnyTagClassName
{
color: #49273D;
}
</style>
background-color css
<style>
a { background-color: #49273D; }
a { background-color: rgb(73,39,61); }
div.DivClassName
{
background-color: #49273D;
}
.BgClassName
{
background-color: #49273D;
}
</style>
border-color css
<style>
span { border-color: #49273D; }
span { border-color: rgb(73,39,61); }
td.TdClassName
{
border-color: #49273D;
}
.TagClassName
{
border-color: #49273D;
}
</style>