Shades of Voodoo #473B44
Tints of Voodoo #473B44
RGB
CMYK
RGB Variations
Color information
#473B44 (or 0x473B44) is known color: Voodoo. HEX triplet: 47, 3B and 44. RGB value is (71,59,68). Sum of RGB (Red+Green+Blue) = 71+59+68=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B44 is #B8C4BB. Grayscale: #3F3F3F. Windows color (decimal): -12108988 or 4471623. OLE color: 4471623.
HSL color Cylindrical-coordinate representation of color #473B44: hue angle of 315º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #473B44 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 68 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.72 |
| HSL | 315º | 0.09% | 0.25% | - |
| HSV(B) | 315º | 0.17% | 0.28% | - |
| XYZ | 5.21 | 4.88 | 6.14 | - |
| YUV | 63.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 68 | 0 | 0.17 | 0.04 | 0.72 | 315 | 0.09 | 0.25 |
| Hex | 47 | 3B | 44 | 0 | 11 | 4 | 48 | 13B | 9 | 19 |
| Octal | 107 | 73 | 104 | 0 | 21 | 4 | 110 | 473 | 11 | 31 |
| Binary | 1000111 | 111011 | 1000100 | 0 | 10001 | 100 | 1001000 | 100111011 | 1001 | 11001 |
Color Harmonies of #473B44
Complementary color
Monochromatic Colors of #473B44
Black with #473B44
Text Example
Text Example
White with #473B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B44; }
p { color: rgb(71,59,68); }
H1.HeaderClassName
{
color: #473B44;
}
.AnyTagClassName
{
color: #473B44;
}
</style>
background-color css
<style>
a { background-color: #473B44; }
a { background-color: rgb(71,59,68); }
div.DivClassName
{
background-color: #473B44;
}
.BgClassName
{
background-color: #473B44;
}
</style>
border-color css
<style>
span { border-color: #473B44; }
span { border-color: rgb(71,59,68); }
td.TdClassName
{
border-color: #473B44;
}
.TagClassName
{
border-color: #473B44;
}
</style>