Shades of Voodoo #46233E
Tints of Voodoo #46233E
RGB
CMYK
RGB Variations
Color information
#46233E (or 0x46233E) is known color: Voodoo. HEX triplet: 46, 23 and 3E. RGB value is (70,35,62). Sum of RGB (Red+Green+Blue) = 70+35+62=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46233E is #B9DCC1. Grayscale: #303030. Windows color (decimal): -12180674 or 4072262. OLE color: 4072262.
HSL color Cylindrical-coordinate representation of color #46233E: hue angle of 313.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46233E is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 62 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.73 |
| HSL | 313.71º | 0.33% | 0.21% | - |
| HSV(B) | 313.71º | 0.5% | 0.27% | - |
| XYZ | 4 | 2.85 | 4.9 | - |
| YUV | 48.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 62 | 0 | 0.5 | 0.11 | 0.73 | 313.71 | 0.33 | 0.21 |
| Hex | 46 | 23 | 3E | 0 | 32 | B | 49 | 13A | 21 | 15 |
| Octal | 106 | 43 | 76 | 0 | 62 | 13 | 111 | 472 | 41 | 25 |
| Binary | 1000110 | 100011 | 111110 | 0 | 110010 | 1011 | 1001001 | 100111010 | 100001 | 10101 |
Color Harmonies of #46233E
Complementary color
Monochromatic Colors of #46233E
Black with #46233E
Text Example
Text Example
White with #46233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46233E; }
p { color: rgb(70,35,62); }
H1.HeaderClassName
{
color: #46233E;
}
.AnyTagClassName
{
color: #46233E;
}
</style>
background-color css
<style>
a { background-color: #46233E; }
a { background-color: rgb(70,35,62); }
div.DivClassName
{
background-color: #46233E;
}
.BgClassName
{
background-color: #46233E;
}
</style>
border-color css
<style>
span { border-color: #46233E; }
span { border-color: rgb(70,35,62); }
td.TdClassName
{
border-color: #46233E;
}
.TagClassName
{
border-color: #46233E;
}
</style>