Shades of Voodoo #472A43
Tints of Voodoo #472A43
RGB
CMYK
RGB Variations
Color information
#472A43 (or 0x472A43) is known color: Voodoo. HEX triplet: 47, 2A and 43. RGB value is (71,42,67). Sum of RGB (Red+Green+Blue) = 71+42+67=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A43 is #B8D5BC. Grayscale: #353535. Windows color (decimal): -12113341 or 4401735. OLE color: 4401735.
HSL color Cylindrical-coordinate representation of color #472A43: hue angle of 308.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A43 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 67 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.72 |
| HSL | 308.28º | 0.26% | 0.22% | - |
| HSV(B) | 308.28º | 0.41% | 0.28% | - |
| XYZ | 4.44 | 3.4 | 5.73 | - |
| YUV | 53.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 67 | 0 | 0.41 | 0.06 | 0.72 | 308.28 | 0.26 | 0.22 |
| Hex | 47 | 2A | 43 | 0 | 29 | 6 | 48 | 134 | 1A | 16 |
| Octal | 107 | 52 | 103 | 0 | 51 | 6 | 110 | 464 | 32 | 26 |
| Binary | 1000111 | 101010 | 1000011 | 0 | 101001 | 110 | 1001000 | 100110100 | 11010 | 10110 |
Color Harmonies of #472A43
Complementary color
Monochromatic Colors of #472A43
Black with #472A43
Text Example
Text Example
White with #472A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A43; }
p { color: rgb(71,42,67); }
H1.HeaderClassName
{
color: #472A43;
}
.AnyTagClassName
{
color: #472A43;
}
</style>
background-color css
<style>
a { background-color: #472A43; }
a { background-color: rgb(71,42,67); }
div.DivClassName
{
background-color: #472A43;
}
.BgClassName
{
background-color: #472A43;
}
</style>
border-color css
<style>
span { border-color: #472A43; }
span { border-color: rgb(71,42,67); }
td.TdClassName
{
border-color: #472A43;
}
.TagClassName
{
border-color: #472A43;
}
</style>