Shades of Mardi Gras #480547
Tints of Mardi Gras #480547
RGB
CMYK
RGB Variations
Color information
#480547 (or 0x480547) is known color: Mardi Gras. HEX triplet: 48, 05 and 47. RGB value is (72,5,71). Sum of RGB (Red+Green+Blue) = 72+5+71=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480547 is #B7FAB8. Grayscale: #202020. Windows color (decimal): -12057273 or 4654408. OLE color: 4654408.
HSL color Cylindrical-coordinate representation of color #480547: hue angle of 300.9º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480547 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 71 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.72 |
| HSL | 300.9º | 0.87% | 0.15% | - |
| HSV(B) | 300.9º | 0.93% | 0.28% | - |
| XYZ | 3.86 | 1.94 | 6.13 | - |
| YUV | 32.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 71 | 0 | 0.93 | 0.01 | 0.72 | 300.9 | 0.87 | 0.15 |
| Hex | 48 | 5 | 47 | 0 | 5D | 1 | 48 | 12D | 57 | F |
| Octal | 110 | 5 | 107 | 0 | 135 | 1 | 110 | 455 | 127 | 17 |
| Binary | 1001000 | 101 | 1000111 | 0 | 1011101 | 1 | 1001000 | 100101101 | 1010111 | 1111 |
Color Harmonies of #480547
Complementary color
Monochromatic Colors of #480547
Black with #480547
Text Example
Text Example
White with #480547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480547; }
p { color: rgb(72,5,71); }
H1.HeaderClassName
{
color: #480547;
}
.AnyTagClassName
{
color: #480547;
}
</style>
background-color css
<style>
a { background-color: #480547; }
a { background-color: rgb(72,5,71); }
div.DivClassName
{
background-color: #480547;
}
.BgClassName
{
background-color: #480547;
}
</style>
border-color css
<style>
span { border-color: #480547; }
span { border-color: rgb(72,5,71); }
td.TdClassName
{
border-color: #480547;
}
.TagClassName
{
border-color: #480547;
}
</style>