Shades of Voodoo #47293D
Tints of Voodoo #47293D
RGB
CMYK
RGB Variations
Color information
#47293D (or 0x47293D) is known color: Voodoo. HEX triplet: 47, 29 and 3D. RGB value is (71,41,61). Sum of RGB (Red+Green+Blue) = 71+41+61=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #47293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47293D is #B8D6C2. Grayscale: #343434. Windows color (decimal): -12113603 or 4008263. OLE color: 4008263.
HSL color Cylindrical-coordinate representation of color #47293D: hue angle of 320º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47293D is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 61 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.72 |
| HSL | 320º | 0.27% | 0.22% | - |
| HSV(B) | 320º | 0.42% | 0.28% | - |
| XYZ | 4.23 | 3.26 | 4.82 | - |
| YUV | 52.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 61 | 0 | 0.42 | 0.14 | 0.72 | 320 | 0.27 | 0.22 |
| Hex | 47 | 29 | 3D | 0 | 2A | E | 48 | 140 | 1B | 16 |
| Octal | 107 | 51 | 75 | 0 | 52 | 16 | 110 | 500 | 33 | 26 |
| Binary | 1000111 | 101001 | 111101 | 0 | 101010 | 1110 | 1001000 | 101000000 | 11011 | 10110 |
Color Harmonies of #47293D
Complementary color
Monochromatic Colors of #47293D
Black with #47293D
Text Example
Text Example
White with #47293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47293D; }
p { color: rgb(71,41,61); }
H1.HeaderClassName
{
color: #47293D;
}
.AnyTagClassName
{
color: #47293D;
}
</style>
background-color css
<style>
a { background-color: #47293D; }
a { background-color: rgb(71,41,61); }
div.DivClassName
{
background-color: #47293D;
}
.BgClassName
{
background-color: #47293D;
}
</style>
border-color css
<style>
span { border-color: #47293D; }
span { border-color: rgb(71,41,61); }
td.TdClassName
{
border-color: #47293D;
}
.TagClassName
{
border-color: #47293D;
}
</style>