Shades of Mardi Gras #481641
Tints of Mardi Gras #481641
RGB
CMYK
RGB Variations
Color information
#481641 (or 0x481641) is known color: Mardi Gras. HEX triplet: 48, 16 and 41. RGB value is (72,22,65). Sum of RGB (Red+Green+Blue) = 72+22+65=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481641 is #B7E9BE. Grayscale: #292929. Windows color (decimal): -12052927 or 4265544. OLE color: 4265544.
HSL color Cylindrical-coordinate representation of color #481641: hue angle of 308.4º 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 #481641 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 65 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.72 |
| HSL | 308.4º | 0.53% | 0.18% | - |
| HSV(B) | 308.4º | 0.69% | 0.28% | - |
| XYZ | 3.91 | 2.33 | 5.25 | - |
| YUV | 41.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 65 | 0 | 0.69 | 0.10 | 0.72 | 308.4 | 0.53 | 0.18 |
| Hex | 48 | 16 | 41 | 0 | 45 | A | 48 | 134 | 35 | 12 |
| Octal | 110 | 26 | 101 | 0 | 105 | 12 | 110 | 464 | 65 | 22 |
| Binary | 1001000 | 10110 | 1000001 | 0 | 1000101 | 1010 | 1001000 | 100110100 | 110101 | 10010 |
Color Harmonies of #481641
Complementary color
Monochromatic Colors of #481641
Black with #481641
Text Example
Text Example
White with #481641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481641; }
p { color: rgb(72,22,65); }
H1.HeaderClassName
{
color: #481641;
}
.AnyTagClassName
{
color: #481641;
}
</style>
background-color css
<style>
a { background-color: #481641; }
a { background-color: rgb(72,22,65); }
div.DivClassName
{
background-color: #481641;
}
.BgClassName
{
background-color: #481641;
}
</style>
border-color css
<style>
span { border-color: #481641; }
span { border-color: rgb(72,22,65); }
td.TdClassName
{
border-color: #481641;
}
.TagClassName
{
border-color: #481641;
}
</style>