Shades of Voodoo #473D43
Tints of Voodoo #473D43
RGB
CMYK
RGB Variations
Color information
#473D43 (or 0x473D43) is known color: Voodoo. HEX triplet: 47, 3D and 43. RGB value is (71,61,67). Sum of RGB (Red+Green+Blue) = 71+61+67=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #473D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D43 is #B8C2BC. Grayscale: #404040. Windows color (decimal): -12108477 or 4406599. OLE color: 4406599.
HSL color Cylindrical-coordinate representation of color #473D43: hue angle of 324º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #473D43 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 67 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.72 |
| HSL | 324º | 0.08% | 0.26% | - |
| HSV(B) | 324º | 0.14% | 0.28% | - |
| XYZ | 5.28 | 5.08 | 6.01 | - |
| YUV | 64.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 67 | 0 | 0.14 | 0.06 | 0.72 | 324 | 0.08 | 0.26 |
| Hex | 47 | 3D | 43 | 0 | E | 6 | 48 | 144 | 8 | 1A |
| Octal | 107 | 75 | 103 | 0 | 16 | 6 | 110 | 504 | 10 | 32 |
| Binary | 1000111 | 111101 | 1000011 | 0 | 1110 | 110 | 1001000 | 101000100 | 1000 | 11010 |
Color Harmonies of #473D43
Complementary color
Monochromatic Colors of #473D43
Black with #473D43
Text Example
Text Example
White with #473D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D43; }
p { color: rgb(71,61,67); }
H1.HeaderClassName
{
color: #473D43;
}
.AnyTagClassName
{
color: #473D43;
}
</style>
background-color css
<style>
a { background-color: #473D43; }
a { background-color: rgb(71,61,67); }
div.DivClassName
{
background-color: #473D43;
}
.BgClassName
{
background-color: #473D43;
}
</style>
border-color css
<style>
span { border-color: #473D43; }
span { border-color: rgb(71,61,67); }
td.TdClassName
{
border-color: #473D43;
}
.TagClassName
{
border-color: #473D43;
}
</style>