Shades of Mardi Gras #481344
Tints of Mardi Gras #481344
RGB
CMYK
RGB Variations
Color information
#481344 (or 0x481344) is known color: Mardi Gras. HEX triplet: 48, 13 and 44. RGB value is (72,19,68). Sum of RGB (Red+Green+Blue) = 72+19+68=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481344 is #B7ECBB. Grayscale: #282828. Windows color (decimal): -12053692 or 4461384. OLE color: 4461384.
HSL color Cylindrical-coordinate representation of color #481344: hue angle of 304.53º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481344 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 68 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.72 |
| HSL | 304.53º | 0.58% | 0.18% | - |
| HSV(B) | 304.53º | 0.74% | 0.28% | - |
| XYZ | 3.95 | 2.26 | 5.7 | - |
| YUV | 40.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 68 | 0 | 0.74 | 0.06 | 0.72 | 304.53 | 0.58 | 0.18 |
| Hex | 48 | 13 | 44 | 0 | 4A | 6 | 48 | 131 | 3A | 12 |
| Octal | 110 | 23 | 104 | 0 | 112 | 6 | 110 | 461 | 72 | 22 |
| Binary | 1001000 | 10011 | 1000100 | 0 | 1001010 | 110 | 1001000 | 100110001 | 111010 | 10010 |
Color Harmonies of #481344
Complementary color
Monochromatic Colors of #481344
Black with #481344
Text Example
Text Example
White with #481344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481344; }
p { color: rgb(72,19,68); }
H1.HeaderClassName
{
color: #481344;
}
.AnyTagClassName
{
color: #481344;
}
</style>
background-color css
<style>
a { background-color: #481344; }
a { background-color: rgb(72,19,68); }
div.DivClassName
{
background-color: #481344;
}
.BgClassName
{
background-color: #481344;
}
</style>
border-color css
<style>
span { border-color: #481344; }
span { border-color: rgb(72,19,68); }
td.TdClassName
{
border-color: #481344;
}
.TagClassName
{
border-color: #481344;
}
</style>