Shades of Mardi Gras #44113F
Tints of Mardi Gras #44113F
RGB
CMYK
RGB Variations
Color information
#44113F (or 0x44113F) is known color: Mardi Gras. HEX triplet: 44, 11 and 3F. RGB value is (68,17,63). Sum of RGB (Red+Green+Blue) = 68+17+63=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44113F is #BBEEC0. Grayscale: #252525. Windows color (decimal): -12316353 or 4133188. OLE color: 4133188.
HSL color Cylindrical-coordinate representation of color #44113F: hue angle of 305.88º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44113F is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 63 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.73 |
| HSL | 305.88º | 0.6% | 0.17% | - |
| HSV(B) | 305.88º | 0.75% | 0.27% | - |
| XYZ | 3.48 | 1.99 | 4.9 | - |
| YUV | 37.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 63 | 0 | 0.75 | 0.07 | 0.73 | 305.88 | 0.6 | 0.17 |
| Hex | 44 | 11 | 3F | 0 | 4B | 7 | 49 | 132 | 3C | 11 |
| Octal | 104 | 21 | 77 | 0 | 113 | 7 | 111 | 462 | 74 | 21 |
| Binary | 1000100 | 10001 | 111111 | 0 | 1001011 | 111 | 1001001 | 100110010 | 111100 | 10001 |
Color Harmonies of #44113F
Complementary color
Monochromatic Colors of #44113F
Black with #44113F
Text Example
Text Example
White with #44113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44113F; }
p { color: rgb(68,17,63); }
H1.HeaderClassName
{
color: #44113F;
}
.AnyTagClassName
{
color: #44113F;
}
</style>
background-color css
<style>
a { background-color: #44113F; }
a { background-color: rgb(68,17,63); }
div.DivClassName
{
background-color: #44113F;
}
.BgClassName
{
background-color: #44113F;
}
</style>
border-color css
<style>
span { border-color: #44113F; }
span { border-color: rgb(68,17,63); }
td.TdClassName
{
border-color: #44113F;
}
.TagClassName
{
border-color: #44113F;
}
</style>