Shades of Mardi Gras #440C49
Tints of Mardi Gras #440C49
RGB
CMYK
RGB Variations
Color information
#440C49 (or 0x440C49) is known color: Mardi Gras. HEX triplet: 44, 0C and 49. RGB value is (68,12,73). Sum of RGB (Red+Green+Blue) = 68+12+73=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #440C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C49 is #BBF3B6. Grayscale: #232323. Windows color (decimal): -12317623 or 4787268. OLE color: 4787268.
HSL color Cylindrical-coordinate representation of color #440C49: hue angle of 295.08º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440C49 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 12 | 73 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.71 |
| HSL | 295.08º | 0.72% | 0.17% | - |
| HSV(B) | 295.08º | 0.84% | 0.29% | - |
| XYZ | 3.72 | 1.97 | 6.49 | - |
| YUV | 35.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 73 | 0.07 | 0.84 | 0 | 0.71 | 295.08 | 0.72 | 0.17 |
| Hex | 44 | C | 49 | 7 | 54 | 0 | 47 | 127 | 48 | 11 |
| Octal | 104 | 14 | 111 | 7 | 124 | 0 | 107 | 447 | 110 | 21 |
| Binary | 1000100 | 1100 | 1001001 | 111 | 1010100 | 0 | 1000111 | 100100111 | 1001000 | 10001 |
Color Harmonies of #440C49
Complementary color
Monochromatic Colors of #440C49
Black with #440C49
Text Example
Text Example
White with #440C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C49; }
p { color: rgb(68,12,73); }
H1.HeaderClassName
{
color: #440C49;
}
.AnyTagClassName
{
color: #440C49;
}
</style>
background-color css
<style>
a { background-color: #440C49; }
a { background-color: rgb(68,12,73); }
div.DivClassName
{
background-color: #440C49;
}
.BgClassName
{
background-color: #440C49;
}
</style>
border-color css
<style>
span { border-color: #440C49; }
span { border-color: rgb(68,12,73); }
td.TdClassName
{
border-color: #440C49;
}
.TagClassName
{
border-color: #440C49;
}
</style>