Shades of Mardi Gras #360232
Tints of Mardi Gras #360232
RGB
CMYK
RGB Variations
Color information
#360232 (or 0x360232) is known color: Mardi Gras. HEX triplet: 36, 02 and 32. RGB value is (54,2,50). Sum of RGB (Red+Green+Blue) = 54+2+50=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360232 is #C9FDCD. Grayscale: #161616. Windows color (decimal): -13237710 or 3277366. OLE color: 3277366.
HSL color Cylindrical-coordinate representation of color #360232: hue angle of 304.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360232 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 50 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.79 |
| HSL | 304.62º | 0.93% | 0.11% | - |
| HSV(B) | 304.62º | 0.96% | 0.21% | - |
| XYZ | 2.12 | 1.06 | 3.11 | - |
| YUV | 23.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 50 | 0 | 0.96 | 0.07 | 0.79 | 304.62 | 0.93 | 0.11 |
| Hex | 36 | 2 | 32 | 0 | 60 | 7 | 4F | 131 | 5D | B |
| Octal | 66 | 2 | 62 | 0 | 140 | 7 | 117 | 461 | 135 | 13 |
| Binary | 110110 | 10 | 110010 | 0 | 1100000 | 111 | 1001111 | 100110001 | 1011101 | 1011 |
Color Harmonies of #360232
Complementary color
Monochromatic Colors of #360232
Black with #360232
Text Example
Text Example
White with #360232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360232; }
p { color: rgb(54,2,50); }
H1.HeaderClassName
{
color: #360232;
}
.AnyTagClassName
{
color: #360232;
}
</style>
background-color css
<style>
a { background-color: #360232; }
a { background-color: rgb(54,2,50); }
div.DivClassName
{
background-color: #360232;
}
.BgClassName
{
background-color: #360232;
}
</style>
border-color css
<style>
span { border-color: #360232; }
span { border-color: rgb(54,2,50); }
td.TdClassName
{
border-color: #360232;
}
.TagClassName
{
border-color: #360232;
}
</style>