Shades of Mardi Gras #220523
Tints of Mardi Gras #220523
RGB
CMYK
RGB Variations
Color information
#220523 (or 0x220523) is known color: Mardi Gras. HEX triplet: 22, 05 and 23. RGB value is (34,5,35). Sum of RGB (Red+Green+Blue) = 34+5+35=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #220523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220523 is #DDFADC. Grayscale: #111111. Windows color (decimal): -14547677 or 2295074. OLE color: 2295074.
HSL color Cylindrical-coordinate representation of color #220523: hue angle of 298º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #220523 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 5 | 35 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.86 |
| HSL | 298º | 0.75% | 0.08% | - |
| HSV(B) | 298º | 0.86% | 0.14% | - |
| XYZ | 1.02 | 0.57 | 1.65 | - |
| YUV | 17.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 35 | 0.03 | 0.86 | 0 | 0.86 | 298 | 0.75 | 0.08 |
| Hex | 22 | 5 | 23 | 3 | 56 | 0 | 56 | 12A | 4B | 8 |
| Octal | 42 | 5 | 43 | 3 | 126 | 0 | 126 | 452 | 113 | 10 |
| Binary | 100010 | 101 | 100011 | 11 | 1010110 | 0 | 1010110 | 100101010 | 1001011 | 1000 |
Color Harmonies of #220523
Complementary color
Monochromatic Colors of #220523
Black with #220523
Text Example
Text Example
White with #220523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220523; }
p { color: rgb(34,5,35); }
H1.HeaderClassName
{
color: #220523;
}
.AnyTagClassName
{
color: #220523;
}
</style>
background-color css
<style>
a { background-color: #220523; }
a { background-color: rgb(34,5,35); }
div.DivClassName
{
background-color: #220523;
}
.BgClassName
{
background-color: #220523;
}
</style>
border-color css
<style>
span { border-color: #220523; }
span { border-color: rgb(34,5,35); }
td.TdClassName
{
border-color: #220523;
}
.TagClassName
{
border-color: #220523;
}
</style>