Shades of Mardi Gras #250522
Tints of Mardi Gras #250522
RGB
CMYK
RGB Variations
Color information
#250522 (or 0x250522) is known color: Mardi Gras. HEX triplet: 25, 05 and 22. RGB value is (37,5,34). Sum of RGB (Red+Green+Blue) = 37+5+34=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250522 is #DAFADD. Grayscale: #111111. Windows color (decimal): -14351070 or 2229541. OLE color: 2229541.
HSL color Cylindrical-coordinate representation of color #250522: hue angle of 305.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250522 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 34 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.85 |
| HSL | 305.63º | 0.76% | 0.08% | - |
| HSV(B) | 305.63º | 0.86% | 0.15% | - |
| XYZ | 1.11 | 0.62 | 1.57 | - |
| YUV | 17.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 34 | 0 | 0.86 | 0.08 | 0.85 | 305.63 | 0.76 | 0.08 |
| Hex | 25 | 5 | 22 | 0 | 56 | 8 | 55 | 132 | 4C | 8 |
| Octal | 45 | 5 | 42 | 0 | 126 | 10 | 125 | 462 | 114 | 10 |
| Binary | 100101 | 101 | 100010 | 0 | 1010110 | 1000 | 1010101 | 100110010 | 1001100 | 1000 |
Color Harmonies of #250522
Complementary color
Monochromatic Colors of #250522
Black with #250522
Text Example
Text Example
White with #250522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250522; }
p { color: rgb(37,5,34); }
H1.HeaderClassName
{
color: #250522;
}
.AnyTagClassName
{
color: #250522;
}
</style>
background-color css
<style>
a { background-color: #250522; }
a { background-color: rgb(37,5,34); }
div.DivClassName
{
background-color: #250522;
}
.BgClassName
{
background-color: #250522;
}
</style>
border-color css
<style>
span { border-color: #250522; }
span { border-color: rgb(37,5,34); }
td.TdClassName
{
border-color: #250522;
}
.TagClassName
{
border-color: #250522;
}
</style>