Shades of Mardi Gras #360032
Tints of Mardi Gras #360032
RGB
CMYK
RGB Variations
Color information
#360032 (or 0x360032) is known color: Mardi Gras. HEX triplet: 36, 00 and 32. RGB value is (54,0,50). Sum of RGB (Red+Green+Blue) = 54+0+50=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #360032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360032 is #C9FFCD. Grayscale: #151515. Windows color (decimal): -13238222 or 3276854. OLE color: 3276854.
HSL color Cylindrical-coordinate representation of color #360032: hue angle of 304.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360032 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.07 | 0.79 |
| HSL | 304.44º | 1% | 0.11% | - |
| HSV(B) | 304.44º | 1% | 0.21% | - |
| XYZ | 2.1 | 1.01 | 3.1 | - |
| YUV | 21.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 50 | 0 | 1 | 0.07 | 0.79 | 304.44 | 1 | 0.11 |
| Hex | 36 | 0 | 32 | 0 | 64 | 7 | 4F | 130 | 64 | B |
| Octal | 66 | 0 | 62 | 0 | 144 | 7 | 117 | 460 | 144 | 13 |
| Binary | 110110 | 0 | 110010 | 0 | 1100100 | 111 | 1001111 | 100110000 | 1100100 | 1011 |
Color Harmonies of #360032
Complementary color
Monochromatic Colors of #360032
Black with #360032
Text Example
Text Example
White with #360032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360032; }
p { color: rgb(54,0,50); }
H1.HeaderClassName
{
color: #360032;
}
.AnyTagClassName
{
color: #360032;
}
</style>
background-color css
<style>
a { background-color: #360032; }
a { background-color: rgb(54,0,50); }
div.DivClassName
{
background-color: #360032;
}
.BgClassName
{
background-color: #360032;
}
</style>
border-color css
<style>
span { border-color: #360032; }
span { border-color: rgb(54,0,50); }
td.TdClassName
{
border-color: #360032;
}
.TagClassName
{
border-color: #360032;
}
</style>