Shades of Voodoo #46213B
Tints of Voodoo #46213B
RGB
CMYK
RGB Variations
Color information
#46213B (or 0x46213B) is known color: Voodoo. HEX triplet: 46, 21 and 3B. RGB value is (70,33,59). Sum of RGB (Red+Green+Blue) = 70+33+59=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46213B is #B9DEC4. Grayscale: #2E2E2E. Windows color (decimal): -12181189 or 3875142. OLE color: 3875142.
HSL color Cylindrical-coordinate representation of color #46213B: hue angle of 317.84º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46213B is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 59 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.73 |
| HSL | 317.84º | 0.36% | 0.2% | - |
| HSV(B) | 317.84º | 0.53% | 0.27% | - |
| XYZ | 3.86 | 2.71 | 4.46 | - |
| YUV | 47.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 59 | 0 | 0.53 | 0.16 | 0.73 | 317.84 | 0.36 | 0.2 |
| Hex | 46 | 21 | 3B | 0 | 35 | 10 | 49 | 13E | 24 | 14 |
| Octal | 106 | 41 | 73 | 0 | 65 | 20 | 111 | 476 | 44 | 24 |
| Binary | 1000110 | 100001 | 111011 | 0 | 110101 | 10000 | 1001001 | 100111110 | 100100 | 10100 |
Color Harmonies of #46213B
Complementary color
Monochromatic Colors of #46213B
Black with #46213B
Text Example
Text Example
White with #46213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46213B; }
p { color: rgb(70,33,59); }
H1.HeaderClassName
{
color: #46213B;
}
.AnyTagClassName
{
color: #46213B;
}
</style>
background-color css
<style>
a { background-color: #46213B; }
a { background-color: rgb(70,33,59); }
div.DivClassName
{
background-color: #46213B;
}
.BgClassName
{
background-color: #46213B;
}
</style>
border-color css
<style>
span { border-color: #46213B; }
span { border-color: rgb(70,33,59); }
td.TdClassName
{
border-color: #46213B;
}
.TagClassName
{
border-color: #46213B;
}
</style>