Shades of Voodoo #472143
Tints of Voodoo #472143
RGB
CMYK
RGB Variations
Color information
#472143 (or 0x472143) is known color: Voodoo. HEX triplet: 47, 21 and 43. RGB value is (71,33,67). Sum of RGB (Red+Green+Blue) = 71+33+67=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472143 is #B8DEBC. Grayscale: #303030. Windows color (decimal): -12115645 or 4399431. OLE color: 4399431.
HSL color Cylindrical-coordinate representation of color #472143: hue angle of 306.32º 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 #472143 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 67 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.72 |
| HSL | 306.32º | 0.37% | 0.2% | - |
| HSV(B) | 306.32º | 0.54% | 0.28% | - |
| XYZ | 4.16 | 2.83 | 5.64 | - |
| YUV | 48.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 67 | 0 | 0.54 | 0.06 | 0.72 | 306.32 | 0.37 | 0.2 |
| Hex | 47 | 21 | 43 | 0 | 36 | 6 | 48 | 132 | 25 | 14 |
| Octal | 107 | 41 | 103 | 0 | 66 | 6 | 110 | 462 | 45 | 24 |
| Binary | 1000111 | 100001 | 1000011 | 0 | 110110 | 110 | 1001000 | 100110010 | 100101 | 10100 |
Color Harmonies of #472143
Complementary color
Monochromatic Colors of #472143
Black with #472143
Text Example
Text Example
White with #472143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472143; }
p { color: rgb(71,33,67); }
H1.HeaderClassName
{
color: #472143;
}
.AnyTagClassName
{
color: #472143;
}
</style>
background-color css
<style>
a { background-color: #472143; }
a { background-color: rgb(71,33,67); }
div.DivClassName
{
background-color: #472143;
}
.BgClassName
{
background-color: #472143;
}
</style>
border-color css
<style>
span { border-color: #472143; }
span { border-color: rgb(71,33,67); }
td.TdClassName
{
border-color: #472143;
}
.TagClassName
{
border-color: #472143;
}
</style>