Shades of Mardi Gras #37113D
Tints of Mardi Gras #37113D
RGB
CMYK
RGB Variations
Color information
#37113D (or 0x37113D) is known color: Mardi Gras. HEX triplet: 37, 11 and 3D. RGB value is (55,17,61). Sum of RGB (Red+Green+Blue) = 55+17+61=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #37113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37113D is #C8EEC2. Grayscale: #212121. Windows color (decimal): -13168323 or 4002103. OLE color: 4002103.
HSL color Cylindrical-coordinate representation of color #37113D: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37113D is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 17 | 61 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.76 |
| HSL | 291.82º | 0.56% | 0.15% | - |
| HSV(B) | 291.82º | 0.72% | 0.24% | - |
| XYZ | 2.62 | 1.55 | 4.58 | - |
| YUV | 33.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 61 | 0.10 | 0.72 | 0 | 0.76 | 291.82 | 0.56 | 0.15 |
| Hex | 37 | 11 | 3D | A | 48 | 0 | 4C | 124 | 38 | F |
| Octal | 67 | 21 | 75 | 12 | 110 | 0 | 114 | 444 | 70 | 17 |
| Binary | 110111 | 10001 | 111101 | 1010 | 1001000 | 0 | 1001100 | 100100100 | 111000 | 1111 |
Color Harmonies of #37113D
Complementary color
Monochromatic Colors of #37113D
Black with #37113D
Text Example
Text Example
White with #37113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37113D; }
p { color: rgb(55,17,61); }
H1.HeaderClassName
{
color: #37113D;
}
.AnyTagClassName
{
color: #37113D;
}
</style>
background-color css
<style>
a { background-color: #37113D; }
a { background-color: rgb(55,17,61); }
div.DivClassName
{
background-color: #37113D;
}
.BgClassName
{
background-color: #37113D;
}
</style>
border-color css
<style>
span { border-color: #37113D; }
span { border-color: rgb(55,17,61); }
td.TdClassName
{
border-color: #37113D;
}
.TagClassName
{
border-color: #37113D;
}
</style>