Shades of Voodoo #472B42
Tints of Voodoo #472B42
RGB
CMYK
RGB Variations
Color information
#472B42 (or 0x472B42) is known color: Voodoo. HEX triplet: 47, 2B and 42. RGB value is (71,43,66). Sum of RGB (Red+Green+Blue) = 71+43+66=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B42 is #B8D4BD. Grayscale: #353535. Windows color (decimal): -12113086 or 4336455. OLE color: 4336455.
HSL color Cylindrical-coordinate representation of color #472B42: hue angle of 310.71º 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 #472B42 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 66 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.72 |
| HSL | 310.71º | 0.25% | 0.22% | - |
| HSV(B) | 310.71º | 0.39% | 0.28% | - |
| XYZ | 4.45 | 3.46 | 5.59 | - |
| YUV | 53.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 66 | 0 | 0.39 | 0.07 | 0.72 | 310.71 | 0.25 | 0.22 |
| Hex | 47 | 2B | 42 | 0 | 27 | 7 | 48 | 137 | 19 | 16 |
| Octal | 107 | 53 | 102 | 0 | 47 | 7 | 110 | 467 | 31 | 26 |
| Binary | 1000111 | 101011 | 1000010 | 0 | 100111 | 111 | 1001000 | 100110111 | 11001 | 10110 |
Color Harmonies of #472B42
Complementary color
Monochromatic Colors of #472B42
Black with #472B42
Text Example
Text Example
White with #472B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B42; }
p { color: rgb(71,43,66); }
H1.HeaderClassName
{
color: #472B42;
}
.AnyTagClassName
{
color: #472B42;
}
</style>
background-color css
<style>
a { background-color: #472B42; }
a { background-color: rgb(71,43,66); }
div.DivClassName
{
background-color: #472B42;
}
.BgClassName
{
background-color: #472B42;
}
</style>
border-color css
<style>
span { border-color: #472B42; }
span { border-color: rgb(71,43,66); }
td.TdClassName
{
border-color: #472B42;
}
.TagClassName
{
border-color: #472B42;
}
</style>