Shades of Mardi Gras #360134
Tints of Mardi Gras #360134
RGB
CMYK
RGB Variations
Color information
#360134 (or 0x360134) is known color: Mardi Gras. HEX triplet: 36, 01 and 34. RGB value is (54,1,52). Sum of RGB (Red+Green+Blue) = 54+1+52=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #360134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360134 is #C9FECB. Grayscale: #161616. Windows color (decimal): -13237964 or 3408182. OLE color: 3408182.
HSL color Cylindrical-coordinate representation of color #360134: hue angle of 302.26º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360134 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 52 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.79 |
| HSL | 302.26º | 0.96% | 0.11% | - |
| HSV(B) | 302.26º | 0.98% | 0.21% | - |
| XYZ | 2.15 | 1.05 | 3.34 | - |
| YUV | 22.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 52 | 0 | 0.98 | 0.04 | 0.79 | 302.26 | 0.96 | 0.11 |
| Hex | 36 | 1 | 34 | 0 | 62 | 4 | 4F | 12E | 60 | B |
| Octal | 66 | 1 | 64 | 0 | 142 | 4 | 117 | 456 | 140 | 13 |
| Binary | 110110 | 1 | 110100 | 0 | 1100010 | 100 | 1001111 | 100101110 | 1100000 | 1011 |
Color Harmonies of #360134
Complementary color
Monochromatic Colors of #360134
Black with #360134
Text Example
Text Example
White with #360134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360134; }
p { color: rgb(54,1,52); }
H1.HeaderClassName
{
color: #360134;
}
.AnyTagClassName
{
color: #360134;
}
</style>
background-color css
<style>
a { background-color: #360134; }
a { background-color: rgb(54,1,52); }
div.DivClassName
{
background-color: #360134;
}
.BgClassName
{
background-color: #360134;
}
</style>
border-color css
<style>
span { border-color: #360134; }
span { border-color: rgb(54,1,52); }
td.TdClassName
{
border-color: #360134;
}
.TagClassName
{
border-color: #360134;
}
</style>