Shades of Mardi Gras #481741
Tints of Mardi Gras #481741
RGB
CMYK
RGB Variations
Color information
#481741 (or 0x481741) is known color: Mardi Gras. HEX triplet: 48, 17 and 41. RGB value is (72,23,65). Sum of RGB (Red+Green+Blue) = 72+23+65=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481741 is #B7E8BE. Grayscale: #2A2A2A. Windows color (decimal): -12052671 or 4265800. OLE color: 4265800.
HSL color Cylindrical-coordinate representation of color #481741: hue angle of 308.57º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481741 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 65 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.72 |
| HSL | 308.57º | 0.52% | 0.19% | - |
| HSV(B) | 308.57º | 0.68% | 0.28% | - |
| XYZ | 3.93 | 2.37 | 5.25 | - |
| YUV | 42.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 65 | 0 | 0.68 | 0.10 | 0.72 | 308.57 | 0.52 | 0.19 |
| Hex | 48 | 17 | 41 | 0 | 44 | A | 48 | 135 | 34 | 13 |
| Octal | 110 | 27 | 101 | 0 | 104 | 12 | 110 | 465 | 64 | 23 |
| Binary | 1001000 | 10111 | 1000001 | 0 | 1000100 | 1010 | 1001000 | 100110101 | 110100 | 10011 |
Color Harmonies of #481741
Complementary color
Monochromatic Colors of #481741
Black with #481741
Text Example
Text Example
White with #481741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481741; }
p { color: rgb(72,23,65); }
H1.HeaderClassName
{
color: #481741;
}
.AnyTagClassName
{
color: #481741;
}
</style>
background-color css
<style>
a { background-color: #481741; }
a { background-color: rgb(72,23,65); }
div.DivClassName
{
background-color: #481741;
}
.BgClassName
{
background-color: #481741;
}
</style>
border-color css
<style>
span { border-color: #481741; }
span { border-color: rgb(72,23,65); }
td.TdClassName
{
border-color: #481741;
}
.TagClassName
{
border-color: #481741;
}
</style>