Shades of Mardi Gras #360638
Tints of Mardi Gras #360638
RGB
CMYK
RGB Variations
Color information
#360638 (or 0x360638) is known color: Mardi Gras. HEX triplet: 36, 06 and 38. RGB value is (54,6,56). Sum of RGB (Red+Green+Blue) = 54+6+56=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #360638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360638 is #C9F9C7. Grayscale: #191919. Windows color (decimal): -13236680 or 3671606. OLE color: 3671606.
HSL color Cylindrical-coordinate representation of color #360638: hue angle of 297.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360638 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 6 | 56 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.78 |
| HSL | 297.6º | 0.81% | 0.12% | - |
| HSV(B) | 297.6º | 0.89% | 0.22% | - |
| XYZ | 2.3 | 1.2 | 3.85 | - |
| YUV | 26.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 56 | 0.04 | 0.89 | 0 | 0.78 | 297.6 | 0.81 | 0.12 |
| Hex | 36 | 6 | 38 | 4 | 59 | 0 | 4E | 12A | 51 | C |
| Octal | 66 | 6 | 70 | 4 | 131 | 0 | 116 | 452 | 121 | 14 |
| Binary | 110110 | 110 | 111000 | 100 | 1011001 | 0 | 1001110 | 100101010 | 1010001 | 1100 |
Color Harmonies of #360638
Complementary color
Monochromatic Colors of #360638
Black with #360638
Text Example
Text Example
White with #360638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360638; }
p { color: rgb(54,6,56); }
H1.HeaderClassName
{
color: #360638;
}
.AnyTagClassName
{
color: #360638;
}
</style>
background-color css
<style>
a { background-color: #360638; }
a { background-color: rgb(54,6,56); }
div.DivClassName
{
background-color: #360638;
}
.BgClassName
{
background-color: #360638;
}
</style>
border-color css
<style>
span { border-color: #360638; }
span { border-color: rgb(54,6,56); }
td.TdClassName
{
border-color: #360638;
}
.TagClassName
{
border-color: #360638;
}
</style>