Shades of Voodoo #46203C
Tints of Voodoo #46203C
RGB
CMYK
RGB Variations
Color information
#46203C (or 0x46203C) is known color: Voodoo. HEX triplet: 46, 20 and 3C. RGB value is (70,32,60). Sum of RGB (Red+Green+Blue) = 70+32+60=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46203C is #B9DFC3. Grayscale: #2E2E2E. Windows color (decimal): -12181444 or 3940422. OLE color: 3940422.
HSL color Cylindrical-coordinate representation of color #46203C: hue angle of 315.79º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46203C is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 60 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.73 |
| HSL | 315.79º | 0.37% | 0.2% | - |
| HSV(B) | 315.79º | 0.54% | 0.27% | - |
| XYZ | 3.86 | 2.66 | 4.59 | - |
| YUV | 46.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 60 | 0 | 0.54 | 0.14 | 0.73 | 315.79 | 0.37 | 0.2 |
| Hex | 46 | 20 | 3C | 0 | 36 | E | 49 | 13C | 25 | 14 |
| Octal | 106 | 40 | 74 | 0 | 66 | 16 | 111 | 474 | 45 | 24 |
| Binary | 1000110 | 100000 | 111100 | 0 | 110110 | 1110 | 1001001 | 100111100 | 100101 | 10100 |
Color Harmonies of #46203C
Complementary color
Monochromatic Colors of #46203C
Black with #46203C
Text Example
Text Example
White with #46203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46203C; }
p { color: rgb(70,32,60); }
H1.HeaderClassName
{
color: #46203C;
}
.AnyTagClassName
{
color: #46203C;
}
</style>
background-color css
<style>
a { background-color: #46203C; }
a { background-color: rgb(70,32,60); }
div.DivClassName
{
background-color: #46203C;
}
.BgClassName
{
background-color: #46203C;
}
</style>
border-color css
<style>
span { border-color: #46203C; }
span { border-color: rgb(70,32,60); }
td.TdClassName
{
border-color: #46203C;
}
.TagClassName
{
border-color: #46203C;
}
</style>