Shades of Mardi Gras #371332
Tints of Mardi Gras #371332
RGB
CMYK
RGB Variations
Color information
#371332 (or 0x371332) is known color: Mardi Gras. HEX triplet: 37, 13 and 32. RGB value is (55,19,50). Sum of RGB (Red+Green+Blue) = 55+19+50=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371332 is #C8ECCD. Grayscale: #212121. Windows color (decimal): -13167822 or 3281719. OLE color: 3281719.
HSL color Cylindrical-coordinate representation of color #371332: hue angle of 308.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371332 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 19 | 50 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.78 |
| HSL | 308.33º | 0.49% | 0.15% | - |
| HSV(B) | 308.33º | 0.65% | 0.22% | - |
| XYZ | 2.38 | 1.51 | 3.18 | - |
| YUV | 33.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 50 | 0 | 0.65 | 0.09 | 0.78 | 308.33 | 0.49 | 0.15 |
| Hex | 37 | 13 | 32 | 0 | 41 | 9 | 4E | 134 | 31 | F |
| Octal | 67 | 23 | 62 | 0 | 101 | 11 | 116 | 464 | 61 | 17 |
| Binary | 110111 | 10011 | 110010 | 0 | 1000001 | 1001 | 1001110 | 100110100 | 110001 | 1111 |
Color Harmonies of #371332
Complementary color
Monochromatic Colors of #371332
Black with #371332
Text Example
Text Example
White with #371332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371332; }
p { color: rgb(55,19,50); }
H1.HeaderClassName
{
color: #371332;
}
.AnyTagClassName
{
color: #371332;
}
</style>
background-color css
<style>
a { background-color: #371332; }
a { background-color: rgb(55,19,50); }
div.DivClassName
{
background-color: #371332;
}
.BgClassName
{
background-color: #371332;
}
</style>
border-color css
<style>
span { border-color: #371332; }
span { border-color: rgb(55,19,50); }
td.TdClassName
{
border-color: #371332;
}
.TagClassName
{
border-color: #371332;
}
</style>