Shades of Voodoo #46273C
Tints of Voodoo #46273C
RGB
CMYK
RGB Variations
Color information
#46273C (or 0x46273C) is known color: Voodoo. HEX triplet: 46, 27 and 3C. RGB value is (70,39,60). Sum of RGB (Red+Green+Blue) = 70+39+60=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46273C is #B9D8C3. Grayscale: #323232. Windows color (decimal): -12179652 or 3942214. OLE color: 3942214.
HSL color Cylindrical-coordinate representation of color #46273C: hue angle of 319.35º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46273C is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 60 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.73 |
| HSL | 319.35º | 0.28% | 0.21% | - |
| HSV(B) | 319.35º | 0.44% | 0.27% | - |
| XYZ | 4.07 | 3.08 | 4.65 | - |
| YUV | 50.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 60 | 0 | 0.44 | 0.14 | 0.73 | 319.35 | 0.28 | 0.21 |
| Hex | 46 | 27 | 3C | 0 | 2C | E | 49 | 13F | 1C | 15 |
| Octal | 106 | 47 | 74 | 0 | 54 | 16 | 111 | 477 | 34 | 25 |
| Binary | 1000110 | 100111 | 111100 | 0 | 101100 | 1110 | 1001001 | 100111111 | 11100 | 10101 |
Color Harmonies of #46273C
Complementary color
Monochromatic Colors of #46273C
Black with #46273C
Text Example
Text Example
White with #46273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46273C; }
p { color: rgb(70,39,60); }
H1.HeaderClassName
{
color: #46273C;
}
.AnyTagClassName
{
color: #46273C;
}
</style>
background-color css
<style>
a { background-color: #46273C; }
a { background-color: rgb(70,39,60); }
div.DivClassName
{
background-color: #46273C;
}
.BgClassName
{
background-color: #46273C;
}
</style>
border-color css
<style>
span { border-color: #46273C; }
span { border-color: rgb(70,39,60); }
td.TdClassName
{
border-color: #46273C;
}
.TagClassName
{
border-color: #46273C;
}
</style>