Shades of Mardi Gras #440E3C
Tints of Mardi Gras #440E3C
RGB
CMYK
RGB Variations
Color information
#440E3C (or 0x440E3C) is known color: Mardi Gras. HEX triplet: 44, 0E and 3C. RGB value is (68,14,60). Sum of RGB (Red+Green+Blue) = 68+14+60=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #440E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E3C is #BBF1C3. Grayscale: #232323. Windows color (decimal): -12317124 or 3935812. OLE color: 3935812.
HSL color Cylindrical-coordinate representation of color #440E3C: hue angle of 308.89º 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 #440E3C is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 14 | 60 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.73 |
| HSL | 308.89º | 0.66% | 0.16% | - |
| HSV(B) | 308.89º | 0.79% | 0.27% | - |
| XYZ | 3.36 | 1.87 | 4.46 | - |
| YUV | 35.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 60 | 0 | 0.79 | 0.12 | 0.73 | 308.89 | 0.66 | 0.16 |
| Hex | 44 | E | 3C | 0 | 4F | C | 49 | 135 | 42 | 10 |
| Octal | 104 | 16 | 74 | 0 | 117 | 14 | 111 | 465 | 102 | 20 |
| Binary | 1000100 | 1110 | 111100 | 0 | 1001111 | 1100 | 1001001 | 100110101 | 1000010 | 10000 |
Color Harmonies of #440E3C
Complementary color
Monochromatic Colors of #440E3C
Black with #440E3C
Text Example
Text Example
White with #440E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E3C; }
p { color: rgb(68,14,60); }
H1.HeaderClassName
{
color: #440E3C;
}
.AnyTagClassName
{
color: #440E3C;
}
</style>
background-color css
<style>
a { background-color: #440E3C; }
a { background-color: rgb(68,14,60); }
div.DivClassName
{
background-color: #440E3C;
}
.BgClassName
{
background-color: #440E3C;
}
</style>
border-color css
<style>
span { border-color: #440E3C; }
span { border-color: rgb(68,14,60); }
td.TdClassName
{
border-color: #440E3C;
}
.TagClassName
{
border-color: #440E3C;
}
</style>