Shades of Voodoo #442A3E
Tints of Voodoo #442A3E
RGB
CMYK
RGB Variations
Color information
#442A3E (or 0x442A3E) is known color: Voodoo. HEX triplet: 44, 2A and 3E. RGB value is (68,42,62). Sum of RGB (Red+Green+Blue) = 68+42+62=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #442A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A3E is #BBD5C1. Grayscale: #333333. Windows color (decimal): -12309954 or 4074052. OLE color: 4074052.
HSL color Cylindrical-coordinate representation of color #442A3E: hue angle of 313.85º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A3E is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 62 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.73 |
| HSL | 313.85º | 0.24% | 0.22% | - |
| HSV(B) | 313.85º | 0.38% | 0.27% | - |
| XYZ | 4.08 | 3.23 | 4.97 | - |
| YUV | 52.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 62 | 0 | 0.38 | 0.09 | 0.73 | 313.85 | 0.24 | 0.22 |
| Hex | 44 | 2A | 3E | 0 | 26 | 9 | 49 | 13A | 18 | 16 |
| Octal | 104 | 52 | 76 | 0 | 46 | 11 | 111 | 472 | 30 | 26 |
| Binary | 1000100 | 101010 | 111110 | 0 | 100110 | 1001 | 1001001 | 100111010 | 11000 | 10110 |
Color Harmonies of #442A3E
Complementary color
Monochromatic Colors of #442A3E
Black with #442A3E
Text Example
Text Example
White with #442A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A3E; }
p { color: rgb(68,42,62); }
H1.HeaderClassName
{
color: #442A3E;
}
.AnyTagClassName
{
color: #442A3E;
}
</style>
background-color css
<style>
a { background-color: #442A3E; }
a { background-color: rgb(68,42,62); }
div.DivClassName
{
background-color: #442A3E;
}
.BgClassName
{
background-color: #442A3E;
}
</style>
border-color css
<style>
span { border-color: #442A3E; }
span { border-color: rgb(68,42,62); }
td.TdClassName
{
border-color: #442A3E;
}
.TagClassName
{
border-color: #442A3E;
}
</style>