Shades of Mardi Gras #441945
Tints of Mardi Gras #441945
RGB
CMYK
RGB Variations
Color information
#441945 (or 0x441945) is known color: Mardi Gras. HEX triplet: 44, 19 and 45. RGB value is (68,25,69). Sum of RGB (Red+Green+Blue) = 68+25+69=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #441945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441945 is #BBE6BA. Grayscale: #2A2A2A. Windows color (decimal): -12314299 or 4528452. OLE color: 4528452.
HSL color Cylindrical-coordinate representation of color #441945: hue angle of 298.64º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #441945 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 69 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.73 |
| HSL | 298.64º | 0.47% | 0.18% | - |
| HSV(B) | 298.64º | 0.64% | 0.27% | - |
| XYZ | 3.81 | 2.35 | 5.88 | - |
| YUV | 42.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 69 | 0.01 | 0.64 | 0 | 0.73 | 298.64 | 0.47 | 0.18 |
| Hex | 44 | 19 | 45 | 1 | 40 | 0 | 49 | 12B | 2F | 12 |
| Octal | 104 | 31 | 105 | 1 | 100 | 0 | 111 | 453 | 57 | 22 |
| Binary | 1000100 | 11001 | 1000101 | 1 | 1000000 | 0 | 1001001 | 100101011 | 101111 | 10010 |
Color Harmonies of #441945
Complementary color
Monochromatic Colors of #441945
Black with #441945
Text Example
Text Example
White with #441945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441945; }
p { color: rgb(68,25,69); }
H1.HeaderClassName
{
color: #441945;
}
.AnyTagClassName
{
color: #441945;
}
</style>
background-color css
<style>
a { background-color: #441945; }
a { background-color: rgb(68,25,69); }
div.DivClassName
{
background-color: #441945;
}
.BgClassName
{
background-color: #441945;
}
</style>
border-color css
<style>
span { border-color: #441945; }
span { border-color: rgb(68,25,69); }
td.TdClassName
{
border-color: #441945;
}
.TagClassName
{
border-color: #441945;
}
</style>