Shades of Voodoo #442842
Tints of Voodoo #442842
RGB
CMYK
RGB Variations
Color information
#442842 (or 0x442842) is known color: Voodoo. HEX triplet: 44, 28 and 42. RGB value is (68,40,66). Sum of RGB (Red+Green+Blue) = 68+40+66=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #442842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442842 is #BBD7BD. Grayscale: #333333. Windows color (decimal): -12310462 or 4335684. OLE color: 4335684.
HSL color Cylindrical-coordinate representation of color #442842: hue angle of 304.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #442842 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 40 | 66 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.73 |
| HSL | 304.29º | 0.26% | 0.21% | - |
| HSV(B) | 304.29º | 0.41% | 0.27% | - |
| XYZ | 4.13 | 3.14 | 5.54 | - |
| YUV | 51.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 66 | 0 | 0.41 | 0.03 | 0.73 | 304.29 | 0.26 | 0.21 |
| Hex | 44 | 28 | 42 | 0 | 29 | 3 | 49 | 130 | 1A | 15 |
| Octal | 104 | 50 | 102 | 0 | 51 | 3 | 111 | 460 | 32 | 25 |
| Binary | 1000100 | 101000 | 1000010 | 0 | 101001 | 11 | 1001001 | 100110000 | 11010 | 10101 |
Color Harmonies of #442842
Complementary color
Monochromatic Colors of #442842
Black with #442842
Text Example
Text Example
White with #442842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442842; }
p { color: rgb(68,40,66); }
H1.HeaderClassName
{
color: #442842;
}
.AnyTagClassName
{
color: #442842;
}
</style>
background-color css
<style>
a { background-color: #442842; }
a { background-color: rgb(68,40,66); }
div.DivClassName
{
background-color: #442842;
}
.BgClassName
{
background-color: #442842;
}
</style>
border-color css
<style>
span { border-color: #442842; }
span { border-color: rgb(68,40,66); }
td.TdClassName
{
border-color: #442842;
}
.TagClassName
{
border-color: #442842;
}
</style>