Shades of Mardi Gras #440C43
Tints of Mardi Gras #440C43
RGB
CMYK
RGB Variations
Color information
#440C43 (or 0x440C43) is known color: Mardi Gras. HEX triplet: 44, 0C and 43. RGB value is (68,12,67). Sum of RGB (Red+Green+Blue) = 68+12+67=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #440C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C43 is #BBF3BC. Grayscale: #222222. Windows color (decimal): -12317629 or 4394052. OLE color: 4394052.
HSL color Cylindrical-coordinate representation of color #440C43: hue angle of 301.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C43 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 67 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.73 |
| HSL | 301.07º | 0.7% | 0.16% | - |
| HSV(B) | 301.07º | 0.82% | 0.27% | - |
| XYZ | 3.53 | 1.9 | 5.49 | - |
| YUV | 35.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 67 | 0 | 0.82 | 0.01 | 0.73 | 301.07 | 0.7 | 0.16 |
| Hex | 44 | C | 43 | 0 | 52 | 1 | 49 | 12D | 46 | 10 |
| Octal | 104 | 14 | 103 | 0 | 122 | 1 | 111 | 455 | 106 | 20 |
| Binary | 1000100 | 1100 | 1000011 | 0 | 1010010 | 1 | 1001001 | 100101101 | 1000110 | 10000 |
Color Harmonies of #440C43
Complementary color
Monochromatic Colors of #440C43
Black with #440C43
Text Example
Text Example
White with #440C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C43; }
p { color: rgb(68,12,67); }
H1.HeaderClassName
{
color: #440C43;
}
.AnyTagClassName
{
color: #440C43;
}
</style>
background-color css
<style>
a { background-color: #440C43; }
a { background-color: rgb(68,12,67); }
div.DivClassName
{
background-color: #440C43;
}
.BgClassName
{
background-color: #440C43;
}
</style>
border-color css
<style>
span { border-color: #440C43; }
span { border-color: rgb(68,12,67); }
td.TdClassName
{
border-color: #440C43;
}
.TagClassName
{
border-color: #440C43;
}
</style>