Shades of Mardi Gras #37153C
Tints of Mardi Gras #37153C
RGB
CMYK
RGB Variations
Color information
#37153C (or 0x37153C) is known color: Mardi Gras. HEX triplet: 37, 15 and 3C. RGB value is (55,21,60). Sum of RGB (Red+Green+Blue) = 55+21+60=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #37153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37153C is #C8EAC3. Grayscale: #232323. Windows color (decimal): -13167300 or 3937591. OLE color: 3937591.
HSL color Cylindrical-coordinate representation of color #37153C: hue angle of 292.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37153C is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 21 | 60 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.76 |
| HSL | 292.31º | 0.48% | 0.16% | - |
| HSV(B) | 292.31º | 0.65% | 0.24% | - |
| XYZ | 2.66 | 1.67 | 4.46 | - |
| YUV | 35.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 60 | 0.08 | 0.65 | 0 | 0.76 | 292.31 | 0.48 | 0.16 |
| Hex | 37 | 15 | 3C | 8 | 41 | 0 | 4C | 124 | 30 | 10 |
| Octal | 67 | 25 | 74 | 10 | 101 | 0 | 114 | 444 | 60 | 20 |
| Binary | 110111 | 10101 | 111100 | 1000 | 1000001 | 0 | 1001100 | 100100100 | 110000 | 10000 |
Color Harmonies of #37153C
Complementary color
Monochromatic Colors of #37153C
Black with #37153C
Text Example
Text Example
White with #37153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37153C; }
p { color: rgb(55,21,60); }
H1.HeaderClassName
{
color: #37153C;
}
.AnyTagClassName
{
color: #37153C;
}
</style>
background-color css
<style>
a { background-color: #37153C; }
a { background-color: rgb(55,21,60); }
div.DivClassName
{
background-color: #37153C;
}
.BgClassName
{
background-color: #37153C;
}
</style>
border-color css
<style>
span { border-color: #37153C; }
span { border-color: rgb(55,21,60); }
td.TdClassName
{
border-color: #37153C;
}
.TagClassName
{
border-color: #37153C;
}
</style>