Shades of Voodoo #471D3D
Tints of Voodoo #471D3D
RGB
CMYK
RGB Variations
Color information
#471D3D (or 0x471D3D) is known color: Voodoo. HEX triplet: 47, 1D and 3D. RGB value is (71,29,61). Sum of RGB (Red+Green+Blue) = 71+29+61=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D3D is #B8E2C2. Grayscale: #2D2D2D. Windows color (decimal): -12116675 or 4005191. OLE color: 4005191.
HSL color Cylindrical-coordinate representation of color #471D3D: hue angle of 314.29º 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 #471D3D is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 61 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.72 |
| HSL | 314.29º | 0.42% | 0.2% | - |
| HSV(B) | 314.29º | 0.59% | 0.28% | - |
| XYZ | 3.88 | 2.56 | 4.7 | - |
| YUV | 45.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 61 | 0 | 0.59 | 0.14 | 0.72 | 314.29 | 0.42 | 0.2 |
| Hex | 47 | 1D | 3D | 0 | 3B | E | 48 | 13A | 2A | 14 |
| Octal | 107 | 35 | 75 | 0 | 73 | 16 | 110 | 472 | 52 | 24 |
| Binary | 1000111 | 11101 | 111101 | 0 | 111011 | 1110 | 1001000 | 100111010 | 101010 | 10100 |
Color Harmonies of #471D3D
Complementary color
Monochromatic Colors of #471D3D
Black with #471D3D
Text Example
Text Example
White with #471D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D3D; }
p { color: rgb(71,29,61); }
H1.HeaderClassName
{
color: #471D3D;
}
.AnyTagClassName
{
color: #471D3D;
}
</style>
background-color css
<style>
a { background-color: #471D3D; }
a { background-color: rgb(71,29,61); }
div.DivClassName
{
background-color: #471D3D;
}
.BgClassName
{
background-color: #471D3D;
}
</style>
border-color css
<style>
span { border-color: #471D3D; }
span { border-color: rgb(71,29,61); }
td.TdClassName
{
border-color: #471D3D;
}
.TagClassName
{
border-color: #471D3D;
}
</style>