Shades of Mardi Gras #220625
Tints of Mardi Gras #220625
RGB
CMYK
RGB Variations
Color information
#220625 (or 0x220625) is known color: Mardi Gras. HEX triplet: 22, 06 and 25. RGB value is (34,6,37). Sum of RGB (Red+Green+Blue) = 34+6+37=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #220625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220625 is #DDF9DA. Grayscale: #111111. Windows color (decimal): -14547419 or 2426402. OLE color: 2426402.
HSL color Cylindrical-coordinate representation of color #220625: hue angle of 294.19º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #220625 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 6 | 37 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.85 |
| HSL | 294.19º | 0.72% | 0.08% | - |
| HSV(B) | 294.19º | 0.84% | 0.15% | - |
| XYZ | 1.06 | 0.6 | 1.81 | - |
| YUV | 17.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 37 | 0.08 | 0.84 | 0 | 0.85 | 294.19 | 0.72 | 0.08 |
| Hex | 22 | 6 | 25 | 8 | 54 | 0 | 55 | 126 | 48 | 8 |
| Octal | 42 | 6 | 45 | 10 | 124 | 0 | 125 | 446 | 110 | 10 |
| Binary | 100010 | 110 | 100101 | 1000 | 1010100 | 0 | 1010101 | 100100110 | 1001000 | 1000 |
Color Harmonies of #220625
Complementary color
Monochromatic Colors of #220625
Black with #220625
Text Example
Text Example
White with #220625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220625; }
p { color: rgb(34,6,37); }
H1.HeaderClassName
{
color: #220625;
}
.AnyTagClassName
{
color: #220625;
}
</style>
background-color css
<style>
a { background-color: #220625; }
a { background-color: rgb(34,6,37); }
div.DivClassName
{
background-color: #220625;
}
.BgClassName
{
background-color: #220625;
}
</style>
border-color css
<style>
span { border-color: #220625; }
span { border-color: rgb(34,6,37); }
td.TdClassName
{
border-color: #220625;
}
.TagClassName
{
border-color: #220625;
}
</style>