Shades of Mardi Gras #370D32
Tints of Mardi Gras #370D32
RGB
CMYK
RGB Variations
Color information
#370D32 (or 0x370D32) is known color: Mardi Gras. HEX triplet: 37, 0D and 32. RGB value is (55,13,50). Sum of RGB (Red+Green+Blue) = 55+13+50=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #370D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D32 is #C8F2CD. Grayscale: #1D1D1D. Windows color (decimal): -13169358 or 3280183. OLE color: 3280183.
HSL color Cylindrical-coordinate representation of color #370D32: hue angle of 307.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D32 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 50 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.78 |
| HSL | 307.14º | 0.62% | 0.13% | - |
| HSV(B) | 307.14º | 0.76% | 0.22% | - |
| XYZ | 2.3 | 1.33 | 3.15 | - |
| YUV | 29.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 50 | 0 | 0.76 | 0.09 | 0.78 | 307.14 | 0.62 | 0.13 |
| Hex | 37 | D | 32 | 0 | 4C | 9 | 4E | 133 | 3E | D |
| Octal | 67 | 15 | 62 | 0 | 114 | 11 | 116 | 463 | 76 | 15 |
| Binary | 110111 | 1101 | 110010 | 0 | 1001100 | 1001 | 1001110 | 100110011 | 111110 | 1101 |
Color Harmonies of #370D32
Complementary color
Monochromatic Colors of #370D32
Black with #370D32
Text Example
Text Example
White with #370D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D32; }
p { color: rgb(55,13,50); }
H1.HeaderClassName
{
color: #370D32;
}
.AnyTagClassName
{
color: #370D32;
}
</style>
background-color css
<style>
a { background-color: #370D32; }
a { background-color: rgb(55,13,50); }
div.DivClassName
{
background-color: #370D32;
}
.BgClassName
{
background-color: #370D32;
}
</style>
border-color css
<style>
span { border-color: #370D32; }
span { border-color: rgb(55,13,50); }
td.TdClassName
{
border-color: #370D32;
}
.TagClassName
{
border-color: #370D32;
}
</style>