Shades of Voodoo #461C40
Tints of Voodoo #461C40
RGB
CMYK
RGB Variations
Color information
#461C40 (or 0x461C40) is known color: Voodoo. HEX triplet: 46, 1C and 40. RGB value is (70,28,64). Sum of RGB (Red+Green+Blue) = 70+28+64=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #461C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C40 is #B9E3BF. Grayscale: #2C2C2C. Windows color (decimal): -12182464 or 4201542. OLE color: 4201542.
HSL color Cylindrical-coordinate representation of color #461C40: hue angle of 308.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C40 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 64 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.73 |
| HSL | 308.57º | 0.43% | 0.19% | - |
| HSV(B) | 308.57º | 0.6% | 0.27% | - |
| XYZ | 3.87 | 2.5 | 5.13 | - |
| YUV | 44.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 64 | 0 | 0.60 | 0.09 | 0.73 | 308.57 | 0.43 | 0.19 |
| Hex | 46 | 1C | 40 | 0 | 3C | 9 | 49 | 135 | 2B | 13 |
| Octal | 106 | 34 | 100 | 0 | 74 | 11 | 111 | 465 | 53 | 23 |
| Binary | 1000110 | 11100 | 1000000 | 0 | 111100 | 1001 | 1001001 | 100110101 | 101011 | 10011 |
Color Harmonies of #461C40
Complementary color
Monochromatic Colors of #461C40
Black with #461C40
Text Example
Text Example
White with #461C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C40; }
p { color: rgb(70,28,64); }
H1.HeaderClassName
{
color: #461C40;
}
.AnyTagClassName
{
color: #461C40;
}
</style>
background-color css
<style>
a { background-color: #461C40; }
a { background-color: rgb(70,28,64); }
div.DivClassName
{
background-color: #461C40;
}
.BgClassName
{
background-color: #461C40;
}
</style>
border-color css
<style>
span { border-color: #461C40; }
span { border-color: rgb(70,28,64); }
td.TdClassName
{
border-color: #461C40;
}
.TagClassName
{
border-color: #461C40;
}
</style>