Shades of Voodoo #46203E
Tints of Voodoo #46203E
RGB
CMYK
RGB Variations
Color information
#46203E (or 0x46203E) is known color: Voodoo. HEX triplet: 46, 20 and 3E. RGB value is (70,32,62). Sum of RGB (Red+Green+Blue) = 70+32+62=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #46203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46203E is #B9DFC1. Grayscale: #2E2E2E. Windows color (decimal): -12181442 or 4071494. OLE color: 4071494.
HSL color Cylindrical-coordinate representation of color #46203E: hue angle of 312.63º 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 #46203E is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 62 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.73 |
| HSL | 312.63º | 0.37% | 0.2% | - |
| HSV(B) | 312.63º | 0.54% | 0.27% | - |
| XYZ | 3.91 | 2.68 | 4.87 | - |
| YUV | 46.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 62 | 0 | 0.54 | 0.11 | 0.73 | 312.63 | 0.37 | 0.2 |
| Hex | 46 | 20 | 3E | 0 | 36 | B | 49 | 139 | 25 | 14 |
| Octal | 106 | 40 | 76 | 0 | 66 | 13 | 111 | 471 | 45 | 24 |
| Binary | 1000110 | 100000 | 111110 | 0 | 110110 | 1011 | 1001001 | 100111001 | 100101 | 10100 |
Color Harmonies of #46203E
Complementary color
Monochromatic Colors of #46203E
Black with #46203E
Text Example
Text Example
White with #46203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46203E; }
p { color: rgb(70,32,62); }
H1.HeaderClassName
{
color: #46203E;
}
.AnyTagClassName
{
color: #46203E;
}
</style>
background-color css
<style>
a { background-color: #46203E; }
a { background-color: rgb(70,32,62); }
div.DivClassName
{
background-color: #46203E;
}
.BgClassName
{
background-color: #46203E;
}
</style>
border-color css
<style>
span { border-color: #46203E; }
span { border-color: rgb(70,32,62); }
td.TdClassName
{
border-color: #46203E;
}
.TagClassName
{
border-color: #46203E;
}
</style>