Shades of Voodoo #46233D
Tints of Voodoo #46233D
RGB
CMYK
RGB Variations
Color information
#46233D (or 0x46233D) is known color: Voodoo. HEX triplet: 46, 23 and 3D. RGB value is (70,35,61). Sum of RGB (Red+Green+Blue) = 70+35+61=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46233D is #B9DCC2. Grayscale: #303030. Windows color (decimal): -12180675 or 4006726. OLE color: 4006726.
HSL color Cylindrical-coordinate representation of color #46233D: hue angle of 315.43º 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 #46233D is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 61 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.73 |
| HSL | 315.43º | 0.33% | 0.21% | - |
| HSV(B) | 315.43º | 0.5% | 0.27% | - |
| XYZ | 3.97 | 2.84 | 4.75 | - |
| YUV | 48.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 61 | 0 | 0.5 | 0.13 | 0.73 | 315.43 | 0.33 | 0.21 |
| Hex | 46 | 23 | 3D | 0 | 32 | D | 49 | 13B | 21 | 15 |
| Octal | 106 | 43 | 75 | 0 | 62 | 15 | 111 | 473 | 41 | 25 |
| Binary | 1000110 | 100011 | 111101 | 0 | 110010 | 1101 | 1001001 | 100111011 | 100001 | 10101 |
Color Harmonies of #46233D
Complementary color
Monochromatic Colors of #46233D
Black with #46233D
Text Example
Text Example
White with #46233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46233D; }
p { color: rgb(70,35,61); }
H1.HeaderClassName
{
color: #46233D;
}
.AnyTagClassName
{
color: #46233D;
}
</style>
background-color css
<style>
a { background-color: #46233D; }
a { background-color: rgb(70,35,61); }
div.DivClassName
{
background-color: #46233D;
}
.BgClassName
{
background-color: #46233D;
}
</style>
border-color css
<style>
span { border-color: #46233D; }
span { border-color: rgb(70,35,61); }
td.TdClassName
{
border-color: #46233D;
}
.TagClassName
{
border-color: #46233D;
}
</style>