Shades of Voodoo #47253C
Tints of Voodoo #47253C
RGB
CMYK
RGB Variations
Color information
#47253C (or 0x47253C) is known color: Voodoo. HEX triplet: 47, 25 and 3C. RGB value is (71,37,60). Sum of RGB (Red+Green+Blue) = 71+37+60=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253C is #B8DAC3. Grayscale: #313131. Windows color (decimal): -12114628 or 3941703. OLE color: 3941703.
HSL color Cylindrical-coordinate representation of color #47253C: hue angle of 319.41º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47253C is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 37 | 60 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.72 |
| HSL | 319.41º | 0.31% | 0.21% | - |
| HSV(B) | 319.41º | 0.48% | 0.28% | - |
| XYZ | 4.08 | 2.99 | 4.64 | - |
| YUV | 49.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 60 | 0 | 0.48 | 0.15 | 0.72 | 319.41 | 0.31 | 0.21 |
| Hex | 47 | 25 | 3C | 0 | 30 | F | 48 | 13F | 1F | 15 |
| Octal | 107 | 45 | 74 | 0 | 60 | 17 | 110 | 477 | 37 | 25 |
| Binary | 1000111 | 100101 | 111100 | 0 | 110000 | 1111 | 1001000 | 100111111 | 11111 | 10101 |
Color Harmonies of #47253C
Complementary color
Monochromatic Colors of #47253C
Black with #47253C
Text Example
Text Example
White with #47253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47253C; }
p { color: rgb(71,37,60); }
H1.HeaderClassName
{
color: #47253C;
}
.AnyTagClassName
{
color: #47253C;
}
</style>
background-color css
<style>
a { background-color: #47253C; }
a { background-color: rgb(71,37,60); }
div.DivClassName
{
background-color: #47253C;
}
.BgClassName
{
background-color: #47253C;
}
</style>
border-color css
<style>
span { border-color: #47253C; }
span { border-color: rgb(71,37,60); }
td.TdClassName
{
border-color: #47253C;
}
.TagClassName
{
border-color: #47253C;
}
</style>