Shades of Voodoo #422D3B
Tints of Voodoo #422D3B
RGB
CMYK
RGB Variations
Color information
#422D3B (or 0x422D3B) is known color: Voodoo. HEX triplet: 42, 2D and 3B. RGB value is (66,45,59). Sum of RGB (Red+Green+Blue) = 66+45+59=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #422D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D3B is #BDD2C4. Grayscale: #343434. Windows color (decimal): -12440261 or 3878210. OLE color: 3878210.
HSL color Cylindrical-coordinate representation of color #422D3B: hue angle of 320º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422D3B is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 59 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.74 |
| HSL | 320º | 0.19% | 0.22% | - |
| HSV(B) | 320º | 0.32% | 0.26% | - |
| XYZ | 3.97 | 3.35 | 4.57 | - |
| YUV | 52.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 59 | 0 | 0.32 | 0.11 | 0.74 | 320 | 0.19 | 0.22 |
| Hex | 42 | 2D | 3B | 0 | 20 | B | 4A | 140 | 13 | 16 |
| Octal | 102 | 55 | 73 | 0 | 40 | 13 | 112 | 500 | 23 | 26 |
| Binary | 1000010 | 101101 | 111011 | 0 | 100000 | 1011 | 1001010 | 101000000 | 10011 | 10110 |
Color Harmonies of #422D3B
Complementary color
Monochromatic Colors of #422D3B
Black with #422D3B
Text Example
Text Example
White with #422D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D3B; }
p { color: rgb(66,45,59); }
H1.HeaderClassName
{
color: #422D3B;
}
.AnyTagClassName
{
color: #422D3B;
}
</style>
background-color css
<style>
a { background-color: #422D3B; }
a { background-color: rgb(66,45,59); }
div.DivClassName
{
background-color: #422D3B;
}
.BgClassName
{
background-color: #422D3B;
}
</style>
border-color css
<style>
span { border-color: #422D3B; }
span { border-color: rgb(66,45,59); }
td.TdClassName
{
border-color: #422D3B;
}
.TagClassName
{
border-color: #422D3B;
}
</style>