Shades of Mardi Gras #2A0524
Tints of Mardi Gras #2A0524
RGB
CMYK
RGB Variations
Color information
#2A0524 (or 0x2A0524) is known color: Mardi Gras. HEX triplet: 2A, 05 and 24. RGB value is (42,5,36). Sum of RGB (Red+Green+Blue) = 42+5+36=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0524 is #D5FADB. Grayscale: #131313. Windows color (decimal): -14023388 or 2360618. OLE color: 2360618.
HSL color Cylindrical-coordinate representation of color #2A0524: hue angle of 309.73º degrees, saturation: 0.79, 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 #2A0524 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 5 | 36 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.84 |
| HSL | 309.73º | 0.79% | 0.09% | - |
| HSV(B) | 309.73º | 0.88% | 0.16% | - |
| XYZ | 1.33 | 0.73 | 1.74 | - |
| YUV | 19.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 36 | 0 | 0.88 | 0.14 | 0.84 | 309.73 | 0.79 | 0.09 |
| Hex | 2A | 5 | 24 | 0 | 58 | E | 54 | 136 | 4F | 9 |
| Octal | 52 | 5 | 44 | 0 | 130 | 16 | 124 | 466 | 117 | 11 |
| Binary | 101010 | 101 | 100100 | 0 | 1011000 | 1110 | 1010100 | 100110110 | 1001111 | 1001 |
Color Harmonies of #2A0524
Complementary color
Monochromatic Colors of #2A0524
Black with #2A0524
Text Example
Text Example
White with #2A0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0524; }
p { color: rgb(42,5,36); }
H1.HeaderClassName
{
color: #2A0524;
}
.AnyTagClassName
{
color: #2A0524;
}
</style>
background-color css
<style>
a { background-color: #2A0524; }
a { background-color: rgb(42,5,36); }
div.DivClassName
{
background-color: #2A0524;
}
.BgClassName
{
background-color: #2A0524;
}
</style>
border-color css
<style>
span { border-color: #2A0524; }
span { border-color: rgb(42,5,36); }
td.TdClassName
{
border-color: #2A0524;
}
.TagClassName
{
border-color: #2A0524;
}
</style>