Shades of Mardi Gras #360932
Tints of Mardi Gras #360932
RGB
CMYK
RGB Variations
Color information
#360932 (or 0x360932) is known color: Mardi Gras. HEX triplet: 36, 09 and 32. RGB value is (54,9,50). Sum of RGB (Red+Green+Blue) = 54+9+50=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #360932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360932 is #C9F6CD. Grayscale: #1B1B1B. Windows color (decimal): -13235918 or 3279158. OLE color: 3279158.
HSL color Cylindrical-coordinate representation of color #360932: hue angle of 305.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360932 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 50 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.79 |
| HSL | 305.33º | 0.71% | 0.12% | - |
| HSV(B) | 305.33º | 0.83% | 0.21% | - |
| XYZ | 2.19 | 1.21 | 3.14 | - |
| YUV | 27.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 50 | 0 | 0.83 | 0.07 | 0.79 | 305.33 | 0.71 | 0.12 |
| Hex | 36 | 9 | 32 | 0 | 53 | 7 | 4F | 131 | 47 | C |
| Octal | 66 | 11 | 62 | 0 | 123 | 7 | 117 | 461 | 107 | 14 |
| Binary | 110110 | 1001 | 110010 | 0 | 1010011 | 111 | 1001111 | 100110001 | 1000111 | 1100 |
Color Harmonies of #360932
Complementary color
Monochromatic Colors of #360932
Black with #360932
Text Example
Text Example
White with #360932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360932; }
p { color: rgb(54,9,50); }
H1.HeaderClassName
{
color: #360932;
}
.AnyTagClassName
{
color: #360932;
}
</style>
background-color css
<style>
a { background-color: #360932; }
a { background-color: rgb(54,9,50); }
div.DivClassName
{
background-color: #360932;
}
.BgClassName
{
background-color: #360932;
}
</style>
border-color css
<style>
span { border-color: #360932; }
span { border-color: rgb(54,9,50); }
td.TdClassName
{
border-color: #360932;
}
.TagClassName
{
border-color: #360932;
}
</style>