Shades of Voodoo #46183D
Tints of Voodoo #46183D
RGB
CMYK
RGB Variations
Color information
#46183D (or 0x46183D) is known color: Voodoo. HEX triplet: 46, 18 and 3D. RGB value is (70,24,61). Sum of RGB (Red+Green+Blue) = 70+24+61=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46183D is #B9E7C2. Grayscale: #292929. Windows color (decimal): -12183491 or 4003910. OLE color: 4003910.
HSL color Cylindrical-coordinate representation of color #46183D: hue angle of 311.74º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46183D is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 61 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.73 |
| HSL | 311.74º | 0.49% | 0.18% | - |
| HSV(B) | 311.74º | 0.66% | 0.27% | - |
| XYZ | 3.69 | 2.29 | 4.66 | - |
| YUV | 41.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 61 | 0 | 0.66 | 0.13 | 0.73 | 311.74 | 0.49 | 0.18 |
| Hex | 46 | 18 | 3D | 0 | 42 | D | 49 | 138 | 31 | 12 |
| Octal | 106 | 30 | 75 | 0 | 102 | 15 | 111 | 470 | 61 | 22 |
| Binary | 1000110 | 11000 | 111101 | 0 | 1000010 | 1101 | 1001001 | 100111000 | 110001 | 10010 |
Color Harmonies of #46183D
Complementary color
Monochromatic Colors of #46183D
Black with #46183D
Text Example
Text Example
White with #46183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46183D; }
p { color: rgb(70,24,61); }
H1.HeaderClassName
{
color: #46183D;
}
.AnyTagClassName
{
color: #46183D;
}
</style>
background-color css
<style>
a { background-color: #46183D; }
a { background-color: rgb(70,24,61); }
div.DivClassName
{
background-color: #46183D;
}
.BgClassName
{
background-color: #46183D;
}
</style>
border-color css
<style>
span { border-color: #46183D; }
span { border-color: rgb(70,24,61); }
td.TdClassName
{
border-color: #46183D;
}
.TagClassName
{
border-color: #46183D;
}
</style>