Shades of Mardi Gras #37123D
Tints of Mardi Gras #37123D
RGB
CMYK
RGB Variations
Color information
#37123D (or 0x37123D) is known color: Mardi Gras. HEX triplet: 37, 12 and 3D. RGB value is (55,18,61). Sum of RGB (Red+Green+Blue) = 55+18+61=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #37123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37123D is #C8EDC2. Grayscale: #212121. Windows color (decimal): -13168067 or 4002359. OLE color: 4002359.
HSL color Cylindrical-coordinate representation of color #37123D: hue angle of 291.63º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37123D is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 18 | 61 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.76 |
| HSL | 291.63º | 0.54% | 0.15% | - |
| HSV(B) | 291.63º | 0.7% | 0.24% | - |
| XYZ | 2.63 | 1.58 | 4.58 | - |
| YUV | 33.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 61 | 0.10 | 0.70 | 0 | 0.76 | 291.63 | 0.54 | 0.15 |
| Hex | 37 | 12 | 3D | A | 46 | 0 | 4C | 124 | 36 | F |
| Octal | 67 | 22 | 75 | 12 | 106 | 0 | 114 | 444 | 66 | 17 |
| Binary | 110111 | 10010 | 111101 | 1010 | 1000110 | 0 | 1001100 | 100100100 | 110110 | 1111 |
Color Harmonies of #37123D
Complementary color
Monochromatic Colors of #37123D
Black with #37123D
Text Example
Text Example
White with #37123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37123D; }
p { color: rgb(55,18,61); }
H1.HeaderClassName
{
color: #37123D;
}
.AnyTagClassName
{
color: #37123D;
}
</style>
background-color css
<style>
a { background-color: #37123D; }
a { background-color: rgb(55,18,61); }
div.DivClassName
{
background-color: #37123D;
}
.BgClassName
{
background-color: #37123D;
}
</style>
border-color css
<style>
span { border-color: #37123D; }
span { border-color: rgb(55,18,61); }
td.TdClassName
{
border-color: #37123D;
}
.TagClassName
{
border-color: #37123D;
}
</style>