Shades of Mardi Gras #360931
Tints of Mardi Gras #360931
RGB
CMYK
RGB Variations
Color information
#360931 (or 0x360931) is known color: Mardi Gras. HEX triplet: 36, 09 and 31. RGB value is (54,9,49). Sum of RGB (Red+Green+Blue) = 54+9+49=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #360931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360931 is #C9F6CE. Grayscale: #1A1A1A. Windows color (decimal): -13235919 or 3213622. OLE color: 3213622.
HSL color Cylindrical-coordinate representation of color #360931: hue angle of 306.67º 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 #360931 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 49 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.79 |
| HSL | 306.67º | 0.71% | 0.12% | - |
| HSV(B) | 306.67º | 0.83% | 0.21% | - |
| XYZ | 2.17 | 1.2 | 3.02 | - |
| YUV | 27.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 49 | 0 | 0.83 | 0.09 | 0.79 | 306.67 | 0.71 | 0.12 |
| Hex | 36 | 9 | 31 | 0 | 53 | 9 | 4F | 133 | 47 | C |
| Octal | 66 | 11 | 61 | 0 | 123 | 11 | 117 | 463 | 107 | 14 |
| Binary | 110110 | 1001 | 110001 | 0 | 1010011 | 1001 | 1001111 | 100110011 | 1000111 | 1100 |
Color Harmonies of #360931
Complementary color
Monochromatic Colors of #360931
Black with #360931
Text Example
Text Example
White with #360931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360931; }
p { color: rgb(54,9,49); }
H1.HeaderClassName
{
color: #360931;
}
.AnyTagClassName
{
color: #360931;
}
</style>
background-color css
<style>
a { background-color: #360931; }
a { background-color: rgb(54,9,49); }
div.DivClassName
{
background-color: #360931;
}
.BgClassName
{
background-color: #360931;
}
</style>
border-color css
<style>
span { border-color: #360931; }
span { border-color: rgb(54,9,49); }
td.TdClassName
{
border-color: #360931;
}
.TagClassName
{
border-color: #360931;
}
</style>