Shades of Mardi Gras #360D31
Tints of Mardi Gras #360D31
RGB
CMYK
RGB Variations
Color information
#360D31 (or 0x360D31) is known color: Mardi Gras. HEX triplet: 36, 0D and 31. RGB value is (54,13,49). Sum of RGB (Red+Green+Blue) = 54+13+49=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #360D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D31 is #C9F2CE. Grayscale: #1D1D1D. Windows color (decimal): -13234895 or 3214646. OLE color: 3214646.
HSL color Cylindrical-coordinate representation of color #360D31: hue angle of 307.32º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D31 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 49 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.79 |
| HSL | 307.32º | 0.61% | 0.13% | - |
| HSV(B) | 307.32º | 0.76% | 0.21% | - |
| XYZ | 2.22 | 1.29 | 3.04 | - |
| YUV | 29.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 49 | 0 | 0.76 | 0.09 | 0.79 | 307.32 | 0.61 | 0.13 |
| Hex | 36 | D | 31 | 0 | 4C | 9 | 4F | 133 | 3D | D |
| Octal | 66 | 15 | 61 | 0 | 114 | 11 | 117 | 463 | 75 | 15 |
| Binary | 110110 | 1101 | 110001 | 0 | 1001100 | 1001 | 1001111 | 100110011 | 111101 | 1101 |
Color Harmonies of #360D31
Complementary color
Monochromatic Colors of #360D31
Black with #360D31
Text Example
Text Example
White with #360D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D31; }
p { color: rgb(54,13,49); }
H1.HeaderClassName
{
color: #360D31;
}
.AnyTagClassName
{
color: #360D31;
}
</style>
background-color css
<style>
a { background-color: #360D31; }
a { background-color: rgb(54,13,49); }
div.DivClassName
{
background-color: #360D31;
}
.BgClassName
{
background-color: #360D31;
}
</style>
border-color css
<style>
span { border-color: #360D31; }
span { border-color: rgb(54,13,49); }
td.TdClassName
{
border-color: #360D31;
}
.TagClassName
{
border-color: #360D31;
}
</style>