Shades of Mardi Gras #290A25
Tints of Mardi Gras #290A25
RGB
CMYK
RGB Variations
Color information
#290A25 (or 0x290A25) is known color: Mardi Gras. HEX triplet: 29, 0A and 25. RGB value is (41,10,37). Sum of RGB (Red+Green+Blue) = 41+10+37=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #290A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A25 is #D6F5DA. Grayscale: #161616. Windows color (decimal): -14087643 or 2427433. OLE color: 2427433.
HSL color Cylindrical-coordinate representation of color #290A25: hue angle of 307.74º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A25 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 10 | 37 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.84 |
| HSL | 307.74º | 0.61% | 0.1% | - |
| HSV(B) | 307.74º | 0.76% | 0.16% | - |
| XYZ | 1.36 | 0.82 | 1.84 | - |
| YUV | 22.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 37 | 0 | 0.76 | 0.10 | 0.84 | 307.74 | 0.61 | 0.1 |
| Hex | 29 | A | 25 | 0 | 4C | A | 54 | 134 | 3D | A |
| Octal | 51 | 12 | 45 | 0 | 114 | 12 | 124 | 464 | 75 | 12 |
| Binary | 101001 | 1010 | 100101 | 0 | 1001100 | 1010 | 1010100 | 100110100 | 111101 | 1010 |
Color Harmonies of #290A25
Complementary color
Monochromatic Colors of #290A25
Black with #290A25
Text Example
Text Example
White with #290A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A25; }
p { color: rgb(41,10,37); }
H1.HeaderClassName
{
color: #290A25;
}
.AnyTagClassName
{
color: #290A25;
}
</style>
background-color css
<style>
a { background-color: #290A25; }
a { background-color: rgb(41,10,37); }
div.DivClassName
{
background-color: #290A25;
}
.BgClassName
{
background-color: #290A25;
}
</style>
border-color css
<style>
span { border-color: #290A25; }
span { border-color: rgb(41,10,37); }
td.TdClassName
{
border-color: #290A25;
}
.TagClassName
{
border-color: #290A25;
}
</style>