Shades of Mardi Gras #48133F
Tints of Mardi Gras #48133F
RGB
CMYK
RGB Variations
Color information
#48133F (or 0x48133F) is known color: Mardi Gras. HEX triplet: 48, 13 and 3F. RGB value is (72,19,63). Sum of RGB (Red+Green+Blue) = 72+19+63=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133F is #B7ECC0. Grayscale: #272727. Windows color (decimal): -12053697 or 4133704. OLE color: 4133704.
HSL color Cylindrical-coordinate representation of color #48133F: hue angle of 310.19º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48133F is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 63 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.72 |
| HSL | 310.19º | 0.58% | 0.18% | - |
| HSV(B) | 310.19º | 0.74% | 0.28% | - |
| XYZ | 3.8 | 2.2 | 4.93 | - |
| YUV | 39.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 63 | 0 | 0.74 | 0.12 | 0.72 | 310.19 | 0.58 | 0.18 |
| Hex | 48 | 13 | 3F | 0 | 4A | C | 48 | 136 | 3A | 12 |
| Octal | 110 | 23 | 77 | 0 | 112 | 14 | 110 | 466 | 72 | 22 |
| Binary | 1001000 | 10011 | 111111 | 0 | 1001010 | 1100 | 1001000 | 100110110 | 111010 | 10010 |
Color Harmonies of #48133F
Complementary color
Monochromatic Colors of #48133F
Black with #48133F
Text Example
Text Example
White with #48133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48133F; }
p { color: rgb(72,19,63); }
H1.HeaderClassName
{
color: #48133F;
}
.AnyTagClassName
{
color: #48133F;
}
</style>
background-color css
<style>
a { background-color: #48133F; }
a { background-color: rgb(72,19,63); }
div.DivClassName
{
background-color: #48133F;
}
.BgClassName
{
background-color: #48133F;
}
</style>
border-color css
<style>
span { border-color: #48133F; }
span { border-color: rgb(72,19,63); }
td.TdClassName
{
border-color: #48133F;
}
.TagClassName
{
border-color: #48133F;
}
</style>