Shades of Mardi Gras #481240
Tints of Mardi Gras #481240
RGB
CMYK
RGB Variations
Color information
#481240 (or 0x481240) is known color: Mardi Gras. HEX triplet: 48, 12 and 40. RGB value is (72,18,64). Sum of RGB (Red+Green+Blue) = 72+18+64=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #481240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481240 is #B7EDBF. Grayscale: #272727. Windows color (decimal): -12053952 or 4198984. OLE color: 4198984.
HSL color Cylindrical-coordinate representation of color #481240: hue angle of 308.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481240 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 64 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.72 |
| HSL | 308.89º | 0.6% | 0.18% | - |
| HSV(B) | 308.89º | 0.75% | 0.28% | - |
| XYZ | 3.81 | 2.18 | 5.07 | - |
| YUV | 39.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 64 | 0 | 0.75 | 0.11 | 0.72 | 308.89 | 0.6 | 0.18 |
| Hex | 48 | 12 | 40 | 0 | 4B | B | 48 | 135 | 3C | 12 |
| Octal | 110 | 22 | 100 | 0 | 113 | 13 | 110 | 465 | 74 | 22 |
| Binary | 1001000 | 10010 | 1000000 | 0 | 1001011 | 1011 | 1001000 | 100110101 | 111100 | 10010 |
Color Harmonies of #481240
Complementary color
Monochromatic Colors of #481240
Black with #481240
Text Example
Text Example
White with #481240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481240; }
p { color: rgb(72,18,64); }
H1.HeaderClassName
{
color: #481240;
}
.AnyTagClassName
{
color: #481240;
}
</style>
background-color css
<style>
a { background-color: #481240; }
a { background-color: rgb(72,18,64); }
div.DivClassName
{
background-color: #481240;
}
.BgClassName
{
background-color: #481240;
}
</style>
border-color css
<style>
span { border-color: #481240; }
span { border-color: rgb(72,18,64); }
td.TdClassName
{
border-color: #481240;
}
.TagClassName
{
border-color: #481240;
}
</style>