Shades of Voodoo #473F44
Tints of Voodoo #473F44
RGB
CMYK
RGB Variations
Color information
#473F44 (or 0x473F44) is known color: Voodoo. HEX triplet: 47, 3F and 44. RGB value is (71,63,68). Sum of RGB (Red+Green+Blue) = 71+63+68=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 71 - color contains mainly: red. Hex color #473F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F44 is #B8C0BB. Grayscale: #414141. Windows color (decimal): -12107964 or 4472647. OLE color: 4472647.
HSL color Cylindrical-coordinate representation of color #473F44: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #473F44 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 68 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.72 |
| HSL | 322.5º | 0.06% | 0.26% | - |
| HSV(B) | 322.5º | 0.11% | 0.28% | - |
| XYZ | 5.42 | 5.31 | 6.21 | - |
| YUV | 65.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 68 | 0 | 0.11 | 0.04 | 0.72 | 322.5 | 0.06 | 0.26 |
| Hex | 47 | 3F | 44 | 0 | B | 4 | 48 | 142 | 6 | 1A |
| Octal | 107 | 77 | 104 | 0 | 13 | 4 | 110 | 502 | 6 | 32 |
| Binary | 1000111 | 111111 | 1000100 | 0 | 1011 | 100 | 1001000 | 101000010 | 110 | 11010 |
Color Harmonies of #473F44
Complementary color
Monochromatic Colors of #473F44
Black with #473F44
Text Example
Text Example
White with #473F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F44; }
p { color: rgb(71,63,68); }
H1.HeaderClassName
{
color: #473F44;
}
.AnyTagClassName
{
color: #473F44;
}
</style>
background-color css
<style>
a { background-color: #473F44; }
a { background-color: rgb(71,63,68); }
div.DivClassName
{
background-color: #473F44;
}
.BgClassName
{
background-color: #473F44;
}
</style>
border-color css
<style>
span { border-color: #473F44; }
span { border-color: rgb(71,63,68); }
td.TdClassName
{
border-color: #473F44;
}
.TagClassName
{
border-color: #473F44;
}
</style>