Shades of Voodoo #422A3A
Tints of Voodoo #422A3A
RGB
CMYK
RGB Variations
Color information
#422A3A (or 0x422A3A) is known color: Voodoo. HEX triplet: 42, 2A and 3A. RGB value is (66,42,58). Sum of RGB (Red+Green+Blue) = 66+42+58=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #422A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A3A is #BDD5C5. Grayscale: #323232. Windows color (decimal): -12441030 or 3811906. OLE color: 3811906.
HSL color Cylindrical-coordinate representation of color #422A3A: hue angle of 320º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A3A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 58 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.74 |
| HSL | 320º | 0.22% | 0.21% | - |
| HSV(B) | 320º | 0.36% | 0.26% | - |
| XYZ | 3.84 | 3.12 | 4.4 | - |
| YUV | 51 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 58 | 0 | 0.36 | 0.12 | 0.74 | 320 | 0.22 | 0.21 |
| Hex | 42 | 2A | 3A | 0 | 24 | C | 4A | 140 | 16 | 15 |
| Octal | 102 | 52 | 72 | 0 | 44 | 14 | 112 | 500 | 26 | 25 |
| Binary | 1000010 | 101010 | 111010 | 0 | 100100 | 1100 | 1001010 | 101000000 | 10110 | 10101 |
Color Harmonies of #422A3A
Complementary color
Monochromatic Colors of #422A3A
Black with #422A3A
Text Example
Text Example
White with #422A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A3A; }
p { color: rgb(66,42,58); }
H1.HeaderClassName
{
color: #422A3A;
}
.AnyTagClassName
{
color: #422A3A;
}
</style>
background-color css
<style>
a { background-color: #422A3A; }
a { background-color: rgb(66,42,58); }
div.DivClassName
{
background-color: #422A3A;
}
.BgClassName
{
background-color: #422A3A;
}
</style>
border-color css
<style>
span { border-color: #422A3A; }
span { border-color: rgb(66,42,58); }
td.TdClassName
{
border-color: #422A3A;
}
.TagClassName
{
border-color: #422A3A;
}
</style>