Shades of Voodoo #422B3D
Tints of Voodoo #422B3D
RGB
CMYK
RGB Variations
Color information
#422B3D (or 0x422B3D) is known color: Voodoo. HEX triplet: 42, 2B and 3D. RGB value is (66,43,61). Sum of RGB (Red+Green+Blue) = 66+43+61=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #422B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B3D is #BDD4C2. Grayscale: #333333. Windows color (decimal): -12440771 or 4008770. OLE color: 4008770.
HSL color Cylindrical-coordinate representation of color #422B3D: hue angle of 313.04º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #422B3D is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 61 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.74 |
| HSL | 313.04º | 0.21% | 0.21% | - |
| HSV(B) | 313.04º | 0.35% | 0.26% | - |
| XYZ | 3.95 | 3.22 | 4.83 | - |
| YUV | 51.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 61 | 0 | 0.35 | 0.08 | 0.74 | 313.04 | 0.21 | 0.21 |
| Hex | 42 | 2B | 3D | 0 | 23 | 8 | 4A | 139 | 15 | 15 |
| Octal | 102 | 53 | 75 | 0 | 43 | 10 | 112 | 471 | 25 | 25 |
| Binary | 1000010 | 101011 | 111101 | 0 | 100011 | 1000 | 1001010 | 100111001 | 10101 | 10101 |
Color Harmonies of #422B3D
Complementary color
Monochromatic Colors of #422B3D
Black with #422B3D
Text Example
Text Example
White with #422B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B3D; }
p { color: rgb(66,43,61); }
H1.HeaderClassName
{
color: #422B3D;
}
.AnyTagClassName
{
color: #422B3D;
}
</style>
background-color css
<style>
a { background-color: #422B3D; }
a { background-color: rgb(66,43,61); }
div.DivClassName
{
background-color: #422B3D;
}
.BgClassName
{
background-color: #422B3D;
}
</style>
border-color css
<style>
span { border-color: #422B3D; }
span { border-color: rgb(66,43,61); }
td.TdClassName
{
border-color: #422B3D;
}
.TagClassName
{
border-color: #422B3D;
}
</style>