Shades of Voodoo #47243D
Tints of Voodoo #47243D
RGB
CMYK
RGB Variations
Color information
#47243D (or 0x47243D) is known color: Voodoo. HEX triplet: 47, 24 and 3D. RGB value is (71,36,61). Sum of RGB (Red+Green+Blue) = 71+36+61=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47243D is #B8DBC2. Grayscale: #313131. Windows color (decimal): -12114883 or 4006983. OLE color: 4006983.
HSL color Cylindrical-coordinate representation of color #47243D: hue angle of 317.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47243D is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 61 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.72 |
| HSL | 317.14º | 0.33% | 0.21% | - |
| HSV(B) | 317.14º | 0.49% | 0.28% | - |
| XYZ | 4.07 | 2.94 | 4.77 | - |
| YUV | 49.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 61 | 0 | 0.49 | 0.14 | 0.72 | 317.14 | 0.33 | 0.21 |
| Hex | 47 | 24 | 3D | 0 | 31 | E | 48 | 13D | 21 | 15 |
| Octal | 107 | 44 | 75 | 0 | 61 | 16 | 110 | 475 | 41 | 25 |
| Binary | 1000111 | 100100 | 111101 | 0 | 110001 | 1110 | 1001000 | 100111101 | 100001 | 10101 |
Color Harmonies of #47243D
Complementary color
Monochromatic Colors of #47243D
Black with #47243D
Text Example
Text Example
White with #47243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47243D; }
p { color: rgb(71,36,61); }
H1.HeaderClassName
{
color: #47243D;
}
.AnyTagClassName
{
color: #47243D;
}
</style>
background-color css
<style>
a { background-color: #47243D; }
a { background-color: rgb(71,36,61); }
div.DivClassName
{
background-color: #47243D;
}
.BgClassName
{
background-color: #47243D;
}
</style>
border-color css
<style>
span { border-color: #47243D; }
span { border-color: rgb(71,36,61); }
td.TdClassName
{
border-color: #47243D;
}
.TagClassName
{
border-color: #47243D;
}
</style>