Shades of Mardi Gras #360833
Tints of Mardi Gras #360833
RGB
CMYK
RGB Variations
Color information
#360833 (or 0x360833) is known color: Mardi Gras. HEX triplet: 36, 08 and 33. RGB value is (54,8,51). Sum of RGB (Red+Green+Blue) = 54+8+51=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #360833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360833 is #C9F7CC. Grayscale: #1A1A1A. Windows color (decimal): -13236173 or 3344438. OLE color: 3344438.
HSL color Cylindrical-coordinate representation of color #360833: hue angle of 303.91º 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 #360833 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 51 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.79 |
| HSL | 303.91º | 0.74% | 0.12% | - |
| HSV(B) | 303.91º | 0.85% | 0.21% | - |
| XYZ | 2.21 | 1.2 | 3.25 | - |
| YUV | 26.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 51 | 0 | 0.85 | 0.06 | 0.79 | 303.91 | 0.74 | 0.12 |
| Hex | 36 | 8 | 33 | 0 | 55 | 6 | 4F | 130 | 4A | C |
| Octal | 66 | 10 | 63 | 0 | 125 | 6 | 117 | 460 | 112 | 14 |
| Binary | 110110 | 1000 | 110011 | 0 | 1010101 | 110 | 1001111 | 100110000 | 1001010 | 1100 |
Color Harmonies of #360833
Complementary color
Monochromatic Colors of #360833
Black with #360833
Text Example
Text Example
White with #360833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360833; }
p { color: rgb(54,8,51); }
H1.HeaderClassName
{
color: #360833;
}
.AnyTagClassName
{
color: #360833;
}
</style>
background-color css
<style>
a { background-color: #360833; }
a { background-color: rgb(54,8,51); }
div.DivClassName
{
background-color: #360833;
}
.BgClassName
{
background-color: #360833;
}
</style>
border-color css
<style>
span { border-color: #360833; }
span { border-color: rgb(54,8,51); }
td.TdClassName
{
border-color: #360833;
}
.TagClassName
{
border-color: #360833;
}
</style>