Shades of Mardi Gras #440A48
Tints of Mardi Gras #440A48
RGB
CMYK
RGB Variations
Color information
#440A48 (or 0x440A48) is known color: Mardi Gras. HEX triplet: 44, 0A and 48. RGB value is (68,10,72). Sum of RGB (Red+Green+Blue) = 68+10+72=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #440A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A48 is #BBF5B7. Grayscale: #222222. Windows color (decimal): -12318136 or 4721220. OLE color: 4721220.
HSL color Cylindrical-coordinate representation of color #440A48: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440A48 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 10 | 72 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.72 |
| HSL | 296.13º | 0.76% | 0.16% | - |
| HSV(B) | 296.13º | 0.86% | 0.28% | - |
| XYZ | 3.66 | 1.91 | 6.31 | - |
| YUV | 34.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 72 | 0.06 | 0.86 | 0 | 0.72 | 296.13 | 0.76 | 0.16 |
| Hex | 44 | A | 48 | 6 | 56 | 0 | 48 | 128 | 4C | 10 |
| Octal | 104 | 12 | 110 | 6 | 126 | 0 | 110 | 450 | 114 | 20 |
| Binary | 1000100 | 1010 | 1001000 | 110 | 1010110 | 0 | 1001000 | 100101000 | 1001100 | 10000 |
Color Harmonies of #440A48
Complementary color
Monochromatic Colors of #440A48
Black with #440A48
Text Example
Text Example
White with #440A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A48; }
p { color: rgb(68,10,72); }
H1.HeaderClassName
{
color: #440A48;
}
.AnyTagClassName
{
color: #440A48;
}
</style>
background-color css
<style>
a { background-color: #440A48; }
a { background-color: rgb(68,10,72); }
div.DivClassName
{
background-color: #440A48;
}
.BgClassName
{
background-color: #440A48;
}
</style>
border-color css
<style>
span { border-color: #440A48; }
span { border-color: rgb(68,10,72); }
td.TdClassName
{
border-color: #440A48;
}
.TagClassName
{
border-color: #440A48;
}
</style>