Shades of Mardi Gras #36052E
Tints of Mardi Gras #36052E
RGB
CMYK
RGB Variations
Color information
#36052E (or 0x36052E) is known color: Mardi Gras. HEX triplet: 36, 05 and 2E. RGB value is (54,5,46). Sum of RGB (Red+Green+Blue) = 54+5+46=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36052E is #C9FAD1. Grayscale: #181818. Windows color (decimal): -13236946 or 3015990. OLE color: 3015990.
HSL color Cylindrical-coordinate representation of color #36052E: hue angle of 309.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36052E is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 46 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.79 |
| HSL | 309.8º | 0.83% | 0.12% | - |
| HSV(B) | 309.8º | 0.91% | 0.21% | - |
| XYZ | 2.07 | 1.09 | 2.69 | - |
| YUV | 24.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 46 | 0 | 0.91 | 0.15 | 0.79 | 309.8 | 0.83 | 0.12 |
| Hex | 36 | 5 | 2E | 0 | 5B | F | 4F | 136 | 53 | C |
| Octal | 66 | 5 | 56 | 0 | 133 | 17 | 117 | 466 | 123 | 14 |
| Binary | 110110 | 101 | 101110 | 0 | 1011011 | 1111 | 1001111 | 100110110 | 1010011 | 1100 |
Color Harmonies of #36052E
Complementary color
Monochromatic Colors of #36052E
Black with #36052E
Text Example
Text Example
White with #36052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36052E; }
p { color: rgb(54,5,46); }
H1.HeaderClassName
{
color: #36052E;
}
.AnyTagClassName
{
color: #36052E;
}
</style>
background-color css
<style>
a { background-color: #36052E; }
a { background-color: rgb(54,5,46); }
div.DivClassName
{
background-color: #36052E;
}
.BgClassName
{
background-color: #36052E;
}
</style>
border-color css
<style>
span { border-color: #36052E; }
span { border-color: rgb(54,5,46); }
td.TdClassName
{
border-color: #36052E;
}
.TagClassName
{
border-color: #36052E;
}
</style>