Shades of Voodoo #472041
Tints of Voodoo #472041
RGB
CMYK
RGB Variations
Color information
#472041 (or 0x472041) is known color: Voodoo. HEX triplet: 47, 20 and 41. RGB value is (71,32,65). Sum of RGB (Red+Green+Blue) = 71+32+65=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472041 is #B8DFBE. Grayscale: #2F2F2F. Windows color (decimal): -12115903 or 4268103. OLE color: 4268103.
HSL color Cylindrical-coordinate representation of color #472041: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472041 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 65 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.72 |
| HSL | 309.23º | 0.38% | 0.2% | - |
| HSV(B) | 309.23º | 0.55% | 0.28% | - |
| XYZ | 4.07 | 2.75 | 5.32 | - |
| YUV | 47.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 65 | 0 | 0.55 | 0.08 | 0.72 | 309.23 | 0.38 | 0.2 |
| Hex | 47 | 20 | 41 | 0 | 37 | 8 | 48 | 135 | 26 | 14 |
| Octal | 107 | 40 | 101 | 0 | 67 | 10 | 110 | 465 | 46 | 24 |
| Binary | 1000111 | 100000 | 1000001 | 0 | 110111 | 1000 | 1001000 | 100110101 | 100110 | 10100 |
Color Harmonies of #472041
Complementary color
Monochromatic Colors of #472041
Black with #472041
Text Example
Text Example
White with #472041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472041; }
p { color: rgb(71,32,65); }
H1.HeaderClassName
{
color: #472041;
}
.AnyTagClassName
{
color: #472041;
}
</style>
background-color css
<style>
a { background-color: #472041; }
a { background-color: rgb(71,32,65); }
div.DivClassName
{
background-color: #472041;
}
.BgClassName
{
background-color: #472041;
}
</style>
border-color css
<style>
span { border-color: #472041; }
span { border-color: rgb(71,32,65); }
td.TdClassName
{
border-color: #472041;
}
.TagClassName
{
border-color: #472041;
}
</style>