Shades of Mardi Gras #441D40
Tints of Mardi Gras #441D40
RGB
CMYK
RGB Variations
Color information
#441D40 (or 0x441D40) is known color: Mardi Gras. HEX triplet: 44, 1D and 40. RGB value is (68,29,64). Sum of RGB (Red+Green+Blue) = 68+29+64=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #441D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D40 is #BBE2BF. Grayscale: #2C2C2C. Windows color (decimal): -12313280 or 4201796. OLE color: 4201796.
HSL color Cylindrical-coordinate representation of color #441D40: hue angle of 306.15º 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 #441D40 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 29 | 64 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.73 |
| HSL | 306.15º | 0.4% | 0.19% | - |
| HSV(B) | 306.15º | 0.57% | 0.27% | - |
| XYZ | 3.75 | 2.48 | 5.13 | - |
| YUV | 44.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 64 | 0 | 0.57 | 0.06 | 0.73 | 306.15 | 0.4 | 0.19 |
| Hex | 44 | 1D | 40 | 0 | 39 | 6 | 49 | 132 | 28 | 13 |
| Octal | 104 | 35 | 100 | 0 | 71 | 6 | 111 | 462 | 50 | 23 |
| Binary | 1000100 | 11101 | 1000000 | 0 | 111001 | 110 | 1001001 | 100110010 | 101000 | 10011 |
Color Harmonies of #441D40
Complementary color
Monochromatic Colors of #441D40
Black with #441D40
Text Example
Text Example
White with #441D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D40; }
p { color: rgb(68,29,64); }
H1.HeaderClassName
{
color: #441D40;
}
.AnyTagClassName
{
color: #441D40;
}
</style>
background-color css
<style>
a { background-color: #441D40; }
a { background-color: rgb(68,29,64); }
div.DivClassName
{
background-color: #441D40;
}
.BgClassName
{
background-color: #441D40;
}
</style>
border-color css
<style>
span { border-color: #441D40; }
span { border-color: rgb(68,29,64); }
td.TdClassName
{
border-color: #441D40;
}
.TagClassName
{
border-color: #441D40;
}
</style>