Shades of Voodoo #47283E
Tints of Voodoo #47283E
RGB
CMYK
RGB Variations
Color information
#47283E (or 0x47283E) is known color: Voodoo. HEX triplet: 47, 28 and 3E. RGB value is (71,40,62). Sum of RGB (Red+Green+Blue) = 71+40+62=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #47283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47283E is #B8D7C1. Grayscale: #333333. Windows color (decimal): -12113858 or 4073543. OLE color: 4073543.
HSL color Cylindrical-coordinate representation of color #47283E: hue angle of 317.42º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47283E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 40 | 62 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.72 |
| HSL | 317.42º | 0.28% | 0.22% | - |
| HSV(B) | 317.42º | 0.44% | 0.28% | - |
| XYZ | 4.23 | 3.2 | 4.95 | - |
| YUV | 51.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 62 | 0 | 0.44 | 0.13 | 0.72 | 317.42 | 0.28 | 0.22 |
| Hex | 47 | 28 | 3E | 0 | 2C | D | 48 | 13D | 1C | 16 |
| Octal | 107 | 50 | 76 | 0 | 54 | 15 | 110 | 475 | 34 | 26 |
| Binary | 1000111 | 101000 | 111110 | 0 | 101100 | 1101 | 1001000 | 100111101 | 11100 | 10110 |
Color Harmonies of #47283E
Complementary color
Monochromatic Colors of #47283E
Black with #47283E
Text Example
Text Example
White with #47283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47283E; }
p { color: rgb(71,40,62); }
H1.HeaderClassName
{
color: #47283E;
}
.AnyTagClassName
{
color: #47283E;
}
</style>
background-color css
<style>
a { background-color: #47283E; }
a { background-color: rgb(71,40,62); }
div.DivClassName
{
background-color: #47283E;
}
.BgClassName
{
background-color: #47283E;
}
</style>
border-color css
<style>
span { border-color: #47283E; }
span { border-color: rgb(71,40,62); }
td.TdClassName
{
border-color: #47283E;
}
.TagClassName
{
border-color: #47283E;
}
</style>