Shades of Voodoo #462040
Tints of Voodoo #462040
RGB
CMYK
RGB Variations
Color information
#462040 (or 0x462040) is known color: Voodoo. HEX triplet: 46, 20 and 40. RGB value is (70,32,64). Sum of RGB (Red+Green+Blue) = 70+32+64=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462040 is #B9DFBF. Grayscale: #2E2E2E. Windows color (decimal): -12181440 or 4202566. OLE color: 4202566.
HSL color Cylindrical-coordinate representation of color #462040: hue angle of 309.47º 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 #462040 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 64 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.73 |
| HSL | 309.47º | 0.37% | 0.2% | - |
| HSV(B) | 309.47º | 0.54% | 0.27% | - |
| XYZ | 3.97 | 2.71 | 5.16 | - |
| YUV | 47.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 64 | 0 | 0.54 | 0.09 | 0.73 | 309.47 | 0.37 | 0.2 |
| Hex | 46 | 20 | 40 | 0 | 36 | 9 | 49 | 135 | 25 | 14 |
| Octal | 106 | 40 | 100 | 0 | 66 | 11 | 111 | 465 | 45 | 24 |
| Binary | 1000110 | 100000 | 1000000 | 0 | 110110 | 1001 | 1001001 | 100110101 | 100101 | 10100 |
Color Harmonies of #462040
Complementary color
Monochromatic Colors of #462040
Black with #462040
Text Example
Text Example
White with #462040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462040; }
p { color: rgb(70,32,64); }
H1.HeaderClassName
{
color: #462040;
}
.AnyTagClassName
{
color: #462040;
}
</style>
background-color css
<style>
a { background-color: #462040; }
a { background-color: rgb(70,32,64); }
div.DivClassName
{
background-color: #462040;
}
.BgClassName
{
background-color: #462040;
}
</style>
border-color css
<style>
span { border-color: #462040; }
span { border-color: rgb(70,32,64); }
td.TdClassName
{
border-color: #462040;
}
.TagClassName
{
border-color: #462040;
}
</style>