Shades of Mardi Gras #36173C
Tints of Mardi Gras #36173C
RGB
CMYK
RGB Variations
Color information
#36173C (or 0x36173C) is known color: Mardi Gras. HEX triplet: 36, 17 and 3C. RGB value is (54,23,60). Sum of RGB (Red+Green+Blue) = 54+23+60=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #36173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36173C is #C9E8C3. Grayscale: #242424. Windows color (decimal): -13232324 or 3938102. OLE color: 3938102.
HSL color Cylindrical-coordinate representation of color #36173C: hue angle of 290.27º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36173C is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 23 | 60 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.76 |
| HSL | 290.27º | 0.45% | 0.16% | - |
| HSV(B) | 290.27º | 0.62% | 0.24% | - |
| XYZ | 2.64 | 1.72 | 4.47 | - |
| YUV | 36.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 60 | 0.10 | 0.62 | 0 | 0.76 | 290.27 | 0.45 | 0.16 |
| Hex | 36 | 17 | 3C | A | 3E | 0 | 4C | 122 | 2D | 10 |
| Octal | 66 | 27 | 74 | 12 | 76 | 0 | 114 | 442 | 55 | 20 |
| Binary | 110110 | 10111 | 111100 | 1010 | 111110 | 0 | 1001100 | 100100010 | 101101 | 10000 |
Color Harmonies of #36173C
Complementary color
Monochromatic Colors of #36173C
Black with #36173C
Text Example
Text Example
White with #36173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36173C; }
p { color: rgb(54,23,60); }
H1.HeaderClassName
{
color: #36173C;
}
.AnyTagClassName
{
color: #36173C;
}
</style>
background-color css
<style>
a { background-color: #36173C; }
a { background-color: rgb(54,23,60); }
div.DivClassName
{
background-color: #36173C;
}
.BgClassName
{
background-color: #36173C;
}
</style>
border-color css
<style>
span { border-color: #36173C; }
span { border-color: rgb(54,23,60); }
td.TdClassName
{
border-color: #36173C;
}
.TagClassName
{
border-color: #36173C;
}
</style>