Shades of Mardi Gras #33132D
Tints of Mardi Gras #33132D
RGB
CMYK
RGB Variations
Color information
#33132D (or 0x33132D) is known color: Mardi Gras. HEX triplet: 33, 13 and 2D. RGB value is (51,19,45). Sum of RGB (Red+Green+Blue) = 51+19+45=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #33132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33132D is #CCECD2. Grayscale: #1F1F1F. Windows color (decimal): -13429971 or 2954035. OLE color: 2954035.
HSL color Cylindrical-coordinate representation of color #33132D: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33132D is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 45 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.8 |
| HSL | 311.25º | 0.46% | 0.14% | - |
| HSV(B) | 311.25º | 0.63% | 0.2% | - |
| XYZ | 2.07 | 1.36 | 2.64 | - |
| YUV | 31.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 45 | 0 | 0.63 | 0.12 | 0.8 | 311.25 | 0.46 | 0.14 |
| Hex | 33 | 13 | 2D | 0 | 3F | C | 50 | 137 | 2E | E |
| Octal | 63 | 23 | 55 | 0 | 77 | 14 | 120 | 467 | 56 | 16 |
| Binary | 110011 | 10011 | 101101 | 0 | 111111 | 1100 | 1010000 | 100110111 | 101110 | 1110 |
Color Harmonies of #33132D
Complementary color
Monochromatic Colors of #33132D
Black with #33132D
Text Example
Text Example
White with #33132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33132D; }
p { color: rgb(51,19,45); }
H1.HeaderClassName
{
color: #33132D;
}
.AnyTagClassName
{
color: #33132D;
}
</style>
background-color css
<style>
a { background-color: #33132D; }
a { background-color: rgb(51,19,45); }
div.DivClassName
{
background-color: #33132D;
}
.BgClassName
{
background-color: #33132D;
}
</style>
border-color css
<style>
span { border-color: #33132D; }
span { border-color: rgb(51,19,45); }
td.TdClassName
{
border-color: #33132D;
}
.TagClassName
{
border-color: #33132D;
}
</style>