Shades of Voodoo #472243
Tints of Voodoo #472243
RGB
CMYK
RGB Variations
Color information
#472243 (or 0x472243) is known color: Voodoo. HEX triplet: 47, 22 and 43. RGB value is (71,34,67). Sum of RGB (Red+Green+Blue) = 71+34+67=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472243 is #B8DDBC. Grayscale: #303030. Windows color (decimal): -12115389 or 4399687. OLE color: 4399687.
HSL color Cylindrical-coordinate representation of color #472243: hue angle of 306.49º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472243 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 67 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.72 |
| HSL | 306.49º | 0.35% | 0.21% | - |
| HSV(B) | 306.49º | 0.52% | 0.28% | - |
| XYZ | 4.18 | 2.89 | 5.65 | - |
| YUV | 48.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 67 | 0 | 0.52 | 0.06 | 0.72 | 306.49 | 0.35 | 0.21 |
| Hex | 47 | 22 | 43 | 0 | 34 | 6 | 48 | 132 | 23 | 15 |
| Octal | 107 | 42 | 103 | 0 | 64 | 6 | 110 | 462 | 43 | 25 |
| Binary | 1000111 | 100010 | 1000011 | 0 | 110100 | 110 | 1001000 | 100110010 | 100011 | 10101 |
Color Harmonies of #472243
Complementary color
Monochromatic Colors of #472243
Black with #472243
Text Example
Text Example
White with #472243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472243; }
p { color: rgb(71,34,67); }
H1.HeaderClassName
{
color: #472243;
}
.AnyTagClassName
{
color: #472243;
}
</style>
background-color css
<style>
a { background-color: #472243; }
a { background-color: rgb(71,34,67); }
div.DivClassName
{
background-color: #472243;
}
.BgClassName
{
background-color: #472243;
}
</style>
border-color css
<style>
span { border-color: #472243; }
span { border-color: rgb(71,34,67); }
td.TdClassName
{
border-color: #472243;
}
.TagClassName
{
border-color: #472243;
}
</style>