Shades of Voodoo #462E3E
Tints of Voodoo #462E3E
RGB
CMYK
RGB Variations
Color information
#462E3E (or 0x462E3E) is known color: Voodoo. HEX triplet: 46, 2E and 3E. RGB value is (70,46,62). Sum of RGB (Red+Green+Blue) = 70+46+62=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #462E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E3E is #B9D1C1. Grayscale: #363636. Windows color (decimal): -12177858 or 4075078. OLE color: 4075078.
HSL color Cylindrical-coordinate representation of color #462E3E: hue angle of 320º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #462E3E is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 62 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.73 |
| HSL | 320º | 0.21% | 0.23% | - |
| HSV(B) | 320º | 0.34% | 0.27% | - |
| XYZ | 4.37 | 3.6 | 5.02 | - |
| YUV | 55 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 62 | 0 | 0.34 | 0.11 | 0.73 | 320 | 0.21 | 0.23 |
| Hex | 46 | 2E | 3E | 0 | 22 | B | 49 | 140 | 15 | 17 |
| Octal | 106 | 56 | 76 | 0 | 42 | 13 | 111 | 500 | 25 | 27 |
| Binary | 1000110 | 101110 | 111110 | 0 | 100010 | 1011 | 1001001 | 101000000 | 10101 | 10111 |
Color Harmonies of #462E3E
Complementary color
Monochromatic Colors of #462E3E
Black with #462E3E
Text Example
Text Example
White with #462E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E3E; }
p { color: rgb(70,46,62); }
H1.HeaderClassName
{
color: #462E3E;
}
.AnyTagClassName
{
color: #462E3E;
}
</style>
background-color css
<style>
a { background-color: #462E3E; }
a { background-color: rgb(70,46,62); }
div.DivClassName
{
background-color: #462E3E;
}
.BgClassName
{
background-color: #462E3E;
}
</style>
border-color css
<style>
span { border-color: #462E3E; }
span { border-color: rgb(70,46,62); }
td.TdClassName
{
border-color: #462E3E;
}
.TagClassName
{
border-color: #462E3E;
}
</style>