Shades of Mardi Gras #360132
Tints of Mardi Gras #360132
RGB
CMYK
RGB Variations
Color information
#360132 (or 0x360132) is known color: Mardi Gras. HEX triplet: 36, 01 and 32. RGB value is (54,1,50). Sum of RGB (Red+Green+Blue) = 54+1+50=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #360132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360132 is #C9FECD. Grayscale: #161616. Windows color (decimal): -13237966 or 3277110. OLE color: 3277110.
HSL color Cylindrical-coordinate representation of color #360132: hue angle of 304.53º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360132 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 50 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.79 |
| HSL | 304.53º | 0.96% | 0.11% | - |
| HSV(B) | 304.53º | 0.98% | 0.21% | - |
| XYZ | 2.11 | 1.04 | 3.11 | - |
| YUV | 22.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 50 | 0 | 0.98 | 0.07 | 0.79 | 304.53 | 0.96 | 0.11 |
| Hex | 36 | 1 | 32 | 0 | 62 | 7 | 4F | 131 | 60 | B |
| Octal | 66 | 1 | 62 | 0 | 142 | 7 | 117 | 461 | 140 | 13 |
| Binary | 110110 | 1 | 110010 | 0 | 1100010 | 111 | 1001111 | 100110001 | 1100000 | 1011 |
Color Harmonies of #360132
Complementary color
Monochromatic Colors of #360132
Black with #360132
Text Example
Text Example
White with #360132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360132; }
p { color: rgb(54,1,50); }
H1.HeaderClassName
{
color: #360132;
}
.AnyTagClassName
{
color: #360132;
}
</style>
background-color css
<style>
a { background-color: #360132; }
a { background-color: rgb(54,1,50); }
div.DivClassName
{
background-color: #360132;
}
.BgClassName
{
background-color: #360132;
}
</style>
border-color css
<style>
span { border-color: #360132; }
span { border-color: rgb(54,1,50); }
td.TdClassName
{
border-color: #360132;
}
.TagClassName
{
border-color: #360132;
}
</style>