Shades of Mardi Gras #360A34
Tints of Mardi Gras #360A34
RGB
CMYK
RGB Variations
Color information
#360A34 (or 0x360A34) is known color: Mardi Gras. HEX triplet: 36, 0A and 34. RGB value is (54,10,52). Sum of RGB (Red+Green+Blue) = 54+10+52=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #360A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A34 is #C9F5CB. Grayscale: #1B1B1B. Windows color (decimal): -13235660 or 3410486. OLE color: 3410486.
HSL color Cylindrical-coordinate representation of color #360A34: hue angle of 302.73º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A34 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 52 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.79 |
| HSL | 302.73º | 0.69% | 0.13% | - |
| HSV(B) | 302.73º | 0.81% | 0.21% | - |
| XYZ | 2.25 | 1.25 | 3.37 | - |
| YUV | 27.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 52 | 0 | 0.81 | 0.04 | 0.79 | 302.73 | 0.69 | 0.13 |
| Hex | 36 | A | 34 | 0 | 51 | 4 | 4F | 12F | 45 | D |
| Octal | 66 | 12 | 64 | 0 | 121 | 4 | 117 | 457 | 105 | 15 |
| Binary | 110110 | 1010 | 110100 | 0 | 1010001 | 100 | 1001111 | 100101111 | 1000101 | 1101 |
Color Harmonies of #360A34
Complementary color
Monochromatic Colors of #360A34
Black with #360A34
Text Example
Text Example
White with #360A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A34; }
p { color: rgb(54,10,52); }
H1.HeaderClassName
{
color: #360A34;
}
.AnyTagClassName
{
color: #360A34;
}
</style>
background-color css
<style>
a { background-color: #360A34; }
a { background-color: rgb(54,10,52); }
div.DivClassName
{
background-color: #360A34;
}
.BgClassName
{
background-color: #360A34;
}
</style>
border-color css
<style>
span { border-color: #360A34; }
span { border-color: rgb(54,10,52); }
td.TdClassName
{
border-color: #360A34;
}
.TagClassName
{
border-color: #360A34;
}
</style>