Shades of Mardi Gras #33162F
Tints of Mardi Gras #33162F
RGB
CMYK
RGB Variations
Color information
#33162F (or 0x33162F) is known color: Mardi Gras. HEX triplet: 33, 16 and 2F. RGB value is (51,22,47). Sum of RGB (Red+Green+Blue) = 51+22+47=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #33162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33162F is #CCE9D0. Grayscale: #212121. Windows color (decimal): -13429201 or 3085875. OLE color: 3085875.
HSL color Cylindrical-coordinate representation of color #33162F: hue angle of 308.28º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33162F is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 47 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.8 |
| HSL | 308.28º | 0.4% | 0.14% | - |
| HSV(B) | 308.28º | 0.57% | 0.2% | - |
| XYZ | 2.17 | 1.48 | 2.86 | - |
| YUV | 33.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 47 | 0 | 0.57 | 0.08 | 0.8 | 308.28 | 0.4 | 0.14 |
| Hex | 33 | 16 | 2F | 0 | 39 | 8 | 50 | 134 | 28 | E |
| Octal | 63 | 26 | 57 | 0 | 71 | 10 | 120 | 464 | 50 | 16 |
| Binary | 110011 | 10110 | 101111 | 0 | 111001 | 1000 | 1010000 | 100110100 | 101000 | 1110 |
Color Harmonies of #33162F
Complementary color
Monochromatic Colors of #33162F
Black with #33162F
Text Example
Text Example
White with #33162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33162F; }
p { color: rgb(51,22,47); }
H1.HeaderClassName
{
color: #33162F;
}
.AnyTagClassName
{
color: #33162F;
}
</style>
background-color css
<style>
a { background-color: #33162F; }
a { background-color: rgb(51,22,47); }
div.DivClassName
{
background-color: #33162F;
}
.BgClassName
{
background-color: #33162F;
}
</style>
border-color css
<style>
span { border-color: #33162F; }
span { border-color: rgb(51,22,47); }
td.TdClassName
{
border-color: #33162F;
}
.TagClassName
{
border-color: #33162F;
}
</style>