Shades of Mardi Gras #44113B
Tints of Mardi Gras #44113B
RGB
CMYK
RGB Variations
Color information
#44113B (or 0x44113B) is known color: Mardi Gras. HEX triplet: 44, 11 and 3B. RGB value is (68,17,59). Sum of RGB (Red+Green+Blue) = 68+17+59=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44113B is #BBEEC4. Grayscale: #242424. Windows color (decimal): -12316357 or 3871044. OLE color: 3871044.
HSL color Cylindrical-coordinate representation of color #44113B: hue angle of 310.59º 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 #44113B is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 59 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.73 |
| HSL | 310.59º | 0.6% | 0.17% | - |
| HSV(B) | 310.59º | 0.75% | 0.27% | - |
| XYZ | 3.37 | 1.95 | 4.34 | - |
| YUV | 37.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 59 | 0 | 0.75 | 0.13 | 0.73 | 310.59 | 0.6 | 0.17 |
| Hex | 44 | 11 | 3B | 0 | 4B | D | 49 | 137 | 3C | 11 |
| Octal | 104 | 21 | 73 | 0 | 113 | 15 | 111 | 467 | 74 | 21 |
| Binary | 1000100 | 10001 | 111011 | 0 | 1001011 | 1101 | 1001001 | 100110111 | 111100 | 10001 |
Color Harmonies of #44113B
Complementary color
Monochromatic Colors of #44113B
Black with #44113B
Text Example
Text Example
White with #44113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44113B; }
p { color: rgb(68,17,59); }
H1.HeaderClassName
{
color: #44113B;
}
.AnyTagClassName
{
color: #44113B;
}
</style>
background-color css
<style>
a { background-color: #44113B; }
a { background-color: rgb(68,17,59); }
div.DivClassName
{
background-color: #44113B;
}
.BgClassName
{
background-color: #44113B;
}
</style>
border-color css
<style>
span { border-color: #44113B; }
span { border-color: rgb(68,17,59); }
td.TdClassName
{
border-color: #44113B;
}
.TagClassName
{
border-color: #44113B;
}
</style>