Shades of Mardi Gras #360633
Tints of Mardi Gras #360633
RGB
CMYK
RGB Variations
Color information
#360633 (or 0x360633) is known color: Mardi Gras. HEX triplet: 36, 06 and 33. RGB value is (54,6,51). Sum of RGB (Red+Green+Blue) = 54+6+51=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #360633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360633 is #C9F9CC. Grayscale: #191919. Windows color (decimal): -13236685 or 3343926. OLE color: 3343926.
HSL color Cylindrical-coordinate representation of color #360633: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360633 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 6 | 51 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.79 |
| HSL | 303.75º | 0.8% | 0.12% | - |
| HSV(B) | 303.75º | 0.89% | 0.21% | - |
| XYZ | 2.18 | 1.15 | 3.24 | - |
| YUV | 25.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 51 | 0 | 0.89 | 0.06 | 0.79 | 303.75 | 0.8 | 0.12 |
| Hex | 36 | 6 | 33 | 0 | 59 | 6 | 4F | 130 | 50 | C |
| Octal | 66 | 6 | 63 | 0 | 131 | 6 | 117 | 460 | 120 | 14 |
| Binary | 110110 | 110 | 110011 | 0 | 1011001 | 110 | 1001111 | 100110000 | 1010000 | 1100 |
Color Harmonies of #360633
Complementary color
Monochromatic Colors of #360633
Black with #360633
Text Example
Text Example
White with #360633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360633; }
p { color: rgb(54,6,51); }
H1.HeaderClassName
{
color: #360633;
}
.AnyTagClassName
{
color: #360633;
}
</style>
background-color css
<style>
a { background-color: #360633; }
a { background-color: rgb(54,6,51); }
div.DivClassName
{
background-color: #360633;
}
.BgClassName
{
background-color: #360633;
}
</style>
border-color css
<style>
span { border-color: #360633; }
span { border-color: rgb(54,6,51); }
td.TdClassName
{
border-color: #360633;
}
.TagClassName
{
border-color: #360633;
}
</style>