Shades of Mardi Gras #44073F
Tints of Mardi Gras #44073F
RGB
CMYK
RGB Variations
Color information
#44073F (or 0x44073F) is known color: Mardi Gras. HEX triplet: 44, 07 and 3F. RGB value is (68,7,63). Sum of RGB (Red+Green+Blue) = 68+7+63=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44073F is #BBF8C0. Grayscale: #1F1F1F. Windows color (decimal): -12318913 or 4130628. OLE color: 4130628.
HSL color Cylindrical-coordinate representation of color #44073F: hue angle of 304.92º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44073F is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 7 | 63 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.73 |
| HSL | 304.92º | 0.81% | 0.15% | - |
| HSV(B) | 304.92º | 0.9% | 0.27% | - |
| XYZ | 3.36 | 1.74 | 4.86 | - |
| YUV | 31.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 63 | 0 | 0.90 | 0.07 | 0.73 | 304.92 | 0.81 | 0.15 |
| Hex | 44 | 7 | 3F | 0 | 5A | 7 | 49 | 131 | 51 | F |
| Octal | 104 | 7 | 77 | 0 | 132 | 7 | 111 | 461 | 121 | 17 |
| Binary | 1000100 | 111 | 111111 | 0 | 1011010 | 111 | 1001001 | 100110001 | 1010001 | 1111 |
Color Harmonies of #44073F
Complementary color
Monochromatic Colors of #44073F
Black with #44073F
Text Example
Text Example
White with #44073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44073F; }
p { color: rgb(68,7,63); }
H1.HeaderClassName
{
color: #44073F;
}
.AnyTagClassName
{
color: #44073F;
}
</style>
background-color css
<style>
a { background-color: #44073F; }
a { background-color: rgb(68,7,63); }
div.DivClassName
{
background-color: #44073F;
}
.BgClassName
{
background-color: #44073F;
}
</style>
border-color css
<style>
span { border-color: #44073F; }
span { border-color: rgb(68,7,63); }
td.TdClassName
{
border-color: #44073F;
}
.TagClassName
{
border-color: #44073F;
}
</style>