Shades of Mardi Gras #481742
Tints of Mardi Gras #481742
RGB
CMYK
RGB Variations
Color information
#481742 (or 0x481742) is known color: Mardi Gras. HEX triplet: 48, 17 and 42. RGB value is (72,23,66). Sum of RGB (Red+Green+Blue) = 72+23+66=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481742 is #B7E8BD. Grayscale: #2A2A2A. Windows color (decimal): -12052670 or 4331336. OLE color: 4331336.
HSL color Cylindrical-coordinate representation of color #481742: hue angle of 307.35º 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 #481742 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 66 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.72 |
| HSL | 307.35º | 0.52% | 0.19% | - |
| HSV(B) | 307.35º | 0.68% | 0.28% | - |
| XYZ | 3.96 | 2.38 | 5.41 | - |
| YUV | 42.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 66 | 0 | 0.68 | 0.08 | 0.72 | 307.35 | 0.52 | 0.19 |
| Hex | 48 | 17 | 42 | 0 | 44 | 8 | 48 | 133 | 34 | 13 |
| Octal | 110 | 27 | 102 | 0 | 104 | 10 | 110 | 463 | 64 | 23 |
| Binary | 1001000 | 10111 | 1000010 | 0 | 1000100 | 1000 | 1001000 | 100110011 | 110100 | 10011 |
Color Harmonies of #481742
Complementary color
Monochromatic Colors of #481742
Black with #481742
Text Example
Text Example
White with #481742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481742; }
p { color: rgb(72,23,66); }
H1.HeaderClassName
{
color: #481742;
}
.AnyTagClassName
{
color: #481742;
}
</style>
background-color css
<style>
a { background-color: #481742; }
a { background-color: rgb(72,23,66); }
div.DivClassName
{
background-color: #481742;
}
.BgClassName
{
background-color: #481742;
}
</style>
border-color css
<style>
span { border-color: #481742; }
span { border-color: rgb(72,23,66); }
td.TdClassName
{
border-color: #481742;
}
.TagClassName
{
border-color: #481742;
}
</style>