Shades of Voodoo #422C3F
Tints of Voodoo #422C3F
RGB
CMYK
RGB Variations
Color information
#422C3F (or 0x422C3F) is known color: Voodoo. HEX triplet: 42, 2C and 3F. RGB value is (66,44,63). Sum of RGB (Red+Green+Blue) = 66+44+63=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #422C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C3F is #BDD3C0. Grayscale: #343434. Windows color (decimal): -12440513 or 4140098. OLE color: 4140098.
HSL color Cylindrical-coordinate representation of color #422C3F: hue angle of 308.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C3F is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 63 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.74 |
| HSL | 308.18º | 0.2% | 0.22% | - |
| HSV(B) | 308.18º | 0.33% | 0.26% | - |
| XYZ | 4.04 | 3.32 | 5.13 | - |
| YUV | 52.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 63 | 0 | 0.33 | 0.05 | 0.74 | 308.18 | 0.2 | 0.22 |
| Hex | 42 | 2C | 3F | 0 | 21 | 5 | 4A | 134 | 14 | 16 |
| Octal | 102 | 54 | 77 | 0 | 41 | 5 | 112 | 464 | 24 | 26 |
| Binary | 1000010 | 101100 | 111111 | 0 | 100001 | 101 | 1001010 | 100110100 | 10100 | 10110 |
Color Harmonies of #422C3F
Complementary color
Monochromatic Colors of #422C3F
Black with #422C3F
Text Example
Text Example
White with #422C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C3F; }
p { color: rgb(66,44,63); }
H1.HeaderClassName
{
color: #422C3F;
}
.AnyTagClassName
{
color: #422C3F;
}
</style>
background-color css
<style>
a { background-color: #422C3F; }
a { background-color: rgb(66,44,63); }
div.DivClassName
{
background-color: #422C3F;
}
.BgClassName
{
background-color: #422C3F;
}
</style>
border-color css
<style>
span { border-color: #422C3F; }
span { border-color: rgb(66,44,63); }
td.TdClassName
{
border-color: #422C3F;
}
.TagClassName
{
border-color: #422C3F;
}
</style>