Shades of Voodoo #422E3C
Tints of Voodoo #422E3C
RGB
CMYK
RGB Variations
Color information
#422E3C (or 0x422E3C) is known color: Voodoo. HEX triplet: 42, 2E and 3C. RGB value is (66,46,60). Sum of RGB (Red+Green+Blue) = 66+46+60=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E3C is #BDD1C3. Grayscale: #353535. Windows color (decimal): -12440004 or 3944002. OLE color: 3944002.
HSL color Cylindrical-coordinate representation of color #422E3C: hue angle of 318º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422E3C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 60 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.74 |
| HSL | 318º | 0.18% | 0.22% | - |
| HSV(B) | 318º | 0.3% | 0.26% | - |
| XYZ | 4.04 | 3.44 | 4.73 | - |
| YUV | 53.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 60 | 0 | 0.30 | 0.09 | 0.74 | 318 | 0.18 | 0.22 |
| Hex | 42 | 2E | 3C | 0 | 1E | 9 | 4A | 13E | 12 | 16 |
| Octal | 102 | 56 | 74 | 0 | 36 | 11 | 112 | 476 | 22 | 26 |
| Binary | 1000010 | 101110 | 111100 | 0 | 11110 | 1001 | 1001010 | 100111110 | 10010 | 10110 |
Color Harmonies of #422E3C
Complementary color
Monochromatic Colors of #422E3C
Black with #422E3C
Text Example
Text Example
White with #422E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E3C; }
p { color: rgb(66,46,60); }
H1.HeaderClassName
{
color: #422E3C;
}
.AnyTagClassName
{
color: #422E3C;
}
</style>
background-color css
<style>
a { background-color: #422E3C; }
a { background-color: rgb(66,46,60); }
div.DivClassName
{
background-color: #422E3C;
}
.BgClassName
{
background-color: #422E3C;
}
</style>
border-color css
<style>
span { border-color: #422E3C; }
span { border-color: rgb(66,46,60); }
td.TdClassName
{
border-color: #422E3C;
}
.TagClassName
{
border-color: #422E3C;
}
</style>