Shades of Mardi Gras #440544
Tints of Mardi Gras #440544
RGB
CMYK
RGB Variations
Color information
#440544 (or 0x440544) is known color: Mardi Gras. HEX triplet: 44, 05 and 44. RGB value is (68,5,68). Sum of RGB (Red+Green+Blue) = 68+5+68=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #440544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440544 is #BBFABB. Grayscale: #1E1E1E. Windows color (decimal): -12319420 or 4457796. OLE color: 4457796.
HSL color Cylindrical-coordinate representation of color #440544: hue angle of 300º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440544 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 68 | - |
| CMYK | 0 | 0.93 | 0 | 0.73 |
| HSL | 300º | 0.86% | 0.14% | - |
| HSV(B) | 300º | 0.93% | 0.27% | - |
| XYZ | 3.48 | 1.75 | 5.62 | - |
| YUV | 31.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 68 | 0 | 0.93 | 0 | 0.73 | 300 | 0.86 | 0.14 |
| Hex | 44 | 5 | 44 | 0 | 5D | 0 | 49 | 12C | 56 | E |
| Octal | 104 | 5 | 104 | 0 | 135 | 0 | 111 | 454 | 126 | 16 |
| Binary | 1000100 | 101 | 1000100 | 0 | 1011101 | 0 | 1001001 | 100101100 | 1010110 | 1110 |
Color Harmonies of #440544
Complementary color
Monochromatic Colors of #440544
Black with #440544
Text Example
Text Example
White with #440544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440544; }
p { color: rgb(68,5,68); }
H1.HeaderClassName
{
color: #440544;
}
.AnyTagClassName
{
color: #440544;
}
</style>
background-color css
<style>
a { background-color: #440544; }
a { background-color: rgb(68,5,68); }
div.DivClassName
{
background-color: #440544;
}
.BgClassName
{
background-color: #440544;
}
</style>
border-color css
<style>
span { border-color: #440544; }
span { border-color: rgb(68,5,68); }
td.TdClassName
{
border-color: #440544;
}
.TagClassName
{
border-color: #440544;
}
</style>