Shades of Mardi Gras #371A36
Tints of Mardi Gras #371A36
RGB
CMYK
RGB Variations
Color information
#371A36 (or 0x371A36) is known color: Mardi Gras. HEX triplet: 37, 1A and 36. RGB value is (55,26,54). Sum of RGB (Red+Green+Blue) = 55+26+54=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #371A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A36 is #C8E5C9. Grayscale: #252525. Windows color (decimal): -13166026 or 3545655. OLE color: 3545655.
HSL color Cylindrical-coordinate representation of color #371A36: hue angle of 302.07º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #371A36 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 54 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.78 |
| HSL | 302.07º | 0.36% | 0.16% | - |
| HSV(B) | 302.07º | 0.53% | 0.22% | - |
| XYZ | 2.61 | 1.82 | 3.7 | - |
| YUV | 37.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 54 | 0 | 0.53 | 0.02 | 0.78 | 302.07 | 0.36 | 0.16 |
| Hex | 37 | 1A | 36 | 0 | 35 | 2 | 4E | 12E | 24 | 10 |
| Octal | 67 | 32 | 66 | 0 | 65 | 2 | 116 | 456 | 44 | 20 |
| Binary | 110111 | 11010 | 110110 | 0 | 110101 | 10 | 1001110 | 100101110 | 100100 | 10000 |
Color Harmonies of #371A36
Complementary color
Monochromatic Colors of #371A36
Black with #371A36
Text Example
Text Example
White with #371A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A36; }
p { color: rgb(55,26,54); }
H1.HeaderClassName
{
color: #371A36;
}
.AnyTagClassName
{
color: #371A36;
}
</style>
background-color css
<style>
a { background-color: #371A36; }
a { background-color: rgb(55,26,54); }
div.DivClassName
{
background-color: #371A36;
}
.BgClassName
{
background-color: #371A36;
}
</style>
border-color css
<style>
span { border-color: #371A36; }
span { border-color: rgb(55,26,54); }
td.TdClassName
{
border-color: #371A36;
}
.TagClassName
{
border-color: #371A36;
}
</style>