Shades of Mardi Gras #481640
Tints of Mardi Gras #481640
RGB
CMYK
RGB Variations
Color information
#481640 (or 0x481640) is known color: Mardi Gras. HEX triplet: 48, 16 and 40. RGB value is (72,22,64). Sum of RGB (Red+Green+Blue) = 72+22+64=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481640 is #B7E9BF. Grayscale: #292929. Windows color (decimal): -12052928 or 4200008. OLE color: 4200008.
HSL color Cylindrical-coordinate representation of color #481640: hue angle of 309.6º 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 #481640 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 64 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.72 |
| HSL | 309.6º | 0.53% | 0.18% | - |
| HSV(B) | 309.6º | 0.69% | 0.28% | - |
| XYZ | 3.88 | 2.32 | 5.09 | - |
| YUV | 41.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 64 | 0 | 0.69 | 0.11 | 0.72 | 309.6 | 0.53 | 0.18 |
| Hex | 48 | 16 | 40 | 0 | 45 | B | 48 | 136 | 35 | 12 |
| Octal | 110 | 26 | 100 | 0 | 105 | 13 | 110 | 466 | 65 | 22 |
| Binary | 1001000 | 10110 | 1000000 | 0 | 1000101 | 1011 | 1001000 | 100110110 | 110101 | 10010 |
Color Harmonies of #481640
Complementary color
Monochromatic Colors of #481640
Black with #481640
Text Example
Text Example
White with #481640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481640; }
p { color: rgb(72,22,64); }
H1.HeaderClassName
{
color: #481640;
}
.AnyTagClassName
{
color: #481640;
}
</style>
background-color css
<style>
a { background-color: #481640; }
a { background-color: rgb(72,22,64); }
div.DivClassName
{
background-color: #481640;
}
.BgClassName
{
background-color: #481640;
}
</style>
border-color css
<style>
span { border-color: #481640; }
span { border-color: rgb(72,22,64); }
td.TdClassName
{
border-color: #481640;
}
.TagClassName
{
border-color: #481640;
}
</style>