Shades of Mardi Gras #481943
Tints of Mardi Gras #481943
RGB
CMYK
RGB Variations
Color information
#481943 (or 0x481943) is known color: Mardi Gras. HEX triplet: 48, 19 and 43. RGB value is (72,25,67). Sum of RGB (Red+Green+Blue) = 72+25+67=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481943 is #B7E6BC. Grayscale: #2B2B2B. Windows color (decimal): -12052157 or 4397384. OLE color: 4397384.
HSL color Cylindrical-coordinate representation of color #481943: hue angle of 306.38º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481943 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 67 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.72 |
| HSL | 306.38º | 0.48% | 0.19% | - |
| HSV(B) | 306.38º | 0.65% | 0.28% | - |
| XYZ | 4.03 | 2.48 | 5.58 | - |
| YUV | 43.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 67 | 0 | 0.65 | 0.07 | 0.72 | 306.38 | 0.48 | 0.19 |
| Hex | 48 | 19 | 43 | 0 | 41 | 7 | 48 | 132 | 30 | 13 |
| Octal | 110 | 31 | 103 | 0 | 101 | 7 | 110 | 462 | 60 | 23 |
| Binary | 1001000 | 11001 | 1000011 | 0 | 1000001 | 111 | 1001000 | 100110010 | 110000 | 10011 |
Color Harmonies of #481943
Complementary color
Monochromatic Colors of #481943
Black with #481943
Text Example
Text Example
White with #481943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481943; }
p { color: rgb(72,25,67); }
H1.HeaderClassName
{
color: #481943;
}
.AnyTagClassName
{
color: #481943;
}
</style>
background-color css
<style>
a { background-color: #481943; }
a { background-color: rgb(72,25,67); }
div.DivClassName
{
background-color: #481943;
}
.BgClassName
{
background-color: #481943;
}
</style>
border-color css
<style>
span { border-color: #481943; }
span { border-color: rgb(72,25,67); }
td.TdClassName
{
border-color: #481943;
}
.TagClassName
{
border-color: #481943;
}
</style>