Shades of Mardi Gras #33062C
Tints of Mardi Gras #33062C
RGB
CMYK
RGB Variations
Color information
#33062C (or 0x33062C) is known color: Mardi Gras. HEX triplet: 33, 06 and 2C. RGB value is (51,6,44). Sum of RGB (Red+Green+Blue) = 51+6+44=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #33062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33062C is #CCF9D3. Grayscale: #171717. Windows color (decimal): -13433300 or 2885171. OLE color: 2885171.
HSL color Cylindrical-coordinate representation of color #33062C: hue angle of 309.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33062C is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 6 | 44 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.8 |
| HSL | 309.33º | 0.79% | 0.11% | - |
| HSV(B) | 309.33º | 0.88% | 0.2% | - |
| XYZ | 1.88 | 1.02 | 2.48 | - |
| YUV | 23.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 44 | 0 | 0.88 | 0.14 | 0.8 | 309.33 | 0.79 | 0.11 |
| Hex | 33 | 6 | 2C | 0 | 58 | E | 50 | 135 | 4F | B |
| Octal | 63 | 6 | 54 | 0 | 130 | 16 | 120 | 465 | 117 | 13 |
| Binary | 110011 | 110 | 101100 | 0 | 1011000 | 1110 | 1010000 | 100110101 | 1001111 | 1011 |
Color Harmonies of #33062C
Complementary color
Monochromatic Colors of #33062C
Black with #33062C
Text Example
Text Example
White with #33062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33062C; }
p { color: rgb(51,6,44); }
H1.HeaderClassName
{
color: #33062C;
}
.AnyTagClassName
{
color: #33062C;
}
</style>
background-color css
<style>
a { background-color: #33062C; }
a { background-color: rgb(51,6,44); }
div.DivClassName
{
background-color: #33062C;
}
.BgClassName
{
background-color: #33062C;
}
</style>
border-color css
<style>
span { border-color: #33062C; }
span { border-color: rgb(51,6,44); }
td.TdClassName
{
border-color: #33062C;
}
.TagClassName
{
border-color: #33062C;
}
</style>