Shades of Voodoo #47233B
Tints of Voodoo #47233B
RGB
CMYK
RGB Variations
Color information
#47233B (or 0x47233B) is known color: Voodoo. HEX triplet: 47, 23 and 3B. RGB value is (71,35,59). Sum of RGB (Red+Green+Blue) = 71+35+59=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47233B is #B8DCC4. Grayscale: #303030. Windows color (decimal): -12115141 or 3875655. OLE color: 3875655.
HSL color Cylindrical-coordinate representation of color #47233B: hue angle of 320º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47233B is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 35 | 59 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.72 |
| HSL | 320º | 0.34% | 0.21% | - |
| HSV(B) | 320º | 0.51% | 0.28% | - |
| XYZ | 3.99 | 2.86 | 4.48 | - |
| YUV | 48.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 59 | 0 | 0.51 | 0.17 | 0.72 | 320 | 0.34 | 0.21 |
| Hex | 47 | 23 | 3B | 0 | 33 | 11 | 48 | 140 | 22 | 15 |
| Octal | 107 | 43 | 73 | 0 | 63 | 21 | 110 | 500 | 42 | 25 |
| Binary | 1000111 | 100011 | 111011 | 0 | 110011 | 10001 | 1001000 | 101000000 | 100010 | 10101 |
Color Harmonies of #47233B
Complementary color
Monochromatic Colors of #47233B
Black with #47233B
Text Example
Text Example
White with #47233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47233B; }
p { color: rgb(71,35,59); }
H1.HeaderClassName
{
color: #47233B;
}
.AnyTagClassName
{
color: #47233B;
}
</style>
background-color css
<style>
a { background-color: #47233B; }
a { background-color: rgb(71,35,59); }
div.DivClassName
{
background-color: #47233B;
}
.BgClassName
{
background-color: #47233B;
}
</style>
border-color css
<style>
span { border-color: #47233B; }
span { border-color: rgb(71,35,59); }
td.TdClassName
{
border-color: #47233B;
}
.TagClassName
{
border-color: #47233B;
}
</style>