Shades of Mardi Gras #441D44
Tints of Mardi Gras #441D44
RGB
CMYK
RGB Variations
Color information
#441D44 (or 0x441D44) is known color: Mardi Gras. HEX triplet: 44, 1D and 44. RGB value is (68,29,68). Sum of RGB (Red+Green+Blue) = 68+29+68=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #441D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D44 is #BBE2BB. Grayscale: #2C2C2C. Windows color (decimal): -12313276 or 4463940. OLE color: 4463940.
HSL color Cylindrical-coordinate representation of color #441D44: hue angle of 300º 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 #441D44 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 29 | 68 | - |
| CMYK | 0 | 0.57 | 0 | 0.73 |
| HSL | 300º | 0.4% | 0.19% | - |
| HSV(B) | 300º | 0.57% | 0.27% | - |
| XYZ | 3.87 | 2.53 | 5.75 | - |
| YUV | 45.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 68 | 0 | 0.57 | 0 | 0.73 | 300 | 0.4 | 0.19 |
| Hex | 44 | 1D | 44 | 0 | 39 | 0 | 49 | 12C | 28 | 13 |
| Octal | 104 | 35 | 104 | 0 | 71 | 0 | 111 | 454 | 50 | 23 |
| Binary | 1000100 | 11101 | 1000100 | 0 | 111001 | 0 | 1001001 | 100101100 | 101000 | 10011 |
Color Harmonies of #441D44
Complementary color
Monochromatic Colors of #441D44
Black with #441D44
Text Example
Text Example
White with #441D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D44; }
p { color: rgb(68,29,68); }
H1.HeaderClassName
{
color: #441D44;
}
.AnyTagClassName
{
color: #441D44;
}
</style>
background-color css
<style>
a { background-color: #441D44; }
a { background-color: rgb(68,29,68); }
div.DivClassName
{
background-color: #441D44;
}
.BgClassName
{
background-color: #441D44;
}
</style>
border-color css
<style>
span { border-color: #441D44; }
span { border-color: rgb(68,29,68); }
td.TdClassName
{
border-color: #441D44;
}
.TagClassName
{
border-color: #441D44;
}
</style>