Shades of Mardi Gras #44043D
Tints of Mardi Gras #44043D
RGB
CMYK
RGB Variations
Color information
#44043D (or 0x44043D) is known color: Mardi Gras. HEX triplet: 44, 04 and 3D. RGB value is (68,4,61). Sum of RGB (Red+Green+Blue) = 68+4+61=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44043D is #BBFBC2. Grayscale: #1D1D1D. Windows color (decimal): -12319683 or 3998788. OLE color: 3998788.
HSL color Cylindrical-coordinate representation of color #44043D: hue angle of 306.56º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44043D is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 61 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.73 |
| HSL | 306.56º | 0.89% | 0.14% | - |
| HSV(B) | 306.56º | 0.94% | 0.27% | - |
| XYZ | 3.27 | 1.65 | 4.56 | - |
| YUV | 29.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 61 | 0 | 0.94 | 0.10 | 0.73 | 306.56 | 0.89 | 0.14 |
| Hex | 44 | 4 | 3D | 0 | 5E | A | 49 | 133 | 59 | E |
| Octal | 104 | 4 | 75 | 0 | 136 | 12 | 111 | 463 | 131 | 16 |
| Binary | 1000100 | 100 | 111101 | 0 | 1011110 | 1010 | 1001001 | 100110011 | 1011001 | 1110 |
Color Harmonies of #44043D
Complementary color
Monochromatic Colors of #44043D
Black with #44043D
Text Example
Text Example
White with #44043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44043D; }
p { color: rgb(68,4,61); }
H1.HeaderClassName
{
color: #44043D;
}
.AnyTagClassName
{
color: #44043D;
}
</style>
background-color css
<style>
a { background-color: #44043D; }
a { background-color: rgb(68,4,61); }
div.DivClassName
{
background-color: #44043D;
}
.BgClassName
{
background-color: #44043D;
}
</style>
border-color css
<style>
span { border-color: #44043D; }
span { border-color: rgb(68,4,61); }
td.TdClassName
{
border-color: #44043D;
}
.TagClassName
{
border-color: #44043D;
}
</style>