Shades of Mardi Gras #37043C
Tints of Mardi Gras #37043C
RGB
CMYK
RGB Variations
Color information
#37043C (or 0x37043C) is known color: Mardi Gras. HEX triplet: 37, 04 and 3C. RGB value is (55,4,60). Sum of RGB (Red+Green+Blue) = 55+4+60=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #37043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37043C is #C8FBC3. Grayscale: #191919. Windows color (decimal): -13171652 or 3933239. OLE color: 3933239.
HSL color Cylindrical-coordinate representation of color #37043C: hue angle of 294.64º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37043C is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 4 | 60 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.76 |
| HSL | 294.64º | 0.88% | 0.13% | - |
| HSV(B) | 294.64º | 0.93% | 0.24% | - |
| XYZ | 2.43 | 1.23 | 4.38 | - |
| YUV | 25.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 60 | 0.08 | 0.93 | 0 | 0.76 | 294.64 | 0.88 | 0.13 |
| Hex | 37 | 4 | 3C | 8 | 5D | 0 | 4C | 127 | 58 | D |
| Octal | 67 | 4 | 74 | 10 | 135 | 0 | 114 | 447 | 130 | 15 |
| Binary | 110111 | 100 | 111100 | 1000 | 1011101 | 0 | 1001100 | 100100111 | 1011000 | 1101 |
Color Harmonies of #37043C
Complementary color
Monochromatic Colors of #37043C
Black with #37043C
Text Example
Text Example
White with #37043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37043C; }
p { color: rgb(55,4,60); }
H1.HeaderClassName
{
color: #37043C;
}
.AnyTagClassName
{
color: #37043C;
}
</style>
background-color css
<style>
a { background-color: #37043C; }
a { background-color: rgb(55,4,60); }
div.DivClassName
{
background-color: #37043C;
}
.BgClassName
{
background-color: #37043C;
}
</style>
border-color css
<style>
span { border-color: #37043C; }
span { border-color: rgb(55,4,60); }
td.TdClassName
{
border-color: #37043C;
}
.TagClassName
{
border-color: #37043C;
}
</style>