Shades of Mardi Gras #481745
Tints of Mardi Gras #481745
RGB
CMYK
RGB Variations
Color information
#481745 (or 0x481745) is known color: Mardi Gras. HEX triplet: 48, 17 and 45. RGB value is (72,23,69). Sum of RGB (Red+Green+Blue) = 72+23+69=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481745 is #B7E8BA. Grayscale: #2A2A2A. Windows color (decimal): -12052667 or 4527944. OLE color: 4527944.
HSL color Cylindrical-coordinate representation of color #481745: hue angle of 303.67º 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 #481745 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 69 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.72 |
| HSL | 303.67º | 0.52% | 0.19% | - |
| HSV(B) | 303.67º | 0.68% | 0.28% | - |
| XYZ | 4.05 | 2.42 | 5.88 | - |
| YUV | 42.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 69 | 0 | 0.68 | 0.04 | 0.72 | 303.67 | 0.52 | 0.19 |
| Hex | 48 | 17 | 45 | 0 | 44 | 4 | 48 | 130 | 34 | 13 |
| Octal | 110 | 27 | 105 | 0 | 104 | 4 | 110 | 460 | 64 | 23 |
| Binary | 1001000 | 10111 | 1000101 | 0 | 1000100 | 100 | 1001000 | 100110000 | 110100 | 10011 |
Color Harmonies of #481745
Complementary color
Monochromatic Colors of #481745
Black with #481745
Text Example
Text Example
White with #481745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481745; }
p { color: rgb(72,23,69); }
H1.HeaderClassName
{
color: #481745;
}
.AnyTagClassName
{
color: #481745;
}
</style>
background-color css
<style>
a { background-color: #481745; }
a { background-color: rgb(72,23,69); }
div.DivClassName
{
background-color: #481745;
}
.BgClassName
{
background-color: #481745;
}
</style>
border-color css
<style>
span { border-color: #481745; }
span { border-color: rgb(72,23,69); }
td.TdClassName
{
border-color: #481745;
}
.TagClassName
{
border-color: #481745;
}
</style>