Shades of Voodoo #471D41
Tints of Voodoo #471D41
RGB
CMYK
RGB Variations
Color information
#471D41 (or 0x471D41) is known color: Voodoo. HEX triplet: 47, 1D and 41. RGB value is (71,29,65). Sum of RGB (Red+Green+Blue) = 71+29+65=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D41 is #B8E2BE. Grayscale: #2D2D2D. Windows color (decimal): -12116671 or 4267335. OLE color: 4267335.
HSL color Cylindrical-coordinate representation of color #471D41: hue angle of 308.57º 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 #471D41 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 65 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.72 |
| HSL | 308.57º | 0.42% | 0.2% | - |
| HSV(B) | 308.57º | 0.59% | 0.28% | - |
| XYZ | 3.99 | 2.6 | 5.29 | - |
| YUV | 45.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 65 | 0 | 0.59 | 0.08 | 0.72 | 308.57 | 0.42 | 0.2 |
| Hex | 47 | 1D | 41 | 0 | 3B | 8 | 48 | 135 | 2A | 14 |
| Octal | 107 | 35 | 101 | 0 | 73 | 10 | 110 | 465 | 52 | 24 |
| Binary | 1000111 | 11101 | 1000001 | 0 | 111011 | 1000 | 1001000 | 100110101 | 101010 | 10100 |
Color Harmonies of #471D41
Complementary color
Monochromatic Colors of #471D41
Black with #471D41
Text Example
Text Example
White with #471D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D41; }
p { color: rgb(71,29,65); }
H1.HeaderClassName
{
color: #471D41;
}
.AnyTagClassName
{
color: #471D41;
}
</style>
background-color css
<style>
a { background-color: #471D41; }
a { background-color: rgb(71,29,65); }
div.DivClassName
{
background-color: #471D41;
}
.BgClassName
{
background-color: #471D41;
}
</style>
border-color css
<style>
span { border-color: #471D41; }
span { border-color: rgb(71,29,65); }
td.TdClassName
{
border-color: #471D41;
}
.TagClassName
{
border-color: #471D41;
}
</style>