Shades of Voodoo #422D3D
Tints of Voodoo #422D3D
RGB
CMYK
RGB Variations
Color information
#422D3D (or 0x422D3D) is known color: Voodoo. HEX triplet: 42, 2D and 3D. RGB value is (66,45,61). Sum of RGB (Red+Green+Blue) = 66+45+61=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D3D is #BDD2C2. Grayscale: #353535. Windows color (decimal): -12440259 or 4009282. OLE color: 4009282.
HSL color Cylindrical-coordinate representation of color #422D3D: hue angle of 314.29º 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 #422D3D is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 61 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.74 |
| HSL | 314.29º | 0.19% | 0.22% | - |
| HSV(B) | 314.29º | 0.32% | 0.26% | - |
| XYZ | 4.03 | 3.37 | 4.85 | - |
| YUV | 53.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 61 | 0 | 0.32 | 0.08 | 0.74 | 314.29 | 0.19 | 0.22 |
| Hex | 42 | 2D | 3D | 0 | 20 | 8 | 4A | 13A | 13 | 16 |
| Octal | 102 | 55 | 75 | 0 | 40 | 10 | 112 | 472 | 23 | 26 |
| Binary | 1000010 | 101101 | 111101 | 0 | 100000 | 1000 | 1001010 | 100111010 | 10011 | 10110 |
Color Harmonies of #422D3D
Complementary color
Monochromatic Colors of #422D3D
Black with #422D3D
Text Example
Text Example
White with #422D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D3D; }
p { color: rgb(66,45,61); }
H1.HeaderClassName
{
color: #422D3D;
}
.AnyTagClassName
{
color: #422D3D;
}
</style>
background-color css
<style>
a { background-color: #422D3D; }
a { background-color: rgb(66,45,61); }
div.DivClassName
{
background-color: #422D3D;
}
.BgClassName
{
background-color: #422D3D;
}
</style>
border-color css
<style>
span { border-color: #422D3D; }
span { border-color: rgb(66,45,61); }
td.TdClassName
{
border-color: #422D3D;
}
.TagClassName
{
border-color: #422D3D;
}
</style>