Shades of Mardi Gras #440D47
Tints of Mardi Gras #440D47
RGB
CMYK
RGB Variations
Color information
#440D47 (or 0x440D47) is known color: Mardi Gras. HEX triplet: 44, 0D and 47. RGB value is (68,13,71). Sum of RGB (Red+Green+Blue) = 68+13+71=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #440D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D47 is #BBF2B8. Grayscale: #232323. Windows color (decimal): -12317369 or 4656452. OLE color: 4656452.
HSL color Cylindrical-coordinate representation of color #440D47: hue angle of 296.9º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440D47 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 13 | 71 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.72 |
| HSL | 296.9º | 0.69% | 0.16% | - |
| HSV(B) | 296.9º | 0.82% | 0.28% | - |
| XYZ | 3.67 | 1.97 | 6.15 | - |
| YUV | 36.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 71 | 0.04 | 0.82 | 0 | 0.72 | 296.9 | 0.69 | 0.16 |
| Hex | 44 | D | 47 | 4 | 52 | 0 | 48 | 129 | 45 | 10 |
| Octal | 104 | 15 | 107 | 4 | 122 | 0 | 110 | 451 | 105 | 20 |
| Binary | 1000100 | 1101 | 1000111 | 100 | 1010010 | 0 | 1001000 | 100101001 | 1000101 | 10000 |
Color Harmonies of #440D47
Complementary color
Monochromatic Colors of #440D47
Black with #440D47
Text Example
Text Example
White with #440D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D47; }
p { color: rgb(68,13,71); }
H1.HeaderClassName
{
color: #440D47;
}
.AnyTagClassName
{
color: #440D47;
}
</style>
background-color css
<style>
a { background-color: #440D47; }
a { background-color: rgb(68,13,71); }
div.DivClassName
{
background-color: #440D47;
}
.BgClassName
{
background-color: #440D47;
}
</style>
border-color css
<style>
span { border-color: #440D47; }
span { border-color: rgb(68,13,71); }
td.TdClassName
{
border-color: #440D47;
}
.TagClassName
{
border-color: #440D47;
}
</style>