Shades of Mardi Gras #440243
Tints of Mardi Gras #440243
RGB
CMYK
RGB Variations
Color information
#440243 (or 0x440243) is known color: Mardi Gras. HEX triplet: 44, 02 and 43. RGB value is (68,2,67). Sum of RGB (Red+Green+Blue) = 68+2+67=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #440243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440243 is #BBFDBC. Grayscale: #1C1C1C. Windows color (decimal): -12320189 or 4391492. OLE color: 4391492.
HSL color Cylindrical-coordinate representation of color #440243: hue angle of 300.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440243 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 67 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.73 |
| HSL | 300.91º | 0.94% | 0.14% | - |
| HSV(B) | 300.91º | 0.97% | 0.27% | - |
| XYZ | 3.42 | 1.68 | 5.45 | - |
| YUV | 29.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 67 | 0 | 0.97 | 0.01 | 0.73 | 300.91 | 0.94 | 0.14 |
| Hex | 44 | 2 | 43 | 0 | 61 | 1 | 49 | 12D | 5E | E |
| Octal | 104 | 2 | 103 | 0 | 141 | 1 | 111 | 455 | 136 | 16 |
| Binary | 1000100 | 10 | 1000011 | 0 | 1100001 | 1 | 1001001 | 100101101 | 1011110 | 1110 |
Color Harmonies of #440243
Complementary color
Monochromatic Colors of #440243
Black with #440243
Text Example
Text Example
White with #440243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440243; }
p { color: rgb(68,2,67); }
H1.HeaderClassName
{
color: #440243;
}
.AnyTagClassName
{
color: #440243;
}
</style>
background-color css
<style>
a { background-color: #440243; }
a { background-color: rgb(68,2,67); }
div.DivClassName
{
background-color: #440243;
}
.BgClassName
{
background-color: #440243;
}
</style>
border-color css
<style>
span { border-color: #440243; }
span { border-color: rgb(68,2,67); }
td.TdClassName
{
border-color: #440243;
}
.TagClassName
{
border-color: #440243;
}
</style>