Shades of Voodoo #443242
Tints of Voodoo #443242
RGB
CMYK
RGB Variations
Color information
#443242 (or 0x443242) is known color: Voodoo. HEX triplet: 44, 32 and 42. RGB value is (68,50,66). Sum of RGB (Red+Green+Blue) = 68+50+66=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #443242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443242 is #BBCDBD. Grayscale: #393939. Windows color (decimal): -12307902 or 4338244. OLE color: 4338244.
HSL color Cylindrical-coordinate representation of color #443242: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #443242 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 66 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.73 |
| HSL | 306.67º | 0.15% | 0.23% | - |
| HSV(B) | 306.67º | 0.26% | 0.27% | - |
| XYZ | 4.51 | 3.9 | 5.67 | - |
| YUV | 57.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 66 | 0 | 0.26 | 0.03 | 0.73 | 306.67 | 0.15 | 0.23 |
| Hex | 44 | 32 | 42 | 0 | 1A | 3 | 49 | 133 | F | 17 |
| Octal | 104 | 62 | 102 | 0 | 32 | 3 | 111 | 463 | 17 | 27 |
| Binary | 1000100 | 110010 | 1000010 | 0 | 11010 | 11 | 1001001 | 100110011 | 1111 | 10111 |
Color Harmonies of #443242
Complementary color
Monochromatic Colors of #443242
Black with #443242
Text Example
Text Example
White with #443242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443242; }
p { color: rgb(68,50,66); }
H1.HeaderClassName
{
color: #443242;
}
.AnyTagClassName
{
color: #443242;
}
</style>
background-color css
<style>
a { background-color: #443242; }
a { background-color: rgb(68,50,66); }
div.DivClassName
{
background-color: #443242;
}
.BgClassName
{
background-color: #443242;
}
</style>
border-color css
<style>
span { border-color: #443242; }
span { border-color: rgb(68,50,66); }
td.TdClassName
{
border-color: #443242;
}
.TagClassName
{
border-color: #443242;
}
</style>