Shades of Mardi Gras #36083A
Tints of Mardi Gras #36083A
RGB
CMYK
RGB Variations
Color information
#36083A (or 0x36083A) is known color: Mardi Gras. HEX triplet: 36, 08 and 3A. RGB value is (54,8,58). Sum of RGB (Red+Green+Blue) = 54+8+58=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #36083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36083A is #C9F7C5. Grayscale: #1B1B1B. Windows color (decimal): -13236166 or 3803190. OLE color: 3803190.
HSL color Cylindrical-coordinate representation of color #36083A: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36083A is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 8 | 58 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.77 |
| HSL | 295.2º | 0.76% | 0.13% | - |
| HSV(B) | 295.2º | 0.86% | 0.23% | - |
| XYZ | 2.37 | 1.26 | 4.12 | - |
| YUV | 27.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 58 | 0.07 | 0.86 | 0 | 0.77 | 295.2 | 0.76 | 0.13 |
| Hex | 36 | 8 | 3A | 7 | 56 | 0 | 4D | 127 | 4C | D |
| Octal | 66 | 10 | 72 | 7 | 126 | 0 | 115 | 447 | 114 | 15 |
| Binary | 110110 | 1000 | 111010 | 111 | 1010110 | 0 | 1001101 | 100100111 | 1001100 | 1101 |
Color Harmonies of #36083A
Complementary color
Monochromatic Colors of #36083A
Black with #36083A
Text Example
Text Example
White with #36083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36083A; }
p { color: rgb(54,8,58); }
H1.HeaderClassName
{
color: #36083A;
}
.AnyTagClassName
{
color: #36083A;
}
</style>
background-color css
<style>
a { background-color: #36083A; }
a { background-color: rgb(54,8,58); }
div.DivClassName
{
background-color: #36083A;
}
.BgClassName
{
background-color: #36083A;
}
</style>
border-color css
<style>
span { border-color: #36083A; }
span { border-color: rgb(54,8,58); }
td.TdClassName
{
border-color: #36083A;
}
.TagClassName
{
border-color: #36083A;
}
</style>