Shades of Mardi Gras #250623
Tints of Mardi Gras #250623
RGB
CMYK
RGB Variations
Color information
#250623 (or 0x250623) is known color: Mardi Gras. HEX triplet: 25, 06 and 23. RGB value is (37,6,35). Sum of RGB (Red+Green+Blue) = 37+6+35=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250623 is #DAF9DC. Grayscale: #121212. Windows color (decimal): -14350813 or 2295333. OLE color: 2295333.
HSL color Cylindrical-coordinate representation of color #250623: hue angle of 303.87º 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 #250623 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 35 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.85 |
| HSL | 303.87º | 0.72% | 0.08% | - |
| HSV(B) | 303.87º | 0.84% | 0.15% | - |
| XYZ | 1.13 | 0.64 | 1.65 | - |
| YUV | 18.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 35 | 0 | 0.84 | 0.05 | 0.85 | 303.87 | 0.72 | 0.08 |
| Hex | 25 | 6 | 23 | 0 | 54 | 5 | 55 | 130 | 48 | 8 |
| Octal | 45 | 6 | 43 | 0 | 124 | 5 | 125 | 460 | 110 | 10 |
| Binary | 100101 | 110 | 100011 | 0 | 1010100 | 101 | 1010101 | 100110000 | 1001000 | 1000 |
Color Harmonies of #250623
Complementary color
Monochromatic Colors of #250623
Black with #250623
Text Example
Text Example
White with #250623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250623; }
p { color: rgb(37,6,35); }
H1.HeaderClassName
{
color: #250623;
}
.AnyTagClassName
{
color: #250623;
}
</style>
background-color css
<style>
a { background-color: #250623; }
a { background-color: rgb(37,6,35); }
div.DivClassName
{
background-color: #250623;
}
.BgClassName
{
background-color: #250623;
}
</style>
border-color css
<style>
span { border-color: #250623; }
span { border-color: rgb(37,6,35); }
td.TdClassName
{
border-color: #250623;
}
.TagClassName
{
border-color: #250623;
}
</style>