Shades of Mardi Gras #361C32
Tints of Mardi Gras #361C32
RGB
CMYK
RGB Variations
Color information
#361C32 (or 0x361C32) is known color: Mardi Gras. HEX triplet: 36, 1C and 32. RGB value is (54,28,50). Sum of RGB (Red+Green+Blue) = 54+28+50=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #361C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C32 is #C9E3CD. Grayscale: #262626. Windows color (decimal): -13231054 or 3284022. OLE color: 3284022.
HSL color Cylindrical-coordinate representation of color #361C32: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361C32 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 50 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.79 |
| HSL | 309.23º | 0.32% | 0.16% | - |
| HSV(B) | 309.23º | 0.48% | 0.21% | - |
| XYZ | 2.51 | 1.85 | 3.24 | - |
| YUV | 38.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 50 | 0 | 0.48 | 0.07 | 0.79 | 309.23 | 0.32 | 0.16 |
| Hex | 36 | 1C | 32 | 0 | 30 | 7 | 4F | 135 | 20 | 10 |
| Octal | 66 | 34 | 62 | 0 | 60 | 7 | 117 | 465 | 40 | 20 |
| Binary | 110110 | 11100 | 110010 | 0 | 110000 | 111 | 1001111 | 100110101 | 100000 | 10000 |
Color Harmonies of #361C32
Complementary color
Monochromatic Colors of #361C32
Black with #361C32
Text Example
Text Example
White with #361C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C32; }
p { color: rgb(54,28,50); }
H1.HeaderClassName
{
color: #361C32;
}
.AnyTagClassName
{
color: #361C32;
}
</style>
background-color css
<style>
a { background-color: #361C32; }
a { background-color: rgb(54,28,50); }
div.DivClassName
{
background-color: #361C32;
}
.BgClassName
{
background-color: #361C32;
}
</style>
border-color css
<style>
span { border-color: #361C32; }
span { border-color: rgb(54,28,50); }
td.TdClassName
{
border-color: #361C32;
}
.TagClassName
{
border-color: #361C32;
}
</style>