Shades of Mardi Gras #44053B
Tints of Mardi Gras #44053B
RGB
CMYK
RGB Variations
Color information
#44053B (or 0x44053B) is known color: Mardi Gras. HEX triplet: 44, 05 and 3B. RGB value is (68,5,59). Sum of RGB (Red+Green+Blue) = 68+5+59=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44053B is #BBFAC4. Grayscale: #1D1D1D. Windows color (decimal): -12319429 or 3867972. OLE color: 3867972.
HSL color Cylindrical-coordinate representation of color #44053B: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44053B is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 59 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.73 |
| HSL | 308.57º | 0.86% | 0.14% | - |
| HSV(B) | 308.57º | 0.93% | 0.27% | - |
| XYZ | 3.23 | 1.65 | 4.29 | - |
| YUV | 29.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 59 | 0 | 0.93 | 0.13 | 0.73 | 308.57 | 0.86 | 0.14 |
| Hex | 44 | 5 | 3B | 0 | 5D | D | 49 | 135 | 56 | E |
| Octal | 104 | 5 | 73 | 0 | 135 | 15 | 111 | 465 | 126 | 16 |
| Binary | 1000100 | 101 | 111011 | 0 | 1011101 | 1101 | 1001001 | 100110101 | 1010110 | 1110 |
Color Harmonies of #44053B
Complementary color
Monochromatic Colors of #44053B
Black with #44053B
Text Example
Text Example
White with #44053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44053B; }
p { color: rgb(68,5,59); }
H1.HeaderClassName
{
color: #44053B;
}
.AnyTagClassName
{
color: #44053B;
}
</style>
background-color css
<style>
a { background-color: #44053B; }
a { background-color: rgb(68,5,59); }
div.DivClassName
{
background-color: #44053B;
}
.BgClassName
{
background-color: #44053B;
}
</style>
border-color css
<style>
span { border-color: #44053B; }
span { border-color: rgb(68,5,59); }
td.TdClassName
{
border-color: #44053B;
}
.TagClassName
{
border-color: #44053B;
}
</style>