Shades of Voodoo #46233F
Tints of Voodoo #46233F
RGB
CMYK
RGB Variations
Color information
#46233F (or 0x46233F) is known color: Voodoo. HEX triplet: 46, 23 and 3F. RGB value is (70,35,63). Sum of RGB (Red+Green+Blue) = 70+35+63=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46233F is #B9DCC0. Grayscale: #303030. Windows color (decimal): -12180673 or 4137798. OLE color: 4137798.
HSL color Cylindrical-coordinate representation of color #46233F: hue angle of 312º 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 #46233F is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 63 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.73 |
| HSL | 312º | 0.33% | 0.21% | - |
| HSV(B) | 312º | 0.5% | 0.27% | - |
| XYZ | 4.02 | 2.86 | 5.04 | - |
| YUV | 48.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 63 | 0 | 0.5 | 0.10 | 0.73 | 312 | 0.33 | 0.21 |
| Hex | 46 | 23 | 3F | 0 | 32 | A | 49 | 138 | 21 | 15 |
| Octal | 106 | 43 | 77 | 0 | 62 | 12 | 111 | 470 | 41 | 25 |
| Binary | 1000110 | 100011 | 111111 | 0 | 110010 | 1010 | 1001001 | 100111000 | 100001 | 10101 |
Color Harmonies of #46233F
Complementary color
Monochromatic Colors of #46233F
Black with #46233F
Text Example
Text Example
White with #46233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46233F; }
p { color: rgb(70,35,63); }
H1.HeaderClassName
{
color: #46233F;
}
.AnyTagClassName
{
color: #46233F;
}
</style>
background-color css
<style>
a { background-color: #46233F; }
a { background-color: rgb(70,35,63); }
div.DivClassName
{
background-color: #46233F;
}
.BgClassName
{
background-color: #46233F;
}
</style>
border-color css
<style>
span { border-color: #46233F; }
span { border-color: rgb(70,35,63); }
td.TdClassName
{
border-color: #46233F;
}
.TagClassName
{
border-color: #46233F;
}
</style>