Shades of Mardi Gras #36163A
Tints of Mardi Gras #36163A
RGB
CMYK
RGB Variations
Color information
#36163A (or 0x36163A) is known color: Mardi Gras. HEX triplet: 36, 16 and 3A. RGB value is (54,22,58). Sum of RGB (Red+Green+Blue) = 54+22+58=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #36163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36163A is #C9E9C5. Grayscale: #232323. Windows color (decimal): -13232582 or 3806774. OLE color: 3806774.
HSL color Cylindrical-coordinate representation of color #36163A: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36163A is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 22 | 58 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.77 |
| HSL | 293.33º | 0.45% | 0.16% | - |
| HSV(B) | 293.33º | 0.62% | 0.23% | - |
| XYZ | 2.57 | 1.66 | 4.19 | - |
| YUV | 35.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 58 | 0.07 | 0.62 | 0 | 0.77 | 293.33 | 0.45 | 0.16 |
| Hex | 36 | 16 | 3A | 7 | 3E | 0 | 4D | 125 | 2D | 10 |
| Octal | 66 | 26 | 72 | 7 | 76 | 0 | 115 | 445 | 55 | 20 |
| Binary | 110110 | 10110 | 111010 | 111 | 111110 | 0 | 1001101 | 100100101 | 101101 | 10000 |
Color Harmonies of #36163A
Complementary color
Monochromatic Colors of #36163A
Black with #36163A
Text Example
Text Example
White with #36163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36163A; }
p { color: rgb(54,22,58); }
H1.HeaderClassName
{
color: #36163A;
}
.AnyTagClassName
{
color: #36163A;
}
</style>
background-color css
<style>
a { background-color: #36163A; }
a { background-color: rgb(54,22,58); }
div.DivClassName
{
background-color: #36163A;
}
.BgClassName
{
background-color: #36163A;
}
</style>
border-color css
<style>
span { border-color: #36163A; }
span { border-color: rgb(54,22,58); }
td.TdClassName
{
border-color: #36163A;
}
.TagClassName
{
border-color: #36163A;
}
</style>