Shades of Mardi Gras #441648
Tints of Mardi Gras #441648
RGB
CMYK
RGB Variations
Color information
#441648 (or 0x441648) is known color: Mardi Gras. HEX triplet: 44, 16 and 48. RGB value is (68,22,72). Sum of RGB (Red+Green+Blue) = 68+22+72=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #441648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441648 is #BBE9B7. Grayscale: #292929. Windows color (decimal): -12315064 or 4724292. OLE color: 4724292.
HSL color Cylindrical-coordinate representation of color #441648: hue angle of 295.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441648 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 22 | 72 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.72 |
| HSL | 295.2º | 0.53% | 0.18% | - |
| HSV(B) | 295.2º | 0.69% | 0.28% | - |
| XYZ | 3.84 | 2.27 | 6.37 | - |
| YUV | 41.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 72 | 0.06 | 0.69 | 0 | 0.72 | 295.2 | 0.53 | 0.18 |
| Hex | 44 | 16 | 48 | 6 | 45 | 0 | 48 | 127 | 35 | 12 |
| Octal | 104 | 26 | 110 | 6 | 105 | 0 | 110 | 447 | 65 | 22 |
| Binary | 1000100 | 10110 | 1001000 | 110 | 1000101 | 0 | 1001000 | 100100111 | 110101 | 10010 |
Color Harmonies of #441648
Complementary color
Monochromatic Colors of #441648
Black with #441648
Text Example
Text Example
White with #441648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441648; }
p { color: rgb(68,22,72); }
H1.HeaderClassName
{
color: #441648;
}
.AnyTagClassName
{
color: #441648;
}
</style>
background-color css
<style>
a { background-color: #441648; }
a { background-color: rgb(68,22,72); }
div.DivClassName
{
background-color: #441648;
}
.BgClassName
{
background-color: #441648;
}
</style>
border-color css
<style>
span { border-color: #441648; }
span { border-color: rgb(68,22,72); }
td.TdClassName
{
border-color: #441648;
}
.TagClassName
{
border-color: #441648;
}
</style>