Shades of Voodoo #47213B
Tints of Voodoo #47213B
RGB
CMYK
RGB Variations
Color information
#47213B (or 0x47213B) is known color: Voodoo. HEX triplet: 47, 21 and 3B. RGB value is (71,33,59). Sum of RGB (Red+Green+Blue) = 71+33+59=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213B is #B8DEC4. Grayscale: #2F2F2F. Windows color (decimal): -12115653 or 3875143. OLE color: 3875143.
HSL color Cylindrical-coordinate representation of color #47213B: hue angle of 318.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47213B is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 59 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.72 |
| HSL | 318.95º | 0.37% | 0.2% | - |
| HSV(B) | 318.95º | 0.54% | 0.28% | - |
| XYZ | 3.93 | 2.74 | 4.46 | - |
| YUV | 47.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 59 | 0 | 0.54 | 0.17 | 0.72 | 318.95 | 0.37 | 0.2 |
| Hex | 47 | 21 | 3B | 0 | 36 | 11 | 48 | 13F | 25 | 14 |
| Octal | 107 | 41 | 73 | 0 | 66 | 21 | 110 | 477 | 45 | 24 |
| Binary | 1000111 | 100001 | 111011 | 0 | 110110 | 10001 | 1001000 | 100111111 | 100101 | 10100 |
Color Harmonies of #47213B
Complementary color
Monochromatic Colors of #47213B
Black with #47213B
Text Example
Text Example
White with #47213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47213B; }
p { color: rgb(71,33,59); }
H1.HeaderClassName
{
color: #47213B;
}
.AnyTagClassName
{
color: #47213B;
}
</style>
background-color css
<style>
a { background-color: #47213B; }
a { background-color: rgb(71,33,59); }
div.DivClassName
{
background-color: #47213B;
}
.BgClassName
{
background-color: #47213B;
}
</style>
border-color css
<style>
span { border-color: #47213B; }
span { border-color: rgb(71,33,59); }
td.TdClassName
{
border-color: #47213B;
}
.TagClassName
{
border-color: #47213B;
}
</style>