Shades of Mardi Gras #37083A
Tints of Mardi Gras #37083A
RGB
CMYK
RGB Variations
Color information
#37083A (or 0x37083A) is known color: Mardi Gras. HEX triplet: 37, 08 and 3A. RGB value is (55,8,58). Sum of RGB (Red+Green+Blue) = 55+8+58=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #37083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37083A is #C8F7C5. Grayscale: #1B1B1B. Windows color (decimal): -13170630 or 3803191. OLE color: 3803191.
HSL color Cylindrical-coordinate representation of color #37083A: hue angle of 296.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37083A is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 8 | 58 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.77 |
| HSL | 296.4º | 0.76% | 0.13% | - |
| HSV(B) | 296.4º | 0.86% | 0.23% | - |
| XYZ | 2.43 | 1.29 | 4.12 | - |
| YUV | 27.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 58 | 0.05 | 0.86 | 0 | 0.77 | 296.4 | 0.76 | 0.13 |
| Hex | 37 | 8 | 3A | 5 | 56 | 0 | 4D | 128 | 4C | D |
| Octal | 67 | 10 | 72 | 5 | 126 | 0 | 115 | 450 | 114 | 15 |
| Binary | 110111 | 1000 | 111010 | 101 | 1010110 | 0 | 1001101 | 100101000 | 1001100 | 1101 |
Color Harmonies of #37083A
Complementary color
Monochromatic Colors of #37083A
Black with #37083A
Text Example
Text Example
White with #37083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37083A; }
p { color: rgb(55,8,58); }
H1.HeaderClassName
{
color: #37083A;
}
.AnyTagClassName
{
color: #37083A;
}
</style>
background-color css
<style>
a { background-color: #37083A; }
a { background-color: rgb(55,8,58); }
div.DivClassName
{
background-color: #37083A;
}
.BgClassName
{
background-color: #37083A;
}
</style>
border-color css
<style>
span { border-color: #37083A; }
span { border-color: rgb(55,8,58); }
td.TdClassName
{
border-color: #37083A;
}
.TagClassName
{
border-color: #37083A;
}
</style>