Shades of Mardi Gras #360831
Tints of Mardi Gras #360831
RGB
CMYK
RGB Variations
Color information
#360831 (or 0x360831) is known color: Mardi Gras. HEX triplet: 36, 08 and 31. RGB value is (54,8,49). Sum of RGB (Red+Green+Blue) = 54+8+49=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #360831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360831 is #C9F7CE. Grayscale: #1A1A1A. Windows color (decimal): -13236175 or 3213366. OLE color: 3213366.
HSL color Cylindrical-coordinate representation of color #360831: hue angle of 306.52º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360831 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 49 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.79 |
| HSL | 306.52º | 0.74% | 0.12% | - |
| HSV(B) | 306.52º | 0.85% | 0.21% | - |
| XYZ | 2.16 | 1.18 | 3.02 | - |
| YUV | 26.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 49 | 0 | 0.85 | 0.09 | 0.79 | 306.52 | 0.74 | 0.12 |
| Hex | 36 | 8 | 31 | 0 | 55 | 9 | 4F | 133 | 4A | C |
| Octal | 66 | 10 | 61 | 0 | 125 | 11 | 117 | 463 | 112 | 14 |
| Binary | 110110 | 1000 | 110001 | 0 | 1010101 | 1001 | 1001111 | 100110011 | 1001010 | 1100 |
Color Harmonies of #360831
Complementary color
Monochromatic Colors of #360831
Black with #360831
Text Example
Text Example
White with #360831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360831; }
p { color: rgb(54,8,49); }
H1.HeaderClassName
{
color: #360831;
}
.AnyTagClassName
{
color: #360831;
}
</style>
background-color css
<style>
a { background-color: #360831; }
a { background-color: rgb(54,8,49); }
div.DivClassName
{
background-color: #360831;
}
.BgClassName
{
background-color: #360831;
}
</style>
border-color css
<style>
span { border-color: #360831; }
span { border-color: rgb(54,8,49); }
td.TdClassName
{
border-color: #360831;
}
.TagClassName
{
border-color: #360831;
}
</style>