Shades of Voodoo #442942
Tints of Voodoo #442942
RGB
CMYK
RGB Variations
Color information
#442942 (or 0x442942) is known color: Voodoo. HEX triplet: 44, 29 and 42. RGB value is (68,41,66). Sum of RGB (Red+Green+Blue) = 68+41+66=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 68 - color contains mainly: red. Hex color #442942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442942 is #BBD6BD. Grayscale: #333333. Windows color (decimal): -12310206 or 4335940. OLE color: 4335940.
HSL color Cylindrical-coordinate representation of color #442942: hue angle of 304.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442942 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 41 | 66 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.73 |
| HSL | 304.44º | 0.25% | 0.21% | - |
| HSV(B) | 304.44º | 0.4% | 0.27% | - |
| XYZ | 4.16 | 3.21 | 5.55 | - |
| YUV | 51.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 66 | 0 | 0.40 | 0.03 | 0.73 | 304.44 | 0.25 | 0.21 |
| Hex | 44 | 29 | 42 | 0 | 28 | 3 | 49 | 130 | 19 | 15 |
| Octal | 104 | 51 | 102 | 0 | 50 | 3 | 111 | 460 | 31 | 25 |
| Binary | 1000100 | 101001 | 1000010 | 0 | 101000 | 11 | 1001001 | 100110000 | 11001 | 10101 |
Color Harmonies of #442942
Complementary color
Monochromatic Colors of #442942
Black with #442942
Text Example
Text Example
White with #442942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442942; }
p { color: rgb(68,41,66); }
H1.HeaderClassName
{
color: #442942;
}
.AnyTagClassName
{
color: #442942;
}
</style>
background-color css
<style>
a { background-color: #442942; }
a { background-color: rgb(68,41,66); }
div.DivClassName
{
background-color: #442942;
}
.BgClassName
{
background-color: #442942;
}
</style>
border-color css
<style>
span { border-color: #442942; }
span { border-color: rgb(68,41,66); }
td.TdClassName
{
border-color: #442942;
}
.TagClassName
{
border-color: #442942;
}
</style>