Shades of Voodoo #422B3F
Tints of Voodoo #422B3F
RGB
CMYK
RGB Variations
Color information
#422B3F (or 0x422B3F) is known color: Voodoo. HEX triplet: 42, 2B and 3F. RGB value is (66,43,63). Sum of RGB (Red+Green+Blue) = 66+43+63=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B3F is #BDD4C0. Grayscale: #343434. Windows color (decimal): -12440769 or 4139842. OLE color: 4139842.
HSL color Cylindrical-coordinate representation of color #422B3F: hue angle of 307.83º 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 #422B3F is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 63 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.74 |
| HSL | 307.83º | 0.21% | 0.21% | - |
| HSV(B) | 307.83º | 0.35% | 0.26% | - |
| XYZ | 4.01 | 3.24 | 5.12 | - |
| YUV | 52.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 63 | 0 | 0.35 | 0.05 | 0.74 | 307.83 | 0.21 | 0.21 |
| Hex | 42 | 2B | 3F | 0 | 23 | 5 | 4A | 134 | 15 | 15 |
| Octal | 102 | 53 | 77 | 0 | 43 | 5 | 112 | 464 | 25 | 25 |
| Binary | 1000010 | 101011 | 111111 | 0 | 100011 | 101 | 1001010 | 100110100 | 10101 | 10101 |
Color Harmonies of #422B3F
Complementary color
Monochromatic Colors of #422B3F
Black with #422B3F
Text Example
Text Example
White with #422B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B3F; }
p { color: rgb(66,43,63); }
H1.HeaderClassName
{
color: #422B3F;
}
.AnyTagClassName
{
color: #422B3F;
}
</style>
background-color css
<style>
a { background-color: #422B3F; }
a { background-color: rgb(66,43,63); }
div.DivClassName
{
background-color: #422B3F;
}
.BgClassName
{
background-color: #422B3F;
}
</style>
border-color css
<style>
span { border-color: #422B3F; }
span { border-color: rgb(66,43,63); }
td.TdClassName
{
border-color: #422B3F;
}
.TagClassName
{
border-color: #422B3F;
}
</style>