Shades of Voodoo #422E3B
Tints of Voodoo #422E3B
RGB
CMYK
RGB Variations
Color information
#422E3B (or 0x422E3B) is known color: Voodoo. HEX triplet: 42, 2E and 3B. RGB value is (66,46,59). Sum of RGB (Red+Green+Blue) = 66+46+59=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #422E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E3B is #BDD1C4. Grayscale: #353535. Windows color (decimal): -12440005 or 3878466. OLE color: 3878466.
HSL color Cylindrical-coordinate representation of color #422E3B: hue angle of 321º 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 #422E3B is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 59 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.74 |
| HSL | 321º | 0.18% | 0.22% | - |
| HSV(B) | 321º | 0.3% | 0.26% | - |
| XYZ | 4.01 | 3.43 | 4.59 | - |
| YUV | 53.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 59 | 0 | 0.30 | 0.11 | 0.74 | 321 | 0.18 | 0.22 |
| Hex | 42 | 2E | 3B | 0 | 1E | B | 4A | 141 | 12 | 16 |
| Octal | 102 | 56 | 73 | 0 | 36 | 13 | 112 | 501 | 22 | 26 |
| Binary | 1000010 | 101110 | 111011 | 0 | 11110 | 1011 | 1001010 | 101000001 | 10010 | 10110 |
Color Harmonies of #422E3B
Complementary color
Monochromatic Colors of #422E3B
Black with #422E3B
Text Example
Text Example
White with #422E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E3B; }
p { color: rgb(66,46,59); }
H1.HeaderClassName
{
color: #422E3B;
}
.AnyTagClassName
{
color: #422E3B;
}
</style>
background-color css
<style>
a { background-color: #422E3B; }
a { background-color: rgb(66,46,59); }
div.DivClassName
{
background-color: #422E3B;
}
.BgClassName
{
background-color: #422E3B;
}
</style>
border-color css
<style>
span { border-color: #422E3B; }
span { border-color: rgb(66,46,59); }
td.TdClassName
{
border-color: #422E3B;
}
.TagClassName
{
border-color: #422E3B;
}
</style>