Shades of Mardi Gras #440E41
Tints of Mardi Gras #440E41
RGB
CMYK
RGB Variations
Color information
#440E41 (or 0x440E41) is known color: Mardi Gras. HEX triplet: 44, 0E and 41. RGB value is (68,14,65). Sum of RGB (Red+Green+Blue) = 68+14+65=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #440E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E41 is #BBF1BE. Grayscale: #232323. Windows color (decimal): -12317119 or 4263492. OLE color: 4263492.
HSL color Cylindrical-coordinate representation of color #440E41: hue angle of 303.33º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E41 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 14 | 65 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.73 |
| HSL | 303.33º | 0.66% | 0.16% | - |
| HSV(B) | 303.33º | 0.79% | 0.27% | - |
| XYZ | 3.5 | 1.92 | 5.19 | - |
| YUV | 35.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 65 | 0 | 0.79 | 0.04 | 0.73 | 303.33 | 0.66 | 0.16 |
| Hex | 44 | E | 41 | 0 | 4F | 4 | 49 | 12F | 42 | 10 |
| Octal | 104 | 16 | 101 | 0 | 117 | 4 | 111 | 457 | 102 | 20 |
| Binary | 1000100 | 1110 | 1000001 | 0 | 1001111 | 100 | 1001001 | 100101111 | 1000010 | 10000 |
Color Harmonies of #440E41
Complementary color
Monochromatic Colors of #440E41
Black with #440E41
Text Example
Text Example
White with #440E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E41; }
p { color: rgb(68,14,65); }
H1.HeaderClassName
{
color: #440E41;
}
.AnyTagClassName
{
color: #440E41;
}
</style>
background-color css
<style>
a { background-color: #440E41; }
a { background-color: rgb(68,14,65); }
div.DivClassName
{
background-color: #440E41;
}
.BgClassName
{
background-color: #440E41;
}
</style>
border-color css
<style>
span { border-color: #440E41; }
span { border-color: rgb(68,14,65); }
td.TdClassName
{
border-color: #440E41;
}
.TagClassName
{
border-color: #440E41;
}
</style>