Shades of Mardi Gras #440D45
Tints of Mardi Gras #440D45
RGB
CMYK
RGB Variations
Color information
#440D45 (or 0x440D45) is known color: Mardi Gras. HEX triplet: 44, 0D and 45. RGB value is (68,13,69). Sum of RGB (Red+Green+Blue) = 68+13+69=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #440D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D45 is #BBF2BA. Grayscale: #232323. Windows color (decimal): -12317371 or 4525380. OLE color: 4525380.
HSL color Cylindrical-coordinate representation of color #440D45: hue angle of 298.93º 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 #440D45 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 69 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.73 |
| HSL | 298.93º | 0.68% | 0.16% | - |
| HSV(B) | 298.93º | 0.81% | 0.27% | - |
| XYZ | 3.6 | 1.95 | 5.82 | - |
| YUV | 35.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 69 | 0.01 | 0.81 | 0 | 0.73 | 298.93 | 0.68 | 0.16 |
| Hex | 44 | D | 45 | 1 | 51 | 0 | 49 | 12B | 44 | 10 |
| Octal | 104 | 15 | 105 | 1 | 121 | 0 | 111 | 453 | 104 | 20 |
| Binary | 1000100 | 1101 | 1000101 | 1 | 1010001 | 0 | 1001001 | 100101011 | 1000100 | 10000 |
Color Harmonies of #440D45
Complementary color
Monochromatic Colors of #440D45
Black with #440D45
Text Example
Text Example
White with #440D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D45; }
p { color: rgb(68,13,69); }
H1.HeaderClassName
{
color: #440D45;
}
.AnyTagClassName
{
color: #440D45;
}
</style>
background-color css
<style>
a { background-color: #440D45; }
a { background-color: rgb(68,13,69); }
div.DivClassName
{
background-color: #440D45;
}
.BgClassName
{
background-color: #440D45;
}
</style>
border-color css
<style>
span { border-color: #440D45; }
span { border-color: rgb(68,13,69); }
td.TdClassName
{
border-color: #440D45;
}
.TagClassName
{
border-color: #440D45;
}
</style>