Shades of Mardi Gras #280726
Tints of Mardi Gras #280726
RGB
CMYK
RGB Variations
Color information
#280726 (or 0x280726) is known color: Mardi Gras. HEX triplet: 28, 07 and 26. RGB value is (40,7,38). Sum of RGB (Red+Green+Blue) = 40+7+38=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #280726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280726 is #D7F8D9. Grayscale: #141414. Windows color (decimal): -14153946 or 2492200. OLE color: 2492200.
HSL color Cylindrical-coordinate representation of color #280726: hue angle of 303.64º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280726 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 38 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.84 |
| HSL | 303.64º | 0.7% | 0.09% | - |
| HSV(B) | 303.64º | 0.83% | 0.16% | - |
| XYZ | 1.3 | 0.74 | 1.91 | - |
| YUV | 20.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 38 | 0 | 0.83 | 0.05 | 0.84 | 303.64 | 0.7 | 0.09 |
| Hex | 28 | 7 | 26 | 0 | 53 | 5 | 54 | 130 | 46 | 9 |
| Octal | 50 | 7 | 46 | 0 | 123 | 5 | 124 | 460 | 106 | 11 |
| Binary | 101000 | 111 | 100110 | 0 | 1010011 | 101 | 1010100 | 100110000 | 1000110 | 1001 |
Color Harmonies of #280726
Complementary color
Monochromatic Colors of #280726
Black with #280726
Text Example
Text Example
White with #280726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280726; }
p { color: rgb(40,7,38); }
H1.HeaderClassName
{
color: #280726;
}
.AnyTagClassName
{
color: #280726;
}
</style>
background-color css
<style>
a { background-color: #280726; }
a { background-color: rgb(40,7,38); }
div.DivClassName
{
background-color: #280726;
}
.BgClassName
{
background-color: #280726;
}
</style>
border-color css
<style>
span { border-color: #280726; }
span { border-color: rgb(40,7,38); }
td.TdClassName
{
border-color: #280726;
}
.TagClassName
{
border-color: #280726;
}
</style>