Shades of Mardi Gras #370C32
Tints of Mardi Gras #370C32
RGB
CMYK
RGB Variations
Color information
#370C32 (or 0x370C32) is known color: Mardi Gras. HEX triplet: 37, 0C and 32. RGB value is (55,12,50). Sum of RGB (Red+Green+Blue) = 55+12+50=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #370C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C32 is #C8F3CD. Grayscale: #1D1D1D. Windows color (decimal): -13169614 or 3279927. OLE color: 3279927.
HSL color Cylindrical-coordinate representation of color #370C32: hue angle of 306.98º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C32 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 50 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.78 |
| HSL | 306.98º | 0.64% | 0.13% | - |
| HSV(B) | 306.98º | 0.78% | 0.22% | - |
| XYZ | 2.28 | 1.31 | 3.15 | - |
| YUV | 29.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 50 | 0 | 0.78 | 0.09 | 0.78 | 306.98 | 0.64 | 0.13 |
| Hex | 37 | C | 32 | 0 | 4E | 9 | 4E | 133 | 40 | D |
| Octal | 67 | 14 | 62 | 0 | 116 | 11 | 116 | 463 | 100 | 15 |
| Binary | 110111 | 1100 | 110010 | 0 | 1001110 | 1001 | 1001110 | 100110011 | 1000000 | 1101 |
Color Harmonies of #370C32
Complementary color
Monochromatic Colors of #370C32
Black with #370C32
Text Example
Text Example
White with #370C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C32; }
p { color: rgb(55,12,50); }
H1.HeaderClassName
{
color: #370C32;
}
.AnyTagClassName
{
color: #370C32;
}
</style>
background-color css
<style>
a { background-color: #370C32; }
a { background-color: rgb(55,12,50); }
div.DivClassName
{
background-color: #370C32;
}
.BgClassName
{
background-color: #370C32;
}
</style>
border-color css
<style>
span { border-color: #370C32; }
span { border-color: rgb(55,12,50); }
td.TdClassName
{
border-color: #370C32;
}
.TagClassName
{
border-color: #370C32;
}
</style>