Shades of Mardi Gras #481644
Tints of Mardi Gras #481644
RGB
CMYK
RGB Variations
Color information
#481644 (or 0x481644) is known color: Mardi Gras. HEX triplet: 48, 16 and 44. RGB value is (72,22,68). Sum of RGB (Red+Green+Blue) = 72+22+68=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481644 is #B7E9BB. Grayscale: #2A2A2A. Windows color (decimal): -12052924 or 4462152. OLE color: 4462152.
HSL color Cylindrical-coordinate representation of color #481644: hue angle of 304.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481644 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 68 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.72 |
| HSL | 304.8º | 0.53% | 0.18% | - |
| HSV(B) | 304.8º | 0.69% | 0.28% | - |
| XYZ | 4 | 2.37 | 5.72 | - |
| YUV | 42.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 68 | 0 | 0.69 | 0.06 | 0.72 | 304.8 | 0.53 | 0.18 |
| Hex | 48 | 16 | 44 | 0 | 45 | 6 | 48 | 131 | 35 | 12 |
| Octal | 110 | 26 | 104 | 0 | 105 | 6 | 110 | 461 | 65 | 22 |
| Binary | 1001000 | 10110 | 1000100 | 0 | 1000101 | 110 | 1001000 | 100110001 | 110101 | 10010 |
Color Harmonies of #481644
Complementary color
Monochromatic Colors of #481644
Black with #481644
Text Example
Text Example
White with #481644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481644; }
p { color: rgb(72,22,68); }
H1.HeaderClassName
{
color: #481644;
}
.AnyTagClassName
{
color: #481644;
}
</style>
background-color css
<style>
a { background-color: #481644; }
a { background-color: rgb(72,22,68); }
div.DivClassName
{
background-color: #481644;
}
.BgClassName
{
background-color: #481644;
}
</style>
border-color css
<style>
span { border-color: #481644; }
span { border-color: rgb(72,22,68); }
td.TdClassName
{
border-color: #481644;
}
.TagClassName
{
border-color: #481644;
}
</style>