Shades of Mardi Gras #440543
Tints of Mardi Gras #440543
RGB
CMYK
RGB Variations
Color information
#440543 (or 0x440543) is known color: Mardi Gras. HEX triplet: 44, 05 and 43. RGB value is (68,5,67). Sum of RGB (Red+Green+Blue) = 68+5+67=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #440543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440543 is #BBFABC. Grayscale: #1E1E1E. Windows color (decimal): -12319421 or 4392260. OLE color: 4392260.
HSL color Cylindrical-coordinate representation of color #440543: hue angle of 300.95º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440543 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 67 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.73 |
| HSL | 300.95º | 0.86% | 0.14% | - |
| HSV(B) | 300.95º | 0.93% | 0.27% | - |
| XYZ | 3.45 | 1.74 | 5.46 | - |
| YUV | 30.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 67 | 0 | 0.93 | 0.01 | 0.73 | 300.95 | 0.86 | 0.14 |
| Hex | 44 | 5 | 43 | 0 | 5D | 1 | 49 | 12D | 56 | E |
| Octal | 104 | 5 | 103 | 0 | 135 | 1 | 111 | 455 | 126 | 16 |
| Binary | 1000100 | 101 | 1000011 | 0 | 1011101 | 1 | 1001001 | 100101101 | 1010110 | 1110 |
Color Harmonies of #440543
Complementary color
Monochromatic Colors of #440543
Black with #440543
Text Example
Text Example
White with #440543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440543; }
p { color: rgb(68,5,67); }
H1.HeaderClassName
{
color: #440543;
}
.AnyTagClassName
{
color: #440543;
}
</style>
background-color css
<style>
a { background-color: #440543; }
a { background-color: rgb(68,5,67); }
div.DivClassName
{
background-color: #440543;
}
.BgClassName
{
background-color: #440543;
}
</style>
border-color css
<style>
span { border-color: #440543; }
span { border-color: rgb(68,5,67); }
td.TdClassName
{
border-color: #440543;
}
.TagClassName
{
border-color: #440543;
}
</style>