Shades of Mardi Gras #33072C
Tints of Mardi Gras #33072C
RGB
CMYK
RGB Variations
Color information
#33072C (or 0x33072C) is known color: Mardi Gras. HEX triplet: 33, 07 and 2C. RGB value is (51,7,44). Sum of RGB (Red+Green+Blue) = 51+7+44=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33072C is #CCF8D3. Grayscale: #181818. Windows color (decimal): -13433044 or 2885427. OLE color: 2885427.
HSL color Cylindrical-coordinate representation of color #33072C: hue angle of 309.55º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33072C is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 44 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.8 |
| HSL | 309.55º | 0.76% | 0.11% | - |
| HSV(B) | 309.55º | 0.86% | 0.2% | - |
| XYZ | 1.9 | 1.04 | 2.48 | - |
| YUV | 24.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 44 | 0 | 0.86 | 0.14 | 0.8 | 309.55 | 0.76 | 0.11 |
| Hex | 33 | 7 | 2C | 0 | 56 | E | 50 | 136 | 4C | B |
| Octal | 63 | 7 | 54 | 0 | 126 | 16 | 120 | 466 | 114 | 13 |
| Binary | 110011 | 111 | 101100 | 0 | 1010110 | 1110 | 1010000 | 100110110 | 1001100 | 1011 |
Color Harmonies of #33072C
Complementary color
Monochromatic Colors of #33072C
Black with #33072C
Text Example
Text Example
White with #33072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33072C; }
p { color: rgb(51,7,44); }
H1.HeaderClassName
{
color: #33072C;
}
.AnyTagClassName
{
color: #33072C;
}
</style>
background-color css
<style>
a { background-color: #33072C; }
a { background-color: rgb(51,7,44); }
div.DivClassName
{
background-color: #33072C;
}
.BgClassName
{
background-color: #33072C;
}
</style>
border-color css
<style>
span { border-color: #33072C; }
span { border-color: rgb(51,7,44); }
td.TdClassName
{
border-color: #33072C;
}
.TagClassName
{
border-color: #33072C;
}
</style>