Shades of Voodoo #471D42
Tints of Voodoo #471D42
RGB
CMYK
RGB Variations
Color information
#471D42 (or 0x471D42) is known color: Voodoo. HEX triplet: 47, 1D and 42. RGB value is (71,29,66). Sum of RGB (Red+Green+Blue) = 71+29+66=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #471D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D42 is #B8E2BD. Grayscale: #2D2D2D. Windows color (decimal): -12116670 or 4332871. OLE color: 4332871.
HSL color Cylindrical-coordinate representation of color #471D42: hue angle of 307.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D42 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 66 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.72 |
| HSL | 307.14º | 0.42% | 0.2% | - |
| HSV(B) | 307.14º | 0.59% | 0.28% | - |
| XYZ | 4.02 | 2.61 | 5.45 | - |
| YUV | 45.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 66 | 0 | 0.59 | 0.07 | 0.72 | 307.14 | 0.42 | 0.2 |
| Hex | 47 | 1D | 42 | 0 | 3B | 7 | 48 | 133 | 2A | 14 |
| Octal | 107 | 35 | 102 | 0 | 73 | 7 | 110 | 463 | 52 | 24 |
| Binary | 1000111 | 11101 | 1000010 | 0 | 111011 | 111 | 1001000 | 100110011 | 101010 | 10100 |
Color Harmonies of #471D42
Complementary color
Monochromatic Colors of #471D42
Black with #471D42
Text Example
Text Example
White with #471D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D42; }
p { color: rgb(71,29,66); }
H1.HeaderClassName
{
color: #471D42;
}
.AnyTagClassName
{
color: #471D42;
}
</style>
background-color css
<style>
a { background-color: #471D42; }
a { background-color: rgb(71,29,66); }
div.DivClassName
{
background-color: #471D42;
}
.BgClassName
{
background-color: #471D42;
}
</style>
border-color css
<style>
span { border-color: #471D42; }
span { border-color: rgb(71,29,66); }
td.TdClassName
{
border-color: #471D42;
}
.TagClassName
{
border-color: #471D42;
}
</style>