Shades of Mardi Gras #36163C
Tints of Mardi Gras #36163C
RGB
CMYK
RGB Variations
Color information
#36163C (or 0x36163C) is known color: Mardi Gras. HEX triplet: 36, 16 and 3C. RGB value is (54,22,60). Sum of RGB (Red+Green+Blue) = 54+22+60=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #36163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36163C is #C9E9C3. Grayscale: #232323. Windows color (decimal): -13232580 or 3937846. OLE color: 3937846.
HSL color Cylindrical-coordinate representation of color #36163C: hue angle of 290.53º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36163C is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 22 | 60 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.76 |
| HSL | 290.53º | 0.46% | 0.16% | - |
| HSV(B) | 290.53º | 0.63% | 0.24% | - |
| XYZ | 2.62 | 1.68 | 4.46 | - |
| YUV | 35.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 60 | 0.10 | 0.63 | 0 | 0.76 | 290.53 | 0.46 | 0.16 |
| Hex | 36 | 16 | 3C | A | 3F | 0 | 4C | 123 | 2E | 10 |
| Octal | 66 | 26 | 74 | 12 | 77 | 0 | 114 | 443 | 56 | 20 |
| Binary | 110110 | 10110 | 111100 | 1010 | 111111 | 0 | 1001100 | 100100011 | 101110 | 10000 |
Color Harmonies of #36163C
Complementary color
Monochromatic Colors of #36163C
Black with #36163C
Text Example
Text Example
White with #36163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36163C; }
p { color: rgb(54,22,60); }
H1.HeaderClassName
{
color: #36163C;
}
.AnyTagClassName
{
color: #36163C;
}
</style>
background-color css
<style>
a { background-color: #36163C; }
a { background-color: rgb(54,22,60); }
div.DivClassName
{
background-color: #36163C;
}
.BgClassName
{
background-color: #36163C;
}
</style>
border-color css
<style>
span { border-color: #36163C; }
span { border-color: rgb(54,22,60); }
td.TdClassName
{
border-color: #36163C;
}
.TagClassName
{
border-color: #36163C;
}
</style>