Shades of Mardi Gras #440D40
Tints of Mardi Gras #440D40
RGB
CMYK
RGB Variations
Color information
#440D40 (or 0x440D40) is known color: Mardi Gras. HEX triplet: 44, 0D and 40. RGB value is (68,13,64). Sum of RGB (Red+Green+Blue) = 68+13+64=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #440D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D40 is #BBF2BF. Grayscale: #232323. Windows color (decimal): -12317376 or 4197700. OLE color: 4197700.
HSL color Cylindrical-coordinate representation of color #440D40: hue angle of 304.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D40 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 64 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.73 |
| HSL | 304.36º | 0.68% | 0.16% | - |
| HSV(B) | 304.36º | 0.81% | 0.27% | - |
| XYZ | 3.45 | 1.89 | 5.03 | - |
| YUV | 35.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 64 | 0 | 0.81 | 0.06 | 0.73 | 304.36 | 0.68 | 0.16 |
| Hex | 44 | D | 40 | 0 | 51 | 6 | 49 | 130 | 44 | 10 |
| Octal | 104 | 15 | 100 | 0 | 121 | 6 | 111 | 460 | 104 | 20 |
| Binary | 1000100 | 1101 | 1000000 | 0 | 1010001 | 110 | 1001001 | 100110000 | 1000100 | 10000 |
Color Harmonies of #440D40
Complementary color
Monochromatic Colors of #440D40
Black with #440D40
Text Example
Text Example
White with #440D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D40; }
p { color: rgb(68,13,64); }
H1.HeaderClassName
{
color: #440D40;
}
.AnyTagClassName
{
color: #440D40;
}
</style>
background-color css
<style>
a { background-color: #440D40; }
a { background-color: rgb(68,13,64); }
div.DivClassName
{
background-color: #440D40;
}
.BgClassName
{
background-color: #440D40;
}
</style>
border-color css
<style>
span { border-color: #440D40; }
span { border-color: rgb(68,13,64); }
td.TdClassName
{
border-color: #440D40;
}
.TagClassName
{
border-color: #440D40;
}
</style>