Shades of Mardi Gras #280126
Tints of Mardi Gras #280126
RGB
CMYK
RGB Variations
Color information
#280126 (or 0x280126) is known color: Mardi Gras. HEX triplet: 28, 01 and 26. RGB value is (40,1,38). Sum of RGB (Red+Green+Blue) = 40+1+38=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280126 is #D7FED9. Grayscale: #101010. Windows color (decimal): -14155482 or 2490664. OLE color: 2490664.
HSL color Cylindrical-coordinate representation of color #280126: hue angle of 303.08º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280126 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 38 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.84 |
| HSL | 303.08º | 0.95% | 0.08% | - |
| HSV(B) | 303.08º | 0.98% | 0.16% | - |
| XYZ | 1.24 | 0.61 | 1.89 | - |
| YUV | 16.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 38 | 0 | 0.98 | 0.05 | 0.84 | 303.08 | 0.95 | 0.08 |
| Hex | 28 | 1 | 26 | 0 | 62 | 5 | 54 | 12F | 5F | 8 |
| Octal | 50 | 1 | 46 | 0 | 142 | 5 | 124 | 457 | 137 | 10 |
| Binary | 101000 | 1 | 100110 | 0 | 1100010 | 101 | 1010100 | 100101111 | 1011111 | 1000 |
Color Harmonies of #280126
Complementary color
Monochromatic Colors of #280126
Black with #280126
Text Example
Text Example
White with #280126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280126; }
p { color: rgb(40,1,38); }
H1.HeaderClassName
{
color: #280126;
}
.AnyTagClassName
{
color: #280126;
}
</style>
background-color css
<style>
a { background-color: #280126; }
a { background-color: rgb(40,1,38); }
div.DivClassName
{
background-color: #280126;
}
.BgClassName
{
background-color: #280126;
}
</style>
border-color css
<style>
span { border-color: #280126; }
span { border-color: rgb(40,1,38); }
td.TdClassName
{
border-color: #280126;
}
.TagClassName
{
border-color: #280126;
}
</style>