Shades of Mardi Gras #480843
Tints of Mardi Gras #480843
RGB
CMYK
RGB Variations
Color information
#480843 (or 0x480843) is known color: Mardi Gras. HEX triplet: 48, 08 and 43. RGB value is (72,8,67). Sum of RGB (Red+Green+Blue) = 72+8+67=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #480843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480843 is #B7F7BC. Grayscale: #212121. Windows color (decimal): -12056509 or 4393032. OLE color: 4393032.
HSL color Cylindrical-coordinate representation of color #480843: hue angle of 304.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480843 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 67 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.72 |
| HSL | 304.69º | 0.8% | 0.16% | - |
| HSV(B) | 304.69º | 0.89% | 0.28% | - |
| XYZ | 3.77 | 1.96 | 5.49 | - |
| YUV | 33.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 67 | 0 | 0.89 | 0.07 | 0.72 | 304.69 | 0.8 | 0.16 |
| Hex | 48 | 8 | 43 | 0 | 59 | 7 | 48 | 131 | 50 | 10 |
| Octal | 110 | 10 | 103 | 0 | 131 | 7 | 110 | 461 | 120 | 20 |
| Binary | 1001000 | 1000 | 1000011 | 0 | 1011001 | 111 | 1001000 | 100110001 | 1010000 | 10000 |
Color Harmonies of #480843
Complementary color
Monochromatic Colors of #480843
Black with #480843
Text Example
Text Example
White with #480843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480843; }
p { color: rgb(72,8,67); }
H1.HeaderClassName
{
color: #480843;
}
.AnyTagClassName
{
color: #480843;
}
</style>
background-color css
<style>
a { background-color: #480843; }
a { background-color: rgb(72,8,67); }
div.DivClassName
{
background-color: #480843;
}
.BgClassName
{
background-color: #480843;
}
</style>
border-color css
<style>
span { border-color: #480843; }
span { border-color: rgb(72,8,67); }
td.TdClassName
{
border-color: #480843;
}
.TagClassName
{
border-color: #480843;
}
</style>