Shades of Voodoo #442C3C
Tints of Voodoo #442C3C
RGB
CMYK
RGB Variations
Color information
#442C3C (or 0x442C3C) is known color: Voodoo. HEX triplet: 44, 2C and 3C. RGB value is (68,44,60). Sum of RGB (Red+Green+Blue) = 68+44+60=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #442C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C3C is #BBD3C3. Grayscale: #343434. Windows color (decimal): -12309444 or 3943492. OLE color: 3943492.
HSL color Cylindrical-coordinate representation of color #442C3C: hue angle of 320º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #442C3C is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 60 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.73 |
| HSL | 320º | 0.21% | 0.22% | - |
| HSV(B) | 320º | 0.35% | 0.27% | - |
| XYZ | 4.1 | 3.36 | 4.71 | - |
| YUV | 53 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 60 | 0 | 0.35 | 0.12 | 0.73 | 320 | 0.21 | 0.22 |
| Hex | 44 | 2C | 3C | 0 | 23 | C | 49 | 140 | 15 | 16 |
| Octal | 104 | 54 | 74 | 0 | 43 | 14 | 111 | 500 | 25 | 26 |
| Binary | 1000100 | 101100 | 111100 | 0 | 100011 | 1100 | 1001001 | 101000000 | 10101 | 10110 |
Color Harmonies of #442C3C
Complementary color
Monochromatic Colors of #442C3C
Black with #442C3C
Text Example
Text Example
White with #442C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C3C; }
p { color: rgb(68,44,60); }
H1.HeaderClassName
{
color: #442C3C;
}
.AnyTagClassName
{
color: #442C3C;
}
</style>
background-color css
<style>
a { background-color: #442C3C; }
a { background-color: rgb(68,44,60); }
div.DivClassName
{
background-color: #442C3C;
}
.BgClassName
{
background-color: #442C3C;
}
</style>
border-color css
<style>
span { border-color: #442C3C; }
span { border-color: rgb(68,44,60); }
td.TdClassName
{
border-color: #442C3C;
}
.TagClassName
{
border-color: #442C3C;
}
</style>