Shades of Mardi Gras #220821
Tints of Mardi Gras #220821
RGB
CMYK
RGB Variations
Color information
#220821 (or 0x220821) is known color: Mardi Gras. HEX triplet: 22, 08 and 21. RGB value is (34,8,33). Sum of RGB (Red+Green+Blue) = 34+8+33=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #220821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220821 is #DDF7DE. Grayscale: #121212. Windows color (decimal): -14546911 or 2164770. OLE color: 2164770.
HSL color Cylindrical-coordinate representation of color #220821: hue angle of 302.31º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220821 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 8 | 33 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.87 |
| HSL | 302.31º | 0.62% | 0.08% | - |
| HSV(B) | 302.31º | 0.76% | 0.13% | - |
| XYZ | 1.02 | 0.62 | 1.51 | - |
| YUV | 18.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 33 | 0 | 0.76 | 0.03 | 0.87 | 302.31 | 0.62 | 0.08 |
| Hex | 22 | 8 | 21 | 0 | 4C | 3 | 57 | 12E | 3E | 8 |
| Octal | 42 | 10 | 41 | 0 | 114 | 3 | 127 | 456 | 76 | 10 |
| Binary | 100010 | 1000 | 100001 | 0 | 1001100 | 11 | 1010111 | 100101110 | 111110 | 1000 |
Color Harmonies of #220821
Complementary color
Monochromatic Colors of #220821
Black with #220821
Text Example
Text Example
White with #220821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220821; }
p { color: rgb(34,8,33); }
H1.HeaderClassName
{
color: #220821;
}
.AnyTagClassName
{
color: #220821;
}
</style>
background-color css
<style>
a { background-color: #220821; }
a { background-color: rgb(34,8,33); }
div.DivClassName
{
background-color: #220821;
}
.BgClassName
{
background-color: #220821;
}
</style>
border-color css
<style>
span { border-color: #220821; }
span { border-color: rgb(34,8,33); }
td.TdClassName
{
border-color: #220821;
}
.TagClassName
{
border-color: #220821;
}
</style>