Shades of Voodoo #472B40
Tints of Voodoo #472B40
RGB
CMYK
RGB Variations
Color information
#472B40 (or 0x472B40) is known color: Voodoo. HEX triplet: 47, 2B and 40. RGB value is (71,43,64). Sum of RGB (Red+Green+Blue) = 71+43+64=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B40 is #B8D4BF. Grayscale: #353535. Windows color (decimal): -12113088 or 4205383. OLE color: 4205383.
HSL color Cylindrical-coordinate representation of color #472B40: hue angle of 315º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B40 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 64 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.72 |
| HSL | 315º | 0.25% | 0.22% | - |
| HSV(B) | 315º | 0.39% | 0.28% | - |
| XYZ | 4.39 | 3.44 | 5.28 | - |
| YUV | 53.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 64 | 0 | 0.39 | 0.10 | 0.72 | 315 | 0.25 | 0.22 |
| Hex | 47 | 2B | 40 | 0 | 27 | A | 48 | 13B | 19 | 16 |
| Octal | 107 | 53 | 100 | 0 | 47 | 12 | 110 | 473 | 31 | 26 |
| Binary | 1000111 | 101011 | 1000000 | 0 | 100111 | 1010 | 1001000 | 100111011 | 11001 | 10110 |
Color Harmonies of #472B40
Complementary color
Monochromatic Colors of #472B40
Black with #472B40
Text Example
Text Example
White with #472B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B40; }
p { color: rgb(71,43,64); }
H1.HeaderClassName
{
color: #472B40;
}
.AnyTagClassName
{
color: #472B40;
}
</style>
background-color css
<style>
a { background-color: #472B40; }
a { background-color: rgb(71,43,64); }
div.DivClassName
{
background-color: #472B40;
}
.BgClassName
{
background-color: #472B40;
}
</style>
border-color css
<style>
span { border-color: #472B40; }
span { border-color: rgb(71,43,64); }
td.TdClassName
{
border-color: #472B40;
}
.TagClassName
{
border-color: #472B40;
}
</style>