Shades of Voodoo #473143
Tints of Voodoo #473143
RGB
CMYK
RGB Variations
Color information
#473143 (or 0x473143) is known color: Voodoo. HEX triplet: 47, 31 and 43. RGB value is (71,49,67). Sum of RGB (Red+Green+Blue) = 71+49+67=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473143 is #B8CEBC. Grayscale: #393939. Windows color (decimal): -12111549 or 4403527. OLE color: 4403527.
HSL color Cylindrical-coordinate representation of color #473143: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473143 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 67 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.72 |
| HSL | 310.91º | 0.18% | 0.24% | - |
| HSV(B) | 310.91º | 0.31% | 0.28% | - |
| XYZ | 4.71 | 3.94 | 5.82 | - |
| YUV | 57.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 67 | 0 | 0.31 | 0.06 | 0.72 | 310.91 | 0.18 | 0.24 |
| Hex | 47 | 31 | 43 | 0 | 1F | 6 | 48 | 137 | 12 | 18 |
| Octal | 107 | 61 | 103 | 0 | 37 | 6 | 110 | 467 | 22 | 30 |
| Binary | 1000111 | 110001 | 1000011 | 0 | 11111 | 110 | 1001000 | 100110111 | 10010 | 11000 |
Color Harmonies of #473143
Complementary color
Monochromatic Colors of #473143
Black with #473143
Text Example
Text Example
White with #473143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473143; }
p { color: rgb(71,49,67); }
H1.HeaderClassName
{
color: #473143;
}
.AnyTagClassName
{
color: #473143;
}
</style>
background-color css
<style>
a { background-color: #473143; }
a { background-color: rgb(71,49,67); }
div.DivClassName
{
background-color: #473143;
}
.BgClassName
{
background-color: #473143;
}
</style>
border-color css
<style>
span { border-color: #473143; }
span { border-color: rgb(71,49,67); }
td.TdClassName
{
border-color: #473143;
}
.TagClassName
{
border-color: #473143;
}
</style>