Shades of Mardi Gras #33092D
Tints of Mardi Gras #33092D
RGB
CMYK
RGB Variations
Color information
#33092D (or 0x33092D) is known color: Mardi Gras. HEX triplet: 33, 09 and 2D. RGB value is (51,9,45). Sum of RGB (Red+Green+Blue) = 51+9+45=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #33092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33092D is #CCF6D2. Grayscale: #191919. Windows color (decimal): -13432531 or 2951475. OLE color: 2951475.
HSL color Cylindrical-coordinate representation of color #33092D: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33092D is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 45 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.8 |
| HSL | 308.57º | 0.7% | 0.12% | - |
| HSV(B) | 308.57º | 0.82% | 0.2% | - |
| XYZ | 1.94 | 1.09 | 2.59 | - |
| YUV | 25.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 45 | 0 | 0.82 | 0.12 | 0.8 | 308.57 | 0.7 | 0.12 |
| Hex | 33 | 9 | 2D | 0 | 52 | C | 50 | 135 | 46 | C |
| Octal | 63 | 11 | 55 | 0 | 122 | 14 | 120 | 465 | 106 | 14 |
| Binary | 110011 | 1001 | 101101 | 0 | 1010010 | 1100 | 1010000 | 100110101 | 1000110 | 1100 |
Color Harmonies of #33092D
Complementary color
Monochromatic Colors of #33092D
Black with #33092D
Text Example
Text Example
White with #33092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33092D; }
p { color: rgb(51,9,45); }
H1.HeaderClassName
{
color: #33092D;
}
.AnyTagClassName
{
color: #33092D;
}
</style>
background-color css
<style>
a { background-color: #33092D; }
a { background-color: rgb(51,9,45); }
div.DivClassName
{
background-color: #33092D;
}
.BgClassName
{
background-color: #33092D;
}
</style>
border-color css
<style>
span { border-color: #33092D; }
span { border-color: rgb(51,9,45); }
td.TdClassName
{
border-color: #33092D;
}
.TagClassName
{
border-color: #33092D;
}
</style>