Shades of Voodoo #46253E
Tints of Voodoo #46253E
RGB
CMYK
RGB Variations
Color information
#46253E (or 0x46253E) is known color: Voodoo. HEX triplet: 46, 25 and 3E. RGB value is (70,37,62). Sum of RGB (Red+Green+Blue) = 70+37+62=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46253E is #B9DAC1. Grayscale: #313131. Windows color (decimal): -12180162 or 4072774. OLE color: 4072774.
HSL color Cylindrical-coordinate representation of color #46253E: hue angle of 314.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46253E is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 37 | 62 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.73 |
| HSL | 314.55º | 0.31% | 0.21% | - |
| HSV(B) | 314.55º | 0.47% | 0.27% | - |
| XYZ | 4.06 | 2.97 | 4.92 | - |
| YUV | 49.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 62 | 0 | 0.47 | 0.11 | 0.73 | 314.55 | 0.31 | 0.21 |
| Hex | 46 | 25 | 3E | 0 | 2F | B | 49 | 13B | 1F | 15 |
| Octal | 106 | 45 | 76 | 0 | 57 | 13 | 111 | 473 | 37 | 25 |
| Binary | 1000110 | 100101 | 111110 | 0 | 101111 | 1011 | 1001001 | 100111011 | 11111 | 10101 |
Color Harmonies of #46253E
Complementary color
Monochromatic Colors of #46253E
Black with #46253E
Text Example
Text Example
White with #46253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46253E; }
p { color: rgb(70,37,62); }
H1.HeaderClassName
{
color: #46253E;
}
.AnyTagClassName
{
color: #46253E;
}
</style>
background-color css
<style>
a { background-color: #46253E; }
a { background-color: rgb(70,37,62); }
div.DivClassName
{
background-color: #46253E;
}
.BgClassName
{
background-color: #46253E;
}
</style>
border-color css
<style>
span { border-color: #46253E; }
span { border-color: rgb(70,37,62); }
td.TdClassName
{
border-color: #46253E;
}
.TagClassName
{
border-color: #46253E;
}
</style>