Shades of Mardi Gras #280822
Tints of Mardi Gras #280822
RGB
CMYK
RGB Variations
Color information
#280822 (or 0x280822) is known color: Mardi Gras. HEX triplet: 28, 08 and 22. RGB value is (40,8,34). Sum of RGB (Red+Green+Blue) = 40+8+34=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280822 is #D7F7DD. Grayscale: #141414. Windows color (decimal): -14153694 or 2230312. OLE color: 2230312.
HSL color Cylindrical-coordinate representation of color #280822: hue angle of 311.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280822 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 8 | 34 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.84 |
| HSL | 311.25º | 0.67% | 0.09% | - |
| HSV(B) | 311.25º | 0.8% | 0.16% | - |
| XYZ | 1.25 | 0.74 | 1.59 | - |
| YUV | 20.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 34 | 0 | 0.80 | 0.15 | 0.84 | 311.25 | 0.67 | 0.09 |
| Hex | 28 | 8 | 22 | 0 | 50 | F | 54 | 137 | 43 | 9 |
| Octal | 50 | 10 | 42 | 0 | 120 | 17 | 124 | 467 | 103 | 11 |
| Binary | 101000 | 1000 | 100010 | 0 | 1010000 | 1111 | 1010100 | 100110111 | 1000011 | 1001 |
Color Harmonies of #280822
Complementary color
Monochromatic Colors of #280822
Black with #280822
Text Example
Text Example
White with #280822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280822; }
p { color: rgb(40,8,34); }
H1.HeaderClassName
{
color: #280822;
}
.AnyTagClassName
{
color: #280822;
}
</style>
background-color css
<style>
a { background-color: #280822; }
a { background-color: rgb(40,8,34); }
div.DivClassName
{
background-color: #280822;
}
.BgClassName
{
background-color: #280822;
}
</style>
border-color css
<style>
span { border-color: #280822; }
span { border-color: rgb(40,8,34); }
td.TdClassName
{
border-color: #280822;
}
.TagClassName
{
border-color: #280822;
}
</style>