Shades of Voodoo #46253C
Tints of Voodoo #46253C
RGB
CMYK
RGB Variations
Color information
#46253C (or 0x46253C) is known color: Voodoo. HEX triplet: 46, 25 and 3C. RGB value is (70,37,60). Sum of RGB (Red+Green+Blue) = 70+37+60=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46253C is #B9DAC3. Grayscale: #313131. Windows color (decimal): -12180164 or 3941702. OLE color: 3941702.
HSL color Cylindrical-coordinate representation of color #46253C: hue angle of 318.18º 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 #46253C is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 37 | 60 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.73 |
| HSL | 318.18º | 0.31% | 0.21% | - |
| HSV(B) | 318.18º | 0.47% | 0.27% | - |
| XYZ | 4 | 2.95 | 4.63 | - |
| YUV | 49.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 60 | 0 | 0.47 | 0.14 | 0.73 | 318.18 | 0.31 | 0.21 |
| Hex | 46 | 25 | 3C | 0 | 2F | E | 49 | 13E | 1F | 15 |
| Octal | 106 | 45 | 74 | 0 | 57 | 16 | 111 | 476 | 37 | 25 |
| Binary | 1000110 | 100101 | 111100 | 0 | 101111 | 1110 | 1001001 | 100111110 | 11111 | 10101 |
Color Harmonies of #46253C
Complementary color
Monochromatic Colors of #46253C
Black with #46253C
Text Example
Text Example
White with #46253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46253C; }
p { color: rgb(70,37,60); }
H1.HeaderClassName
{
color: #46253C;
}
.AnyTagClassName
{
color: #46253C;
}
</style>
background-color css
<style>
a { background-color: #46253C; }
a { background-color: rgb(70,37,60); }
div.DivClassName
{
background-color: #46253C;
}
.BgClassName
{
background-color: #46253C;
}
</style>
border-color css
<style>
span { border-color: #46253C; }
span { border-color: rgb(70,37,60); }
td.TdClassName
{
border-color: #46253C;
}
.TagClassName
{
border-color: #46253C;
}
</style>