Shades of Mardi Gras #33112D
Tints of Mardi Gras #33112D
RGB
CMYK
RGB Variations
Color information
#33112D (or 0x33112D) is known color: Mardi Gras. HEX triplet: 33, 11 and 2D. RGB value is (51,17,45). Sum of RGB (Red+Green+Blue) = 51+17+45=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33112D is #CCEED2. Grayscale: #1E1E1E. Windows color (decimal): -13430483 or 2953523. OLE color: 2953523.
HSL color Cylindrical-coordinate representation of color #33112D: hue angle of 310.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33112D is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 45 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.8 |
| HSL | 310.59º | 0.5% | 0.13% | - |
| HSV(B) | 310.59º | 0.67% | 0.2% | - |
| XYZ | 2.04 | 1.29 | 2.62 | - |
| YUV | 30.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 45 | 0 | 0.67 | 0.12 | 0.8 | 310.59 | 0.5 | 0.13 |
| Hex | 33 | 11 | 2D | 0 | 43 | C | 50 | 137 | 32 | D |
| Octal | 63 | 21 | 55 | 0 | 103 | 14 | 120 | 467 | 62 | 15 |
| Binary | 110011 | 10001 | 101101 | 0 | 1000011 | 1100 | 1010000 | 100110111 | 110010 | 1101 |
Color Harmonies of #33112D
Complementary color
Monochromatic Colors of #33112D
Black with #33112D
Text Example
Text Example
White with #33112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33112D; }
p { color: rgb(51,17,45); }
H1.HeaderClassName
{
color: #33112D;
}
.AnyTagClassName
{
color: #33112D;
}
</style>
background-color css
<style>
a { background-color: #33112D; }
a { background-color: rgb(51,17,45); }
div.DivClassName
{
background-color: #33112D;
}
.BgClassName
{
background-color: #33112D;
}
</style>
border-color css
<style>
span { border-color: #33112D; }
span { border-color: rgb(51,17,45); }
td.TdClassName
{
border-color: #33112D;
}
.TagClassName
{
border-color: #33112D;
}
</style>