Shades of Voodoo #46203D
Tints of Voodoo #46203D
RGB
CMYK
RGB Variations
Color information
#46203D (or 0x46203D) is known color: Voodoo. HEX triplet: 46, 20 and 3D. RGB value is (70,32,61). Sum of RGB (Red+Green+Blue) = 70+32+61=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #46203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46203D is #B9DFC2. Grayscale: #2E2E2E. Windows color (decimal): -12181443 or 4005958. OLE color: 4005958.
HSL color Cylindrical-coordinate representation of color #46203D: hue angle of 314.21º 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 #46203D is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 61 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.73 |
| HSL | 314.21º | 0.37% | 0.2% | - |
| HSV(B) | 314.21º | 0.54% | 0.27% | - |
| XYZ | 3.88 | 2.67 | 4.73 | - |
| YUV | 46.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 61 | 0 | 0.54 | 0.13 | 0.73 | 314.21 | 0.37 | 0.2 |
| Hex | 46 | 20 | 3D | 0 | 36 | D | 49 | 13A | 25 | 14 |
| Octal | 106 | 40 | 75 | 0 | 66 | 15 | 111 | 472 | 45 | 24 |
| Binary | 1000110 | 100000 | 111101 | 0 | 110110 | 1101 | 1001001 | 100111010 | 100101 | 10100 |
Color Harmonies of #46203D
Complementary color
Monochromatic Colors of #46203D
Black with #46203D
Text Example
Text Example
White with #46203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46203D; }
p { color: rgb(70,32,61); }
H1.HeaderClassName
{
color: #46203D;
}
.AnyTagClassName
{
color: #46203D;
}
</style>
background-color css
<style>
a { background-color: #46203D; }
a { background-color: rgb(70,32,61); }
div.DivClassName
{
background-color: #46203D;
}
.BgClassName
{
background-color: #46203D;
}
</style>
border-color css
<style>
span { border-color: #46203D; }
span { border-color: rgb(70,32,61); }
td.TdClassName
{
border-color: #46203D;
}
.TagClassName
{
border-color: #46203D;
}
</style>