Shades of Mardi Gras #220925
Tints of Mardi Gras #220925
RGB
CMYK
RGB Variations
Color information
#220925 (or 0x220925) is known color: Mardi Gras. HEX triplet: 22, 09 and 25. RGB value is (34,9,37). Sum of RGB (Red+Green+Blue) = 34+9+37=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #220925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220925 is #DDF6DA. Grayscale: #131313. Windows color (decimal): -14546651 or 2427170. OLE color: 2427170.
HSL color Cylindrical-coordinate representation of color #220925: hue angle of 293.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220925 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 9 | 37 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.85 |
| HSL | 293.57º | 0.61% | 0.09% | - |
| HSV(B) | 293.57º | 0.76% | 0.15% | - |
| XYZ | 1.09 | 0.67 | 1.82 | - |
| YUV | 19.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 37 | 0.08 | 0.76 | 0 | 0.85 | 293.57 | 0.61 | 0.09 |
| Hex | 22 | 9 | 25 | 8 | 4C | 0 | 55 | 126 | 3D | 9 |
| Octal | 42 | 11 | 45 | 10 | 114 | 0 | 125 | 446 | 75 | 11 |
| Binary | 100010 | 1001 | 100101 | 1000 | 1001100 | 0 | 1010101 | 100100110 | 111101 | 1001 |
Color Harmonies of #220925
Complementary color
Monochromatic Colors of #220925
Black with #220925
Text Example
Text Example
White with #220925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220925; }
p { color: rgb(34,9,37); }
H1.HeaderClassName
{
color: #220925;
}
.AnyTagClassName
{
color: #220925;
}
</style>
background-color css
<style>
a { background-color: #220925; }
a { background-color: rgb(34,9,37); }
div.DivClassName
{
background-color: #220925;
}
.BgClassName
{
background-color: #220925;
}
</style>
border-color css
<style>
span { border-color: #220925; }
span { border-color: rgb(34,9,37); }
td.TdClassName
{
border-color: #220925;
}
.TagClassName
{
border-color: #220925;
}
</style>