Shades of Mardi Gras #250922
Tints of Mardi Gras #250922
RGB
CMYK
RGB Variations
Color information
#250922 (or 0x250922) is known color: Mardi Gras. HEX triplet: 25, 09 and 22. RGB value is (37,9,34). Sum of RGB (Red+Green+Blue) = 37+9+34=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250922 is #DAF6DD. Grayscale: #141414. Windows color (decimal): -14350046 or 2230565. OLE color: 2230565.
HSL color Cylindrical-coordinate representation of color #250922: hue angle of 306.43º 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 #250922 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 9 | 34 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.85 |
| HSL | 306.43º | 0.61% | 0.09% | - |
| HSV(B) | 306.43º | 0.76% | 0.15% | - |
| XYZ | 1.15 | 0.7 | 1.59 | - |
| YUV | 20.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 34 | 0 | 0.76 | 0.08 | 0.85 | 306.43 | 0.61 | 0.09 |
| Hex | 25 | 9 | 22 | 0 | 4C | 8 | 55 | 132 | 3D | 9 |
| Octal | 45 | 11 | 42 | 0 | 114 | 10 | 125 | 462 | 75 | 11 |
| Binary | 100101 | 1001 | 100010 | 0 | 1001100 | 1000 | 1010101 | 100110010 | 111101 | 1001 |
Color Harmonies of #250922
Complementary color
Monochromatic Colors of #250922
Black with #250922
Text Example
Text Example
White with #250922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250922; }
p { color: rgb(37,9,34); }
H1.HeaderClassName
{
color: #250922;
}
.AnyTagClassName
{
color: #250922;
}
</style>
background-color css
<style>
a { background-color: #250922; }
a { background-color: rgb(37,9,34); }
div.DivClassName
{
background-color: #250922;
}
.BgClassName
{
background-color: #250922;
}
</style>
border-color css
<style>
span { border-color: #250922; }
span { border-color: rgb(37,9,34); }
td.TdClassName
{
border-color: #250922;
}
.TagClassName
{
border-color: #250922;
}
</style>