Shades of Mardi Gras #371131
Tints of Mardi Gras #371131
RGB
CMYK
RGB Variations
Color information
#371131 (or 0x371131) is known color: Mardi Gras. HEX triplet: 37, 11 and 31. RGB value is (55,17,49). Sum of RGB (Red+Green+Blue) = 55+17+49=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371131 is #C8EECE. Grayscale: #1F1F1F. Windows color (decimal): -13168335 or 3215671. OLE color: 3215671.
HSL color Cylindrical-coordinate representation of color #371131: hue angle of 309.47º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371131 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 49 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.78 |
| HSL | 309.47º | 0.53% | 0.14% | - |
| HSV(B) | 309.47º | 0.69% | 0.22% | - |
| XYZ | 2.33 | 1.43 | 3.06 | - |
| YUV | 32.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 49 | 0 | 0.69 | 0.11 | 0.78 | 309.47 | 0.53 | 0.14 |
| Hex | 37 | 11 | 31 | 0 | 45 | B | 4E | 135 | 35 | E |
| Octal | 67 | 21 | 61 | 0 | 105 | 13 | 116 | 465 | 65 | 16 |
| Binary | 110111 | 10001 | 110001 | 0 | 1000101 | 1011 | 1001110 | 100110101 | 110101 | 1110 |
Color Harmonies of #371131
Complementary color
Monochromatic Colors of #371131
Black with #371131
Text Example
Text Example
White with #371131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371131; }
p { color: rgb(55,17,49); }
H1.HeaderClassName
{
color: #371131;
}
.AnyTagClassName
{
color: #371131;
}
</style>
background-color css
<style>
a { background-color: #371131; }
a { background-color: rgb(55,17,49); }
div.DivClassName
{
background-color: #371131;
}
.BgClassName
{
background-color: #371131;
}
</style>
border-color css
<style>
span { border-color: #371131; }
span { border-color: rgb(55,17,49); }
td.TdClassName
{
border-color: #371131;
}
.TagClassName
{
border-color: #371131;
}
</style>