Shades of Voodoo #47273D
Tints of Voodoo #47273D
RGB
CMYK
RGB Variations
Color information
#47273D (or 0x47273D) is known color: Voodoo. HEX triplet: 47, 27 and 3D. RGB value is (71,39,61). Sum of RGB (Red+Green+Blue) = 71+39+61=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47273D is #B8D8C2. Grayscale: #333333. Windows color (decimal): -12114115 or 4007751. OLE color: 4007751.
HSL color Cylindrical-coordinate representation of color #47273D: hue angle of 318.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47273D is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 61 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.72 |
| HSL | 318.75º | 0.29% | 0.22% | - |
| HSV(B) | 318.75º | 0.45% | 0.28% | - |
| XYZ | 4.17 | 3.13 | 4.8 | - |
| YUV | 51.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 61 | 0 | 0.45 | 0.14 | 0.72 | 318.75 | 0.29 | 0.22 |
| Hex | 47 | 27 | 3D | 0 | 2D | E | 48 | 13F | 1D | 16 |
| Octal | 107 | 47 | 75 | 0 | 55 | 16 | 110 | 477 | 35 | 26 |
| Binary | 1000111 | 100111 | 111101 | 0 | 101101 | 1110 | 1001000 | 100111111 | 11101 | 10110 |
Color Harmonies of #47273D
Complementary color
Monochromatic Colors of #47273D
Black with #47273D
Text Example
Text Example
White with #47273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47273D; }
p { color: rgb(71,39,61); }
H1.HeaderClassName
{
color: #47273D;
}
.AnyTagClassName
{
color: #47273D;
}
</style>
background-color css
<style>
a { background-color: #47273D; }
a { background-color: rgb(71,39,61); }
div.DivClassName
{
background-color: #47273D;
}
.BgClassName
{
background-color: #47273D;
}
</style>
border-color css
<style>
span { border-color: #47273D; }
span { border-color: rgb(71,39,61); }
td.TdClassName
{
border-color: #47273D;
}
.TagClassName
{
border-color: #47273D;
}
</style>