Shades of Mardi Gras #36082E
Tints of Mardi Gras #36082E
RGB
CMYK
RGB Variations
Color information
#36082E (or 0x36082E) is known color: Mardi Gras. HEX triplet: 36, 08 and 2E. RGB value is (54,8,46). Sum of RGB (Red+Green+Blue) = 54+8+46=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #36082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36082E is #C9F7D1. Grayscale: #191919. Windows color (decimal): -13236178 or 3016758. OLE color: 3016758.
HSL color Cylindrical-coordinate representation of color #36082E: hue angle of 310.43º 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 #36082E is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 46 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.79 |
| HSL | 310.43º | 0.74% | 0.12% | - |
| HSV(B) | 310.43º | 0.85% | 0.21% | - |
| XYZ | 2.1 | 1.16 | 2.7 | - |
| YUV | 26.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 46 | 0 | 0.85 | 0.15 | 0.79 | 310.43 | 0.74 | 0.12 |
| Hex | 36 | 8 | 2E | 0 | 55 | F | 4F | 136 | 4A | C |
| Octal | 66 | 10 | 56 | 0 | 125 | 17 | 117 | 466 | 112 | 14 |
| Binary | 110110 | 1000 | 101110 | 0 | 1010101 | 1111 | 1001111 | 100110110 | 1001010 | 1100 |
Color Harmonies of #36082E
Complementary color
Monochromatic Colors of #36082E
Black with #36082E
Text Example
Text Example
White with #36082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36082E; }
p { color: rgb(54,8,46); }
H1.HeaderClassName
{
color: #36082E;
}
.AnyTagClassName
{
color: #36082E;
}
</style>
background-color css
<style>
a { background-color: #36082E; }
a { background-color: rgb(54,8,46); }
div.DivClassName
{
background-color: #36082E;
}
.BgClassName
{
background-color: #36082E;
}
</style>
border-color css
<style>
span { border-color: #36082E; }
span { border-color: rgb(54,8,46); }
td.TdClassName
{
border-color: #36082E;
}
.TagClassName
{
border-color: #36082E;
}
</style>