Shades of Voodoo #47263C
Tints of Voodoo #47263C
RGB
CMYK
RGB Variations
Color information
#47263C (or 0x47263C) is known color: Voodoo. HEX triplet: 47, 26 and 3C. RGB value is (71,38,60). Sum of RGB (Red+Green+Blue) = 71+38+60=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47263C is #B8D9C3. Grayscale: #323232. Windows color (decimal): -12114372 or 3941959. OLE color: 3941959.
HSL color Cylindrical-coordinate representation of color #47263C: hue angle of 320º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47263C is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 38 | 60 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.72 |
| HSL | 320º | 0.3% | 0.21% | - |
| HSV(B) | 320º | 0.46% | 0.28% | - |
| XYZ | 4.11 | 3.05 | 4.65 | - |
| YUV | 50.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 60 | 0 | 0.46 | 0.15 | 0.72 | 320 | 0.3 | 0.21 |
| Hex | 47 | 26 | 3C | 0 | 2E | F | 48 | 140 | 1E | 15 |
| Octal | 107 | 46 | 74 | 0 | 56 | 17 | 110 | 500 | 36 | 25 |
| Binary | 1000111 | 100110 | 111100 | 0 | 101110 | 1111 | 1001000 | 101000000 | 11110 | 10101 |
Color Harmonies of #47263C
Complementary color
Monochromatic Colors of #47263C
Black with #47263C
Text Example
Text Example
White with #47263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47263C; }
p { color: rgb(71,38,60); }
H1.HeaderClassName
{
color: #47263C;
}
.AnyTagClassName
{
color: #47263C;
}
</style>
background-color css
<style>
a { background-color: #47263C; }
a { background-color: rgb(71,38,60); }
div.DivClassName
{
background-color: #47263C;
}
.BgClassName
{
background-color: #47263C;
}
</style>
border-color css
<style>
span { border-color: #47263C; }
span { border-color: rgb(71,38,60); }
td.TdClassName
{
border-color: #47263C;
}
.TagClassName
{
border-color: #47263C;
}
</style>