Shades of Mardi Gras #480143
Tints of Mardi Gras #480143
RGB
CMYK
RGB Variations
Color information
#480143 (or 0x480143) is known color: Mardi Gras. HEX triplet: 48, 01 and 43. RGB value is (72,1,67). Sum of RGB (Red+Green+Blue) = 72+1+67=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480143 is #B7FEBC. Grayscale: #1D1D1D. Windows color (decimal): -12058301 or 4391240. OLE color: 4391240.
HSL color Cylindrical-coordinate representation of color #480143: hue angle of 304.23º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480143 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.72 |
| HSL | 304.23º | 0.97% | 0.14% | - |
| HSV(B) | 304.23º | 0.99% | 0.28% | - |
| XYZ | 3.7 | 1.8 | 5.46 | - |
| YUV | 29.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 67 | 0 | 0.99 | 0.07 | 0.72 | 304.23 | 0.97 | 0.14 |
| Hex | 48 | 1 | 43 | 0 | 63 | 7 | 48 | 130 | 61 | E |
| Octal | 110 | 1 | 103 | 0 | 143 | 7 | 110 | 460 | 141 | 16 |
| Binary | 1001000 | 1 | 1000011 | 0 | 1100011 | 111 | 1001000 | 100110000 | 1100001 | 1110 |
Color Harmonies of #480143
Complementary color
Monochromatic Colors of #480143
Black with #480143
Text Example
Text Example
White with #480143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480143; }
p { color: rgb(72,1,67); }
H1.HeaderClassName
{
color: #480143;
}
.AnyTagClassName
{
color: #480143;
}
</style>
background-color css
<style>
a { background-color: #480143; }
a { background-color: rgb(72,1,67); }
div.DivClassName
{
background-color: #480143;
}
.BgClassName
{
background-color: #480143;
}
</style>
border-color css
<style>
span { border-color: #480143; }
span { border-color: rgb(72,1,67); }
td.TdClassName
{
border-color: #480143;
}
.TagClassName
{
border-color: #480143;
}
</style>