Shades of Mardi Gras #440C48
Tints of Mardi Gras #440C48
RGB
CMYK
RGB Variations
Color information
#440C48 (or 0x440C48) is known color: Mardi Gras. HEX triplet: 44, 0C and 48. RGB value is (68,12,72). Sum of RGB (Red+Green+Blue) = 68+12+72=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #440C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C48 is #BBF3B7. Grayscale: #232323. Windows color (decimal): -12317624 or 4721732. OLE color: 4721732.
HSL color Cylindrical-coordinate representation of color #440C48: hue angle of 296º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #440C48 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 12 | 72 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.72 |
| HSL | 296º | 0.71% | 0.16% | - |
| HSV(B) | 296º | 0.83% | 0.28% | - |
| XYZ | 3.69 | 1.96 | 6.31 | - |
| YUV | 35.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 72 | 0.06 | 0.83 | 0 | 0.72 | 296 | 0.71 | 0.16 |
| Hex | 44 | C | 48 | 6 | 53 | 0 | 48 | 128 | 47 | 10 |
| Octal | 104 | 14 | 110 | 6 | 123 | 0 | 110 | 450 | 107 | 20 |
| Binary | 1000100 | 1100 | 1001000 | 110 | 1010011 | 0 | 1001000 | 100101000 | 1000111 | 10000 |
Color Harmonies of #440C48
Complementary color
Monochromatic Colors of #440C48
Black with #440C48
Text Example
Text Example
White with #440C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C48; }
p { color: rgb(68,12,72); }
H1.HeaderClassName
{
color: #440C48;
}
.AnyTagClassName
{
color: #440C48;
}
</style>
background-color css
<style>
a { background-color: #440C48; }
a { background-color: rgb(68,12,72); }
div.DivClassName
{
background-color: #440C48;
}
.BgClassName
{
background-color: #440C48;
}
</style>
border-color css
<style>
span { border-color: #440C48; }
span { border-color: rgb(68,12,72); }
td.TdClassName
{
border-color: #440C48;
}
.TagClassName
{
border-color: #440C48;
}
</style>