Shades of Voodoo #441D3E
Tints of Voodoo #441D3E
RGB
CMYK
RGB Variations
Color information
#441D3E (or 0x441D3E) is known color: Voodoo. HEX triplet: 44, 1D and 3E. RGB value is (68,29,62). Sum of RGB (Red+Green+Blue) = 68+29+62=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D3E is #BBE2C1. Grayscale: #2C2C2C. Windows color (decimal): -12313282 or 4070724. OLE color: 4070724.
HSL color Cylindrical-coordinate representation of color #441D3E: hue angle of 309.23º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D3E is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 29 | 62 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.73 |
| HSL | 309.23º | 0.4% | 0.19% | - |
| HSV(B) | 309.23º | 0.57% | 0.27% | - |
| XYZ | 3.69 | 2.46 | 4.84 | - |
| YUV | 44.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 62 | 0 | 0.57 | 0.09 | 0.73 | 309.23 | 0.4 | 0.19 |
| Hex | 44 | 1D | 3E | 0 | 39 | 9 | 49 | 135 | 28 | 13 |
| Octal | 104 | 35 | 76 | 0 | 71 | 11 | 111 | 465 | 50 | 23 |
| Binary | 1000100 | 11101 | 111110 | 0 | 111001 | 1001 | 1001001 | 100110101 | 101000 | 10011 |
Color Harmonies of #441D3E
Complementary color
Monochromatic Colors of #441D3E
Black with #441D3E
Text Example
Text Example
White with #441D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D3E; }
p { color: rgb(68,29,62); }
H1.HeaderClassName
{
color: #441D3E;
}
.AnyTagClassName
{
color: #441D3E;
}
</style>
background-color css
<style>
a { background-color: #441D3E; }
a { background-color: rgb(68,29,62); }
div.DivClassName
{
background-color: #441D3E;
}
.BgClassName
{
background-color: #441D3E;
}
</style>
border-color css
<style>
span { border-color: #441D3E; }
span { border-color: rgb(68,29,62); }
td.TdClassName
{
border-color: #441D3E;
}
.TagClassName
{
border-color: #441D3E;
}
</style>