Shades of Mardi Gras #481444
Tints of Mardi Gras #481444
RGB
CMYK
RGB Variations
Color information
#481444 (or 0x481444) is known color: Mardi Gras. HEX triplet: 48, 14 and 44. RGB value is (72,20,68). Sum of RGB (Red+Green+Blue) = 72+20+68=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481444 is #B7EBBB. Grayscale: #282828. Windows color (decimal): -12053436 or 4461640. OLE color: 4461640.
HSL color Cylindrical-coordinate representation of color #481444: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481444 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 20 | 68 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.72 |
| HSL | 304.62º | 0.57% | 0.18% | - |
| HSV(B) | 304.62º | 0.72% | 0.28% | - |
| XYZ | 3.97 | 2.3 | 5.7 | - |
| YUV | 41.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 68 | 0 | 0.72 | 0.06 | 0.72 | 304.62 | 0.57 | 0.18 |
| Hex | 48 | 14 | 44 | 0 | 48 | 6 | 48 | 131 | 39 | 12 |
| Octal | 110 | 24 | 104 | 0 | 110 | 6 | 110 | 461 | 71 | 22 |
| Binary | 1001000 | 10100 | 1000100 | 0 | 1001000 | 110 | 1001000 | 100110001 | 111001 | 10010 |
Color Harmonies of #481444
Complementary color
Monochromatic Colors of #481444
Black with #481444
Text Example
Text Example
White with #481444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481444; }
p { color: rgb(72,20,68); }
H1.HeaderClassName
{
color: #481444;
}
.AnyTagClassName
{
color: #481444;
}
</style>
background-color css
<style>
a { background-color: #481444; }
a { background-color: rgb(72,20,68); }
div.DivClassName
{
background-color: #481444;
}
.BgClassName
{
background-color: #481444;
}
</style>
border-color css
<style>
span { border-color: #481444; }
span { border-color: rgb(72,20,68); }
td.TdClassName
{
border-color: #481444;
}
.TagClassName
{
border-color: #481444;
}
</style>