Shades of Voodoo #472C43
Tints of Voodoo #472C43
RGB
CMYK
RGB Variations
Color information
#472C43 (or 0x472C43) is known color: Voodoo. HEX triplet: 47, 2C and 43. RGB value is (71,44,67). Sum of RGB (Red+Green+Blue) = 71+44+67=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C43 is #B8D3BC. Grayscale: #363636. Windows color (decimal): -12112829 or 4402247. OLE color: 4402247.
HSL color Cylindrical-coordinate representation of color #472C43: hue angle of 308.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C43 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 67 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.72 |
| HSL | 308.89º | 0.23% | 0.23% | - |
| HSV(B) | 308.89º | 0.38% | 0.28% | - |
| XYZ | 4.51 | 3.55 | 5.76 | - |
| YUV | 54.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 67 | 0 | 0.38 | 0.06 | 0.72 | 308.89 | 0.23 | 0.23 |
| Hex | 47 | 2C | 43 | 0 | 26 | 6 | 48 | 135 | 17 | 17 |
| Octal | 107 | 54 | 103 | 0 | 46 | 6 | 110 | 465 | 27 | 27 |
| Binary | 1000111 | 101100 | 1000011 | 0 | 100110 | 110 | 1001000 | 100110101 | 10111 | 10111 |
Color Harmonies of #472C43
Complementary color
Monochromatic Colors of #472C43
Black with #472C43
Text Example
Text Example
White with #472C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C43; }
p { color: rgb(71,44,67); }
H1.HeaderClassName
{
color: #472C43;
}
.AnyTagClassName
{
color: #472C43;
}
</style>
background-color css
<style>
a { background-color: #472C43; }
a { background-color: rgb(71,44,67); }
div.DivClassName
{
background-color: #472C43;
}
.BgClassName
{
background-color: #472C43;
}
</style>
border-color css
<style>
span { border-color: #472C43; }
span { border-color: rgb(71,44,67); }
td.TdClassName
{
border-color: #472C43;
}
.TagClassName
{
border-color: #472C43;
}
</style>