Shades of Mardi Gras #280526
Tints of Mardi Gras #280526
RGB
CMYK
RGB Variations
Color information
#280526 (or 0x280526) is known color: Mardi Gras. HEX triplet: 28, 05 and 26. RGB value is (40,5,38). Sum of RGB (Red+Green+Blue) = 40+5+38=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280526 is #D7FAD9. Grayscale: #131313. Windows color (decimal): -14154458 or 2491688. OLE color: 2491688.
HSL color Cylindrical-coordinate representation of color #280526: hue angle of 303.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280526 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 38 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.84 |
| HSL | 303.43º | 0.78% | 0.09% | - |
| HSV(B) | 303.43º | 0.88% | 0.16% | - |
| XYZ | 1.28 | 0.7 | 1.9 | - |
| YUV | 19.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 38 | 0 | 0.88 | 0.05 | 0.84 | 303.43 | 0.78 | 0.09 |
| Hex | 28 | 5 | 26 | 0 | 58 | 5 | 54 | 12F | 4E | 9 |
| Octal | 50 | 5 | 46 | 0 | 130 | 5 | 124 | 457 | 116 | 11 |
| Binary | 101000 | 101 | 100110 | 0 | 1011000 | 101 | 1010100 | 100101111 | 1001110 | 1001 |
Color Harmonies of #280526
Complementary color
Monochromatic Colors of #280526
Black with #280526
Text Example
Text Example
White with #280526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280526; }
p { color: rgb(40,5,38); }
H1.HeaderClassName
{
color: #280526;
}
.AnyTagClassName
{
color: #280526;
}
</style>
background-color css
<style>
a { background-color: #280526; }
a { background-color: rgb(40,5,38); }
div.DivClassName
{
background-color: #280526;
}
.BgClassName
{
background-color: #280526;
}
</style>
border-color css
<style>
span { border-color: #280526; }
span { border-color: rgb(40,5,38); }
td.TdClassName
{
border-color: #280526;
}
.TagClassName
{
border-color: #280526;
}
</style>