Shades of Mardi Gras #36072E
Tints of Mardi Gras #36072E
RGB
CMYK
RGB Variations
Color information
#36072E (or 0x36072E) is known color: Mardi Gras. HEX triplet: 36, 07 and 2E. RGB value is (54,7,46). Sum of RGB (Red+Green+Blue) = 54+7+46=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #36072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36072E is #C9F8D1. Grayscale: #191919. Windows color (decimal): -13236434 or 3016502. OLE color: 3016502.
HSL color Cylindrical-coordinate representation of color #36072E: hue angle of 310.21º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36072E is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 7 | 46 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.79 |
| HSL | 310.21º | 0.77% | 0.12% | - |
| HSV(B) | 310.21º | 0.87% | 0.21% | - |
| XYZ | 2.09 | 1.13 | 2.69 | - |
| YUV | 25.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 46 | 0 | 0.87 | 0.15 | 0.79 | 310.21 | 0.77 | 0.12 |
| Hex | 36 | 7 | 2E | 0 | 57 | F | 4F | 136 | 4D | C |
| Octal | 66 | 7 | 56 | 0 | 127 | 17 | 117 | 466 | 115 | 14 |
| Binary | 110110 | 111 | 101110 | 0 | 1010111 | 1111 | 1001111 | 100110110 | 1001101 | 1100 |
Color Harmonies of #36072E
Complementary color
Monochromatic Colors of #36072E
Black with #36072E
Text Example
Text Example
White with #36072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36072E; }
p { color: rgb(54,7,46); }
H1.HeaderClassName
{
color: #36072E;
}
.AnyTagClassName
{
color: #36072E;
}
</style>
background-color css
<style>
a { background-color: #36072E; }
a { background-color: rgb(54,7,46); }
div.DivClassName
{
background-color: #36072E;
}
.BgClassName
{
background-color: #36072E;
}
</style>
border-color css
<style>
span { border-color: #36072E; }
span { border-color: rgb(54,7,46); }
td.TdClassName
{
border-color: #36072E;
}
.TagClassName
{
border-color: #36072E;
}
</style>