Shades of Mardi Gras #440848
Tints of Mardi Gras #440848
RGB
CMYK
RGB Variations
Color information
#440848 (or 0x440848) is known color: Mardi Gras. HEX triplet: 44, 08 and 48. RGB value is (68,8,72). Sum of RGB (Red+Green+Blue) = 68+8+72=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #440848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440848 is #BBF7B7. Grayscale: #212121. Windows color (decimal): -12318648 or 4720708. OLE color: 4720708.
HSL color Cylindrical-coordinate representation of color #440848: hue angle of 296.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440848 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 8 | 72 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.72 |
| HSL | 296.25º | 0.8% | 0.16% | - |
| HSV(B) | 296.25º | 0.89% | 0.28% | - |
| XYZ | 3.64 | 1.87 | 6.3 | - |
| YUV | 33.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 72 | 0.06 | 0.89 | 0 | 0.72 | 296.25 | 0.8 | 0.16 |
| Hex | 44 | 8 | 48 | 6 | 59 | 0 | 48 | 128 | 50 | 10 |
| Octal | 104 | 10 | 110 | 6 | 131 | 0 | 110 | 450 | 120 | 20 |
| Binary | 1000100 | 1000 | 1001000 | 110 | 1011001 | 0 | 1001000 | 100101000 | 1010000 | 10000 |
Color Harmonies of #440848
Complementary color
Monochromatic Colors of #440848
Black with #440848
Text Example
Text Example
White with #440848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440848; }
p { color: rgb(68,8,72); }
H1.HeaderClassName
{
color: #440848;
}
.AnyTagClassName
{
color: #440848;
}
</style>
background-color css
<style>
a { background-color: #440848; }
a { background-color: rgb(68,8,72); }
div.DivClassName
{
background-color: #440848;
}
.BgClassName
{
background-color: #440848;
}
</style>
border-color css
<style>
span { border-color: #440848; }
span { border-color: rgb(68,8,72); }
td.TdClassName
{
border-color: #440848;
}
.TagClassName
{
border-color: #440848;
}
</style>