Shades of Voodoo #473C44
Tints of Voodoo #473C44
RGB
CMYK
RGB Variations
Color information
#473C44 (or 0x473C44) is known color: Voodoo. HEX triplet: 47, 3C and 44. RGB value is (71,60,68). Sum of RGB (Red+Green+Blue) = 71+60+68=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #473C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C44 is #B8C3BB. Grayscale: #404040. Windows color (decimal): -12108732 or 4471879. OLE color: 4471879.
HSL color Cylindrical-coordinate representation of color #473C44: hue angle of 316.36º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473C44 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 68 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.72 |
| HSL | 316.36º | 0.08% | 0.26% | - |
| HSV(B) | 316.36º | 0.15% | 0.28% | - |
| XYZ | 5.26 | 4.99 | 6.15 | - |
| YUV | 64.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 68 | 0 | 0.15 | 0.04 | 0.72 | 316.36 | 0.08 | 0.26 |
| Hex | 47 | 3C | 44 | 0 | F | 4 | 48 | 13C | 8 | 1A |
| Octal | 107 | 74 | 104 | 0 | 17 | 4 | 110 | 474 | 10 | 32 |
| Binary | 1000111 | 111100 | 1000100 | 0 | 1111 | 100 | 1001000 | 100111100 | 1000 | 11010 |
Color Harmonies of #473C44
Complementary color
Monochromatic Colors of #473C44
Black with #473C44
Text Example
Text Example
White with #473C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C44; }
p { color: rgb(71,60,68); }
H1.HeaderClassName
{
color: #473C44;
}
.AnyTagClassName
{
color: #473C44;
}
</style>
background-color css
<style>
a { background-color: #473C44; }
a { background-color: rgb(71,60,68); }
div.DivClassName
{
background-color: #473C44;
}
.BgClassName
{
background-color: #473C44;
}
</style>
border-color css
<style>
span { border-color: #473C44; }
span { border-color: rgb(71,60,68); }
td.TdClassName
{
border-color: #473C44;
}
.TagClassName
{
border-color: #473C44;
}
</style>