Shades of Mardi Gras #280626
Tints of Mardi Gras #280626
RGB
CMYK
RGB Variations
Color information
#280626 (or 0x280626) is known color: Mardi Gras. HEX triplet: 28, 06 and 26. RGB value is (40,6,38). Sum of RGB (Red+Green+Blue) = 40+6+38=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #280626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280626 is #D7F9D9. Grayscale: #131313. Windows color (decimal): -14154202 or 2491944. OLE color: 2491944.
HSL color Cylindrical-coordinate representation of color #280626: hue angle of 303.53º 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 #280626 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 38 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.84 |
| HSL | 303.53º | 0.74% | 0.09% | - |
| HSV(B) | 303.53º | 0.85% | 0.16% | - |
| XYZ | 1.29 | 0.72 | 1.9 | - |
| YUV | 19.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 38 | 0 | 0.85 | 0.05 | 0.84 | 303.53 | 0.74 | 0.09 |
| Hex | 28 | 6 | 26 | 0 | 55 | 5 | 54 | 130 | 4A | 9 |
| Octal | 50 | 6 | 46 | 0 | 125 | 5 | 124 | 460 | 112 | 11 |
| Binary | 101000 | 110 | 100110 | 0 | 1010101 | 101 | 1010100 | 100110000 | 1001010 | 1001 |
Color Harmonies of #280626
Complementary color
Monochromatic Colors of #280626
Black with #280626
Text Example
Text Example
White with #280626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280626; }
p { color: rgb(40,6,38); }
H1.HeaderClassName
{
color: #280626;
}
.AnyTagClassName
{
color: #280626;
}
</style>
background-color css
<style>
a { background-color: #280626; }
a { background-color: rgb(40,6,38); }
div.DivClassName
{
background-color: #280626;
}
.BgClassName
{
background-color: #280626;
}
</style>
border-color css
<style>
span { border-color: #280626; }
span { border-color: rgb(40,6,38); }
td.TdClassName
{
border-color: #280626;
}
.TagClassName
{
border-color: #280626;
}
</style>