Shades of Voodoo #441F3C
Tints of Voodoo #441F3C
RGB
CMYK
RGB Variations
Color information
#441F3C (or 0x441F3C) is known color: Voodoo. HEX triplet: 44, 1F and 3C. RGB value is (68,31,60). Sum of RGB (Red+Green+Blue) = 68+31+60=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F3C is #BBE0C3. Grayscale: #2D2D2D. Windows color (decimal): -12312772 or 3940164. OLE color: 3940164.
HSL color Cylindrical-coordinate representation of color #441F3C: hue angle of 312.97º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #441F3C is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 60 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.73 |
| HSL | 312.97º | 0.37% | 0.19% | - |
| HSV(B) | 312.97º | 0.54% | 0.27% | - |
| XYZ | 3.69 | 2.54 | 4.57 | - |
| YUV | 45.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 60 | 0 | 0.54 | 0.12 | 0.73 | 312.97 | 0.37 | 0.19 |
| Hex | 44 | 1F | 3C | 0 | 36 | C | 49 | 139 | 25 | 13 |
| Octal | 104 | 37 | 74 | 0 | 66 | 14 | 111 | 471 | 45 | 23 |
| Binary | 1000100 | 11111 | 111100 | 0 | 110110 | 1100 | 1001001 | 100111001 | 100101 | 10011 |
Color Harmonies of #441F3C
Complementary color
Monochromatic Colors of #441F3C
Black with #441F3C
Text Example
Text Example
White with #441F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F3C; }
p { color: rgb(68,31,60); }
H1.HeaderClassName
{
color: #441F3C;
}
.AnyTagClassName
{
color: #441F3C;
}
</style>
background-color css
<style>
a { background-color: #441F3C; }
a { background-color: rgb(68,31,60); }
div.DivClassName
{
background-color: #441F3C;
}
.BgClassName
{
background-color: #441F3C;
}
</style>
border-color css
<style>
span { border-color: #441F3C; }
span { border-color: rgb(68,31,60); }
td.TdClassName
{
border-color: #441F3C;
}
.TagClassName
{
border-color: #441F3C;
}
</style>