Shades of Mardi Gras #37092F
Tints of Mardi Gras #37092F
RGB
CMYK
RGB Variations
Color information
#37092F (or 0x37092F) is known color: Mardi Gras. HEX triplet: 37, 09 and 2F. RGB value is (55,9,47). Sum of RGB (Red+Green+Blue) = 55+9+47=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #37092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37092F is #C8F6D0. Grayscale: #1A1A1A. Windows color (decimal): -13170385 or 3082551. OLE color: 3082551.
HSL color Cylindrical-coordinate representation of color #37092F: hue angle of 310.43º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37092F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 9 | 47 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.78 |
| HSL | 310.43º | 0.72% | 0.13% | - |
| HSV(B) | 310.43º | 0.84% | 0.22% | - |
| XYZ | 2.19 | 1.21 | 2.81 | - |
| YUV | 27.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 47 | 0 | 0.84 | 0.15 | 0.78 | 310.43 | 0.72 | 0.13 |
| Hex | 37 | 9 | 2F | 0 | 54 | F | 4E | 136 | 48 | D |
| Octal | 67 | 11 | 57 | 0 | 124 | 17 | 116 | 466 | 110 | 15 |
| Binary | 110111 | 1001 | 101111 | 0 | 1010100 | 1111 | 1001110 | 100110110 | 1001000 | 1101 |
Color Harmonies of #37092F
Complementary color
Monochromatic Colors of #37092F
Black with #37092F
Text Example
Text Example
White with #37092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37092F; }
p { color: rgb(55,9,47); }
H1.HeaderClassName
{
color: #37092F;
}
.AnyTagClassName
{
color: #37092F;
}
</style>
background-color css
<style>
a { background-color: #37092F; }
a { background-color: rgb(55,9,47); }
div.DivClassName
{
background-color: #37092F;
}
.BgClassName
{
background-color: #37092F;
}
</style>
border-color css
<style>
span { border-color: #37092F; }
span { border-color: rgb(55,9,47); }
td.TdClassName
{
border-color: #37092F;
}
.TagClassName
{
border-color: #37092F;
}
</style>