Shades of Mardi Gras #37053C
Tints of Mardi Gras #37053C
RGB
CMYK
RGB Variations
Color information
#37053C (or 0x37053C) is known color: Mardi Gras. HEX triplet: 37, 05 and 3C. RGB value is (55,5,60). Sum of RGB (Red+Green+Blue) = 55+5+60=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #37053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053C is #C8FAC3. Grayscale: #1A1A1A. Windows color (decimal): -13171396 or 3933495. OLE color: 3933495.
HSL color Cylindrical-coordinate representation of color #37053C: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37053C is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 5 | 60 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.76 |
| HSL | 294.55º | 0.85% | 0.13% | - |
| HSV(B) | 294.55º | 0.92% | 0.24% | - |
| XYZ | 2.45 | 1.25 | 4.39 | - |
| YUV | 26.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 60 | 0.08 | 0.92 | 0 | 0.76 | 294.55 | 0.85 | 0.13 |
| Hex | 37 | 5 | 3C | 8 | 5C | 0 | 4C | 127 | 55 | D |
| Octal | 67 | 5 | 74 | 10 | 134 | 0 | 114 | 447 | 125 | 15 |
| Binary | 110111 | 101 | 111100 | 1000 | 1011100 | 0 | 1001100 | 100100111 | 1010101 | 1101 |
Color Harmonies of #37053C
Complementary color
Monochromatic Colors of #37053C
Black with #37053C
Text Example
Text Example
White with #37053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37053C; }
p { color: rgb(55,5,60); }
H1.HeaderClassName
{
color: #37053C;
}
.AnyTagClassName
{
color: #37053C;
}
</style>
background-color css
<style>
a { background-color: #37053C; }
a { background-color: rgb(55,5,60); }
div.DivClassName
{
background-color: #37053C;
}
.BgClassName
{
background-color: #37053C;
}
</style>
border-color css
<style>
span { border-color: #37053C; }
span { border-color: rgb(55,5,60); }
td.TdClassName
{
border-color: #37053C;
}
.TagClassName
{
border-color: #37053C;
}
</style>