Shades of Mardi Gras #481144
Tints of Mardi Gras #481144
RGB
CMYK
RGB Variations
Color information
#481144 (or 0x481144) is known color: Mardi Gras. HEX triplet: 48, 11 and 44. RGB value is (72,17,68). Sum of RGB (Red+Green+Blue) = 72+17+68=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481144 is #B7EEBB. Grayscale: #272727. Windows color (decimal): -12054204 or 4460872. OLE color: 4460872.
HSL color Cylindrical-coordinate representation of color #481144: hue angle of 304.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481144 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 68 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.72 |
| HSL | 304.36º | 0.62% | 0.17% | - |
| HSV(B) | 304.36º | 0.76% | 0.28% | - |
| XYZ | 3.92 | 2.2 | 5.69 | - |
| YUV | 39.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 68 | 0 | 0.76 | 0.06 | 0.72 | 304.36 | 0.62 | 0.17 |
| Hex | 48 | 11 | 44 | 0 | 4C | 6 | 48 | 130 | 3E | 11 |
| Octal | 110 | 21 | 104 | 0 | 114 | 6 | 110 | 460 | 76 | 21 |
| Binary | 1001000 | 10001 | 1000100 | 0 | 1001100 | 110 | 1001000 | 100110000 | 111110 | 10001 |
Color Harmonies of #481144
Complementary color
Monochromatic Colors of #481144
Black with #481144
Text Example
Text Example
White with #481144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481144; }
p { color: rgb(72,17,68); }
H1.HeaderClassName
{
color: #481144;
}
.AnyTagClassName
{
color: #481144;
}
</style>
background-color css
<style>
a { background-color: #481144; }
a { background-color: rgb(72,17,68); }
div.DivClassName
{
background-color: #481144;
}
.BgClassName
{
background-color: #481144;
}
</style>
border-color css
<style>
span { border-color: #481144; }
span { border-color: rgb(72,17,68); }
td.TdClassName
{
border-color: #481144;
}
.TagClassName
{
border-color: #481144;
}
</style>