Shades of Mardi Gras #480044
Tints of Mardi Gras #480044
RGB
CMYK
RGB Variations
Color information
#480044 (or 0x480044) is known color: Mardi Gras. HEX triplet: 48, 00 and 44. RGB value is (72,0,68). Sum of RGB (Red+Green+Blue) = 72+0+68=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480044 is #B7FFBB. Grayscale: #1D1D1D. Windows color (decimal): -12058556 or 4456520. OLE color: 4456520.
HSL color Cylindrical-coordinate representation of color #480044: hue angle of 303.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480044 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.06 | 0.72 |
| HSL | 303.33º | 1% | 0.14% | - |
| HSV(B) | 303.33º | 1% | 0.28% | - |
| XYZ | 3.72 | 1.8 | 5.62 | - |
| YUV | 29.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 68 | 0 | 1 | 0.06 | 0.72 | 303.33 | 1 | 0.14 |
| Hex | 48 | 0 | 44 | 0 | 64 | 6 | 48 | 12F | 64 | E |
| Octal | 110 | 0 | 104 | 0 | 144 | 6 | 110 | 457 | 144 | 16 |
| Binary | 1001000 | 0 | 1000100 | 0 | 1100100 | 110 | 1001000 | 100101111 | 1100100 | 1110 |
Color Harmonies of #480044
Complementary color
Monochromatic Colors of #480044
Black with #480044
Text Example
Text Example
White with #480044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480044; }
p { color: rgb(72,0,68); }
H1.HeaderClassName
{
color: #480044;
}
.AnyTagClassName
{
color: #480044;
}
</style>
background-color css
<style>
a { background-color: #480044; }
a { background-color: rgb(72,0,68); }
div.DivClassName
{
background-color: #480044;
}
.BgClassName
{
background-color: #480044;
}
</style>
border-color css
<style>
span { border-color: #480044; }
span { border-color: rgb(72,0,68); }
td.TdClassName
{
border-color: #480044;
}
.TagClassName
{
border-color: #480044;
}
</style>