Shades of Mardi Gras #36153C
Tints of Mardi Gras #36153C
RGB
CMYK
RGB Variations
Color information
#36153C (or 0x36153C) is known color: Mardi Gras. HEX triplet: 36, 15 and 3C. RGB value is (54,21,60). Sum of RGB (Red+Green+Blue) = 54+21+60=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #36153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36153C is #C9EAC3. Grayscale: #232323. Windows color (decimal): -13232836 or 3937590. OLE color: 3937590.
HSL color Cylindrical-coordinate representation of color #36153C: hue angle of 290.77º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36153C is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 21 | 60 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.76 |
| HSL | 290.77º | 0.48% | 0.16% | - |
| HSV(B) | 290.77º | 0.65% | 0.24% | - |
| XYZ | 2.61 | 1.65 | 4.46 | - |
| YUV | 35.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 60 | 0.10 | 0.65 | 0 | 0.76 | 290.77 | 0.48 | 0.16 |
| Hex | 36 | 15 | 3C | A | 41 | 0 | 4C | 123 | 30 | 10 |
| Octal | 66 | 25 | 74 | 12 | 101 | 0 | 114 | 443 | 60 | 20 |
| Binary | 110110 | 10101 | 111100 | 1010 | 1000001 | 0 | 1001100 | 100100011 | 110000 | 10000 |
Color Harmonies of #36153C
Complementary color
Monochromatic Colors of #36153C
Black with #36153C
Text Example
Text Example
White with #36153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36153C; }
p { color: rgb(54,21,60); }
H1.HeaderClassName
{
color: #36153C;
}
.AnyTagClassName
{
color: #36153C;
}
</style>
background-color css
<style>
a { background-color: #36153C; }
a { background-color: rgb(54,21,60); }
div.DivClassName
{
background-color: #36153C;
}
.BgClassName
{
background-color: #36153C;
}
</style>
border-color css
<style>
span { border-color: #36153C; }
span { border-color: rgb(54,21,60); }
td.TdClassName
{
border-color: #36153C;
}
.TagClassName
{
border-color: #36153C;
}
</style>