Shades of Mardi Gras #441845
Tints of Mardi Gras #441845
RGB
CMYK
RGB Variations
Color information
#441845 (or 0x441845) is known color: Mardi Gras. HEX triplet: 44, 18 and 45. RGB value is (68,24,69). Sum of RGB (Red+Green+Blue) = 68+24+69=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 69 - color contains mainly: blue. Hex color #441845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441845 is #BBE7BA. Grayscale: #2A2A2A. Windows color (decimal): -12314555 or 4528196. OLE color: 4528196.
HSL color Cylindrical-coordinate representation of color #441845: hue angle of 298.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441845 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 69 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.73 |
| HSL | 298.67º | 0.48% | 0.18% | - |
| HSV(B) | 298.67º | 0.65% | 0.27% | - |
| XYZ | 3.78 | 2.31 | 5.88 | - |
| YUV | 42.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 69 | 0.01 | 0.65 | 0 | 0.73 | 298.67 | 0.48 | 0.18 |
| Hex | 44 | 18 | 45 | 1 | 41 | 0 | 49 | 12B | 30 | 12 |
| Octal | 104 | 30 | 105 | 1 | 101 | 0 | 111 | 453 | 60 | 22 |
| Binary | 1000100 | 11000 | 1000101 | 1 | 1000001 | 0 | 1001001 | 100101011 | 110000 | 10010 |
Color Harmonies of #441845
Complementary color
Monochromatic Colors of #441845
Black with #441845
Text Example
Text Example
White with #441845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441845; }
p { color: rgb(68,24,69); }
H1.HeaderClassName
{
color: #441845;
}
.AnyTagClassName
{
color: #441845;
}
</style>
background-color css
<style>
a { background-color: #441845; }
a { background-color: rgb(68,24,69); }
div.DivClassName
{
background-color: #441845;
}
.BgClassName
{
background-color: #441845;
}
</style>
border-color css
<style>
span { border-color: #441845; }
span { border-color: rgb(68,24,69); }
td.TdClassName
{
border-color: #441845;
}
.TagClassName
{
border-color: #441845;
}
</style>