Shades of Voodoo #471C3D
Tints of Voodoo #471C3D
RGB
CMYK
RGB Variations
Color information
#471C3D (or 0x471C3D) is known color: Voodoo. HEX triplet: 47, 1C and 3D. RGB value is (71,28,61). Sum of RGB (Red+Green+Blue) = 71+28+61=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C3D is #B8E3C2. Grayscale: #2C2C2C. Windows color (decimal): -12116931 or 4004935. OLE color: 4004935.
HSL color Cylindrical-coordinate representation of color #471C3D: hue angle of 313.95º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C3D is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 61 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.72 |
| HSL | 313.95º | 0.43% | 0.19% | - |
| HSV(B) | 313.95º | 0.61% | 0.28% | - |
| XYZ | 3.86 | 2.51 | 4.7 | - |
| YUV | 44.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 61 | 0 | 0.61 | 0.14 | 0.72 | 313.95 | 0.43 | 0.19 |
| Hex | 47 | 1C | 3D | 0 | 3D | E | 48 | 13A | 2B | 13 |
| Octal | 107 | 34 | 75 | 0 | 75 | 16 | 110 | 472 | 53 | 23 |
| Binary | 1000111 | 11100 | 111101 | 0 | 111101 | 1110 | 1001000 | 100111010 | 101011 | 10011 |
Color Harmonies of #471C3D
Complementary color
Monochromatic Colors of #471C3D
Black with #471C3D
Text Example
Text Example
White with #471C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C3D; }
p { color: rgb(71,28,61); }
H1.HeaderClassName
{
color: #471C3D;
}
.AnyTagClassName
{
color: #471C3D;
}
</style>
background-color css
<style>
a { background-color: #471C3D; }
a { background-color: rgb(71,28,61); }
div.DivClassName
{
background-color: #471C3D;
}
.BgClassName
{
background-color: #471C3D;
}
</style>
border-color css
<style>
span { border-color: #471C3D; }
span { border-color: rgb(71,28,61); }
td.TdClassName
{
border-color: #471C3D;
}
.TagClassName
{
border-color: #471C3D;
}
</style>