Shades of Mardi Gras #36143C
Tints of Mardi Gras #36143C
RGB
CMYK
RGB Variations
Color information
#36143C (or 0x36143C) is known color: Mardi Gras. HEX triplet: 36, 14 and 3C. RGB value is (54,20,60). Sum of RGB (Red+Green+Blue) = 54+20+60=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #36143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36143C is #C9EBC3. Grayscale: #222222. Windows color (decimal): -13233092 or 3937334. OLE color: 3937334.
HSL color Cylindrical-coordinate representation of color #36143C: hue angle of 291º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36143C is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 20 | 60 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.76 |
| HSL | 291º | 0.5% | 0.16% | - |
| HSV(B) | 291º | 0.67% | 0.24% | - |
| XYZ | 2.59 | 1.61 | 4.45 | - |
| YUV | 34.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 60 | 0.10 | 0.67 | 0 | 0.76 | 291 | 0.5 | 0.16 |
| Hex | 36 | 14 | 3C | A | 43 | 0 | 4C | 123 | 32 | 10 |
| Octal | 66 | 24 | 74 | 12 | 103 | 0 | 114 | 443 | 62 | 20 |
| Binary | 110110 | 10100 | 111100 | 1010 | 1000011 | 0 | 1001100 | 100100011 | 110010 | 10000 |
Color Harmonies of #36143C
Complementary color
Monochromatic Colors of #36143C
Black with #36143C
Text Example
Text Example
White with #36143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36143C; }
p { color: rgb(54,20,60); }
H1.HeaderClassName
{
color: #36143C;
}
.AnyTagClassName
{
color: #36143C;
}
</style>
background-color css
<style>
a { background-color: #36143C; }
a { background-color: rgb(54,20,60); }
div.DivClassName
{
background-color: #36143C;
}
.BgClassName
{
background-color: #36143C;
}
</style>
border-color css
<style>
span { border-color: #36143C; }
span { border-color: rgb(54,20,60); }
td.TdClassName
{
border-color: #36143C;
}
.TagClassName
{
border-color: #36143C;
}
</style>