Shades of Mardi Gras #37163A
Tints of Mardi Gras #37163A
RGB
CMYK
RGB Variations
Color information
#37163A (or 0x37163A) is known color: Mardi Gras. HEX triplet: 37, 16 and 3A. RGB value is (55,22,58). Sum of RGB (Red+Green+Blue) = 55+22+58=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #37163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37163A is #C8E9C5. Grayscale: #232323. Windows color (decimal): -13167046 or 3806775. OLE color: 3806775.
HSL color Cylindrical-coordinate representation of color #37163A: hue angle of 295º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37163A is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 22 | 58 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.77 |
| HSL | 295º | 0.45% | 0.16% | - |
| HSV(B) | 295º | 0.62% | 0.23% | - |
| XYZ | 2.63 | 1.69 | 4.19 | - |
| YUV | 35.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 58 | 0.05 | 0.62 | 0 | 0.77 | 295 | 0.45 | 0.16 |
| Hex | 37 | 16 | 3A | 5 | 3E | 0 | 4D | 127 | 2D | 10 |
| Octal | 67 | 26 | 72 | 5 | 76 | 0 | 115 | 447 | 55 | 20 |
| Binary | 110111 | 10110 | 111010 | 101 | 111110 | 0 | 1001101 | 100100111 | 101101 | 10000 |
Color Harmonies of #37163A
Complementary color
Monochromatic Colors of #37163A
Black with #37163A
Text Example
Text Example
White with #37163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37163A; }
p { color: rgb(55,22,58); }
H1.HeaderClassName
{
color: #37163A;
}
.AnyTagClassName
{
color: #37163A;
}
</style>
background-color css
<style>
a { background-color: #37163A; }
a { background-color: rgb(55,22,58); }
div.DivClassName
{
background-color: #37163A;
}
.BgClassName
{
background-color: #37163A;
}
</style>
border-color css
<style>
span { border-color: #37163A; }
span { border-color: rgb(55,22,58); }
td.TdClassName
{
border-color: #37163A;
}
.TagClassName
{
border-color: #37163A;
}
</style>