Shades of Voodoo #473C43
Tints of Voodoo #473C43
RGB
CMYK
RGB Variations
Color information
#473C43 (or 0x473C43) is known color: Voodoo. HEX triplet: 47, 3C and 43. RGB value is (71,60,67). Sum of RGB (Red+Green+Blue) = 71+60+67=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C43 is #B8C3BC. Grayscale: #404040. Windows color (decimal): -12108733 or 4406343. OLE color: 4406343.
HSL color Cylindrical-coordinate representation of color #473C43: hue angle of 321.82º 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 #473C43 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 67 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.72 |
| HSL | 321.82º | 0.08% | 0.26% | - |
| HSV(B) | 321.82º | 0.15% | 0.28% | - |
| XYZ | 5.23 | 4.98 | 6 | - |
| YUV | 64.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 67 | 0 | 0.15 | 0.06 | 0.72 | 321.82 | 0.08 | 0.26 |
| Hex | 47 | 3C | 43 | 0 | F | 6 | 48 | 142 | 8 | 1A |
| Octal | 107 | 74 | 103 | 0 | 17 | 6 | 110 | 502 | 10 | 32 |
| Binary | 1000111 | 111100 | 1000011 | 0 | 1111 | 110 | 1001000 | 101000010 | 1000 | 11010 |
Color Harmonies of #473C43
Complementary color
Monochromatic Colors of #473C43
Black with #473C43
Text Example
Text Example
White with #473C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C43; }
p { color: rgb(71,60,67); }
H1.HeaderClassName
{
color: #473C43;
}
.AnyTagClassName
{
color: #473C43;
}
</style>
background-color css
<style>
a { background-color: #473C43; }
a { background-color: rgb(71,60,67); }
div.DivClassName
{
background-color: #473C43;
}
.BgClassName
{
background-color: #473C43;
}
</style>
border-color css
<style>
span { border-color: #473C43; }
span { border-color: rgb(71,60,67); }
td.TdClassName
{
border-color: #473C43;
}
.TagClassName
{
border-color: #473C43;
}
</style>