Shades of Voodoo #461E40
Tints of Voodoo #461E40
RGB
CMYK
RGB Variations
Color information
#461E40 (or 0x461E40) is known color: Voodoo. HEX triplet: 46, 1E and 40. RGB value is (70,30,64). Sum of RGB (Red+Green+Blue) = 70+30+64=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #461E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E40 is #B9E1BF. Grayscale: #2D2D2D. Windows color (decimal): -12181952 or 4202054. OLE color: 4202054.
HSL color Cylindrical-coordinate representation of color #461E40: hue angle of 309º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E40 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 64 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.73 |
| HSL | 309º | 0.4% | 0.2% | - |
| HSV(B) | 309º | 0.57% | 0.27% | - |
| XYZ | 3.92 | 2.6 | 5.15 | - |
| YUV | 45.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 64 | 0 | 0.57 | 0.09 | 0.73 | 309 | 0.4 | 0.2 |
| Hex | 46 | 1E | 40 | 0 | 39 | 9 | 49 | 135 | 28 | 14 |
| Octal | 106 | 36 | 100 | 0 | 71 | 11 | 111 | 465 | 50 | 24 |
| Binary | 1000110 | 11110 | 1000000 | 0 | 111001 | 1001 | 1001001 | 100110101 | 101000 | 10100 |
Color Harmonies of #461E40
Complementary color
Monochromatic Colors of #461E40
Black with #461E40
Text Example
Text Example
White with #461E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E40; }
p { color: rgb(70,30,64); }
H1.HeaderClassName
{
color: #461E40;
}
.AnyTagClassName
{
color: #461E40;
}
</style>
background-color css
<style>
a { background-color: #461E40; }
a { background-color: rgb(70,30,64); }
div.DivClassName
{
background-color: #461E40;
}
.BgClassName
{
background-color: #461E40;
}
</style>
border-color css
<style>
span { border-color: #461E40; }
span { border-color: rgb(70,30,64); }
td.TdClassName
{
border-color: #461E40;
}
.TagClassName
{
border-color: #461E40;
}
</style>