Shades of Mardi Gras #48034A
Tints of Mardi Gras #48034A
RGB
CMYK
RGB Variations
Color information
#48034A (or 0x48034A) is known color: Mardi Gras. HEX triplet: 48, 03 and 4A. RGB value is (72,3,74). Sum of RGB (Red+Green+Blue) = 72+3+74=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #48034A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48034A is #B7FCB5. Grayscale: #1F1F1F. Windows color (decimal): -12057782 or 4850504. OLE color: 4850504.
HSL color Cylindrical-coordinate representation of color #48034A: hue angle of 298.31º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48034A is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 3 | 74 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.71 |
| HSL | 298.31º | 0.92% | 0.15% | - |
| HSV(B) | 298.31º | 0.96% | 0.29% | - |
| XYZ | 3.94 | 1.94 | 6.64 | - |
| YUV | 31.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 74 | 0.03 | 0.96 | 0 | 0.71 | 298.31 | 0.92 | 0.15 |
| Hex | 48 | 3 | 4A | 3 | 60 | 0 | 47 | 12A | 5C | F |
| Octal | 110 | 3 | 112 | 3 | 140 | 0 | 107 | 452 | 134 | 17 |
| Binary | 1001000 | 11 | 1001010 | 11 | 1100000 | 0 | 1000111 | 100101010 | 1011100 | 1111 |
Color Harmonies of #48034A
Complementary color
Monochromatic Colors of #48034A
Black with #48034A
Text Example
Text Example
White with #48034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48034A; }
p { color: rgb(72,3,74); }
H1.HeaderClassName
{
color: #48034A;
}
.AnyTagClassName
{
color: #48034A;
}
</style>
background-color css
<style>
a { background-color: #48034A; }
a { background-color: rgb(72,3,74); }
div.DivClassName
{
background-color: #48034A;
}
.BgClassName
{
background-color: #48034A;
}
</style>
border-color css
<style>
span { border-color: #48034A; }
span { border-color: rgb(72,3,74); }
td.TdClassName
{
border-color: #48034A;
}
.TagClassName
{
border-color: #48034A;
}
</style>