Shades of Voodoo #462A3E
Tints of Voodoo #462A3E
RGB
CMYK
RGB Variations
Color information
#462A3E (or 0x462A3E) is known color: Voodoo. HEX triplet: 46, 2A and 3E. RGB value is (70,42,62). Sum of RGB (Red+Green+Blue) = 70+42+62=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #462A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A3E is #B9D5C1. Grayscale: #343434. Windows color (decimal): -12178882 or 4074054. OLE color: 4074054.
HSL color Cylindrical-coordinate representation of color #462A3E: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462A3E is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 62 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.73 |
| HSL | 317.14º | 0.25% | 0.22% | - |
| HSV(B) | 317.14º | 0.4% | 0.27% | - |
| XYZ | 4.22 | 3.31 | 4.97 | - |
| YUV | 52.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 62 | 0 | 0.40 | 0.11 | 0.73 | 317.14 | 0.25 | 0.22 |
| Hex | 46 | 2A | 3E | 0 | 28 | B | 49 | 13D | 19 | 16 |
| Octal | 106 | 52 | 76 | 0 | 50 | 13 | 111 | 475 | 31 | 26 |
| Binary | 1000110 | 101010 | 111110 | 0 | 101000 | 1011 | 1001001 | 100111101 | 11001 | 10110 |
Color Harmonies of #462A3E
Complementary color
Monochromatic Colors of #462A3E
Black with #462A3E
Text Example
Text Example
White with #462A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A3E; }
p { color: rgb(70,42,62); }
H1.HeaderClassName
{
color: #462A3E;
}
.AnyTagClassName
{
color: #462A3E;
}
</style>
background-color css
<style>
a { background-color: #462A3E; }
a { background-color: rgb(70,42,62); }
div.DivClassName
{
background-color: #462A3E;
}
.BgClassName
{
background-color: #462A3E;
}
</style>
border-color css
<style>
span { border-color: #462A3E; }
span { border-color: rgb(70,42,62); }
td.TdClassName
{
border-color: #462A3E;
}
.TagClassName
{
border-color: #462A3E;
}
</style>