Shades of Voodoo #46293E
Tints of Voodoo #46293E
RGB
CMYK
RGB Variations
Color information
#46293E (or 0x46293E) is known color: Voodoo. HEX triplet: 46, 29 and 3E. RGB value is (70,41,62). Sum of RGB (Red+Green+Blue) = 70+41+62=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #46293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46293E is #B9D6C1. Grayscale: #343434. Windows color (decimal): -12179138 or 4073798. OLE color: 4073798.
HSL color Cylindrical-coordinate representation of color #46293E: hue angle of 316.55º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46293E is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 41 | 62 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.73 |
| HSL | 316.55º | 0.26% | 0.22% | - |
| HSV(B) | 316.55º | 0.41% | 0.27% | - |
| XYZ | 4.19 | 3.24 | 4.96 | - |
| YUV | 52.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 62 | 0 | 0.41 | 0.11 | 0.73 | 316.55 | 0.26 | 0.22 |
| Hex | 46 | 29 | 3E | 0 | 29 | B | 49 | 13D | 1A | 16 |
| Octal | 106 | 51 | 76 | 0 | 51 | 13 | 111 | 475 | 32 | 26 |
| Binary | 1000110 | 101001 | 111110 | 0 | 101001 | 1011 | 1001001 | 100111101 | 11010 | 10110 |
Color Harmonies of #46293E
Complementary color
Monochromatic Colors of #46293E
Black with #46293E
Text Example
Text Example
White with #46293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46293E; }
p { color: rgb(70,41,62); }
H1.HeaderClassName
{
color: #46293E;
}
.AnyTagClassName
{
color: #46293E;
}
</style>
background-color css
<style>
a { background-color: #46293E; }
a { background-color: rgb(70,41,62); }
div.DivClassName
{
background-color: #46293E;
}
.BgClassName
{
background-color: #46293E;
}
</style>
border-color css
<style>
span { border-color: #46293E; }
span { border-color: rgb(70,41,62); }
td.TdClassName
{
border-color: #46293E;
}
.TagClassName
{
border-color: #46293E;
}
</style>