Shades of Mardi Gras #280625
Tints of Mardi Gras #280625
RGB
CMYK
RGB Variations
Color information
#280625 (or 0x280625) is known color: Mardi Gras. HEX triplet: 28, 06 and 25. RGB value is (40,6,37). Sum of RGB (Red+Green+Blue) = 40+6+37=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280625 is #D7F9DA. Grayscale: #131313. Windows color (decimal): -14154203 or 2426408. OLE color: 2426408.
HSL color Cylindrical-coordinate representation of color #280625: hue angle of 305.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280625 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 37 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.84 |
| HSL | 305.29º | 0.74% | 0.09% | - |
| HSV(B) | 305.29º | 0.85% | 0.16% | - |
| XYZ | 1.27 | 0.71 | 1.82 | - |
| YUV | 19.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 37 | 0 | 0.85 | 0.07 | 0.84 | 305.29 | 0.74 | 0.09 |
| Hex | 28 | 6 | 25 | 0 | 55 | 7 | 54 | 131 | 4A | 9 |
| Octal | 50 | 6 | 45 | 0 | 125 | 7 | 124 | 461 | 112 | 11 |
| Binary | 101000 | 110 | 100101 | 0 | 1010101 | 111 | 1010100 | 100110001 | 1001010 | 1001 |
Color Harmonies of #280625
Complementary color
Monochromatic Colors of #280625
Black with #280625
Text Example
Text Example
White with #280625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280625; }
p { color: rgb(40,6,37); }
H1.HeaderClassName
{
color: #280625;
}
.AnyTagClassName
{
color: #280625;
}
</style>
background-color css
<style>
a { background-color: #280625; }
a { background-color: rgb(40,6,37); }
div.DivClassName
{
background-color: #280625;
}
.BgClassName
{
background-color: #280625;
}
</style>
border-color css
<style>
span { border-color: #280625; }
span { border-color: rgb(40,6,37); }
td.TdClassName
{
border-color: #280625;
}
.TagClassName
{
border-color: #280625;
}
</style>