Shades of Mardi Gras #290127
Tints of Mardi Gras #290127
RGB
CMYK
RGB Variations
Color information
#290127 (or 0x290127) is known color: Mardi Gras. HEX triplet: 29, 01 and 27. RGB value is (41,1,39). Sum of RGB (Red+Green+Blue) = 41+1+39=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #290127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290127 is #D6FED8. Grayscale: #111111. Windows color (decimal): -14089945 or 2556201. OLE color: 2556201.
HSL color Cylindrical-coordinate representation of color #290127: hue angle of 303º 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 #290127 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 39 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.84 |
| HSL | 303º | 0.95% | 0.08% | - |
| HSV(B) | 303º | 0.98% | 0.16% | - |
| XYZ | 1.29 | 0.64 | 1.97 | - |
| YUV | 17.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 39 | 0 | 0.98 | 0.05 | 0.84 | 303 | 0.95 | 0.08 |
| Hex | 29 | 1 | 27 | 0 | 62 | 5 | 54 | 12F | 5F | 8 |
| Octal | 51 | 1 | 47 | 0 | 142 | 5 | 124 | 457 | 137 | 10 |
| Binary | 101001 | 1 | 100111 | 0 | 1100010 | 101 | 1010100 | 100101111 | 1011111 | 1000 |
Color Harmonies of #290127
Complementary color
Monochromatic Colors of #290127
Black with #290127
Text Example
Text Example
White with #290127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290127; }
p { color: rgb(41,1,39); }
H1.HeaderClassName
{
color: #290127;
}
.AnyTagClassName
{
color: #290127;
}
</style>
background-color css
<style>
a { background-color: #290127; }
a { background-color: rgb(41,1,39); }
div.DivClassName
{
background-color: #290127;
}
.BgClassName
{
background-color: #290127;
}
</style>
border-color css
<style>
span { border-color: #290127; }
span { border-color: rgb(41,1,39); }
td.TdClassName
{
border-color: #290127;
}
.TagClassName
{
border-color: #290127;
}
</style>