Shades of Voodoo #47223C
Tints of Voodoo #47223C
RGB
CMYK
RGB Variations
Color information
#47223C (or 0x47223C) is known color: Voodoo. HEX triplet: 47, 22 and 3C. RGB value is (71,34,60). Sum of RGB (Red+Green+Blue) = 71+34+60=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47223C is #B8DDC3. Grayscale: #2F2F2F. Windows color (decimal): -12115396 or 3940935. OLE color: 3940935.
HSL color Cylindrical-coordinate representation of color #47223C: hue angle of 317.84º 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 #47223C is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 60 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.72 |
| HSL | 317.84º | 0.35% | 0.21% | - |
| HSV(B) | 317.84º | 0.52% | 0.28% | - |
| XYZ | 3.99 | 2.81 | 4.61 | - |
| YUV | 48.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 60 | 0 | 0.52 | 0.15 | 0.72 | 317.84 | 0.35 | 0.21 |
| Hex | 47 | 22 | 3C | 0 | 34 | F | 48 | 13E | 23 | 15 |
| Octal | 107 | 42 | 74 | 0 | 64 | 17 | 110 | 476 | 43 | 25 |
| Binary | 1000111 | 100010 | 111100 | 0 | 110100 | 1111 | 1001000 | 100111110 | 100011 | 10101 |
Color Harmonies of #47223C
Complementary color
Monochromatic Colors of #47223C
Black with #47223C
Text Example
Text Example
White with #47223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47223C; }
p { color: rgb(71,34,60); }
H1.HeaderClassName
{
color: #47223C;
}
.AnyTagClassName
{
color: #47223C;
}
</style>
background-color css
<style>
a { background-color: #47223C; }
a { background-color: rgb(71,34,60); }
div.DivClassName
{
background-color: #47223C;
}
.BgClassName
{
background-color: #47223C;
}
</style>
border-color css
<style>
span { border-color: #47223C; }
span { border-color: rgb(71,34,60); }
td.TdClassName
{
border-color: #47223C;
}
.TagClassName
{
border-color: #47223C;
}
</style>