Shades of Mardi Gras #481145
Tints of Mardi Gras #481145
RGB
CMYK
RGB Variations
Color information
#481145 (or 0x481145) is known color: Mardi Gras. HEX triplet: 48, 11 and 45. RGB value is (72,17,69). Sum of RGB (Red+Green+Blue) = 72+17+69=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481145 is #B7EEBA. Grayscale: #272727. Windows color (decimal): -12054203 or 4526408. OLE color: 4526408.
HSL color Cylindrical-coordinate representation of color #481145: hue angle of 303.27º 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 #481145 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 69 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.72 |
| HSL | 303.27º | 0.62% | 0.17% | - |
| HSV(B) | 303.27º | 0.76% | 0.28% | - |
| XYZ | 3.95 | 2.21 | 5.85 | - |
| YUV | 39.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 69 | 0 | 0.76 | 0.04 | 0.72 | 303.27 | 0.62 | 0.17 |
| Hex | 48 | 11 | 45 | 0 | 4C | 4 | 48 | 12F | 3E | 11 |
| Octal | 110 | 21 | 105 | 0 | 114 | 4 | 110 | 457 | 76 | 21 |
| Binary | 1001000 | 10001 | 1000101 | 0 | 1001100 | 100 | 1001000 | 100101111 | 111110 | 10001 |
Color Harmonies of #481145
Complementary color
Monochromatic Colors of #481145
Black with #481145
Text Example
Text Example
White with #481145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481145; }
p { color: rgb(72,17,69); }
H1.HeaderClassName
{
color: #481145;
}
.AnyTagClassName
{
color: #481145;
}
</style>
background-color css
<style>
a { background-color: #481145; }
a { background-color: rgb(72,17,69); }
div.DivClassName
{
background-color: #481145;
}
.BgClassName
{
background-color: #481145;
}
</style>
border-color css
<style>
span { border-color: #481145; }
span { border-color: rgb(72,17,69); }
td.TdClassName
{
border-color: #481145;
}
.TagClassName
{
border-color: #481145;
}
</style>