Shades of Mardi Gras #36133A
Tints of Mardi Gras #36133A
RGB
CMYK
RGB Variations
Color information
#36133A (or 0x36133A) is known color: Mardi Gras. HEX triplet: 36, 13 and 3A. RGB value is (54,19,58). Sum of RGB (Red+Green+Blue) = 54+19+58=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #36133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36133A is #C9ECC5. Grayscale: #212121. Windows color (decimal): -13233350 or 3806006. OLE color: 3806006.
HSL color Cylindrical-coordinate representation of color #36133A: hue angle of 293.85º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36133A is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 19 | 58 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.77 |
| HSL | 293.85º | 0.51% | 0.15% | - |
| HSV(B) | 293.85º | 0.67% | 0.23% | - |
| XYZ | 2.52 | 1.56 | 4.17 | - |
| YUV | 33.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 58 | 0.07 | 0.67 | 0 | 0.77 | 293.85 | 0.51 | 0.15 |
| Hex | 36 | 13 | 3A | 7 | 43 | 0 | 4D | 126 | 33 | F |
| Octal | 66 | 23 | 72 | 7 | 103 | 0 | 115 | 446 | 63 | 17 |
| Binary | 110110 | 10011 | 111010 | 111 | 1000011 | 0 | 1001101 | 100100110 | 110011 | 1111 |
Color Harmonies of #36133A
Complementary color
Monochromatic Colors of #36133A
Black with #36133A
Text Example
Text Example
White with #36133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36133A; }
p { color: rgb(54,19,58); }
H1.HeaderClassName
{
color: #36133A;
}
.AnyTagClassName
{
color: #36133A;
}
</style>
background-color css
<style>
a { background-color: #36133A; }
a { background-color: rgb(54,19,58); }
div.DivClassName
{
background-color: #36133A;
}
.BgClassName
{
background-color: #36133A;
}
</style>
border-color css
<style>
span { border-color: #36133A; }
span { border-color: rgb(54,19,58); }
td.TdClassName
{
border-color: #36133A;
}
.TagClassName
{
border-color: #36133A;
}
</style>