Shades of Mardi Gras #250527
Tints of Mardi Gras #250527
RGB
CMYK
RGB Variations
Color information
#250527 (or 0x250527) is known color: Mardi Gras. HEX triplet: 25, 05 and 27. RGB value is (37,5,39). Sum of RGB (Red+Green+Blue) = 37+5+39=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #250527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250527 is #DAFAD8. Grayscale: #121212. Windows color (decimal): -14351065 or 2557221. OLE color: 2557221.
HSL color Cylindrical-coordinate representation of color #250527: hue angle of 296.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250527 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 39 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.85 |
| HSL | 296.47º | 0.77% | 0.09% | - |
| HSV(B) | 296.47º | 0.87% | 0.15% | - |
| XYZ | 1.18 | 0.65 | 1.98 | - |
| YUV | 18.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 39 | 0.05 | 0.87 | 0 | 0.85 | 296.47 | 0.77 | 0.09 |
| Hex | 25 | 5 | 27 | 5 | 57 | 0 | 55 | 128 | 4D | 9 |
| Octal | 45 | 5 | 47 | 5 | 127 | 0 | 125 | 450 | 115 | 11 |
| Binary | 100101 | 101 | 100111 | 101 | 1010111 | 0 | 1010101 | 100101000 | 1001101 | 1001 |
Color Harmonies of #250527
Complementary color
Monochromatic Colors of #250527
Black with #250527
Text Example
Text Example
White with #250527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250527; }
p { color: rgb(37,5,39); }
H1.HeaderClassName
{
color: #250527;
}
.AnyTagClassName
{
color: #250527;
}
</style>
background-color css
<style>
a { background-color: #250527; }
a { background-color: rgb(37,5,39); }
div.DivClassName
{
background-color: #250527;
}
.BgClassName
{
background-color: #250527;
}
</style>
border-color css
<style>
span { border-color: #250527; }
span { border-color: rgb(37,5,39); }
td.TdClassName
{
border-color: #250527;
}
.TagClassName
{
border-color: #250527;
}
</style>