Shades of Mardi Gras #360832
Tints of Mardi Gras #360832
RGB
CMYK
RGB Variations
Color information
#360832 (or 0x360832) is known color: Mardi Gras. HEX triplet: 36, 08 and 32. RGB value is (54,8,50). Sum of RGB (Red+Green+Blue) = 54+8+50=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #360832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360832 is #C9F7CD. Grayscale: #1A1A1A. Windows color (decimal): -13236174 or 3278902. OLE color: 3278902.
HSL color Cylindrical-coordinate representation of color #360832: hue angle of 305.22º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360832 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 50 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.79 |
| HSL | 305.22º | 0.74% | 0.12% | - |
| HSV(B) | 305.22º | 0.85% | 0.21% | - |
| XYZ | 2.18 | 1.19 | 3.13 | - |
| YUV | 26.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 50 | 0 | 0.85 | 0.07 | 0.79 | 305.22 | 0.74 | 0.12 |
| Hex | 36 | 8 | 32 | 0 | 55 | 7 | 4F | 131 | 4A | C |
| Octal | 66 | 10 | 62 | 0 | 125 | 7 | 117 | 461 | 112 | 14 |
| Binary | 110110 | 1000 | 110010 | 0 | 1010101 | 111 | 1001111 | 100110001 | 1001010 | 1100 |
Color Harmonies of #360832
Complementary color
Monochromatic Colors of #360832
Black with #360832
Text Example
Text Example
White with #360832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360832; }
p { color: rgb(54,8,50); }
H1.HeaderClassName
{
color: #360832;
}
.AnyTagClassName
{
color: #360832;
}
</style>
background-color css
<style>
a { background-color: #360832; }
a { background-color: rgb(54,8,50); }
div.DivClassName
{
background-color: #360832;
}
.BgClassName
{
background-color: #360832;
}
</style>
border-color css
<style>
span { border-color: #360832; }
span { border-color: rgb(54,8,50); }
td.TdClassName
{
border-color: #360832;
}
.TagClassName
{
border-color: #360832;
}
</style>