Shades of Mardi Gras #441941
Tints of Mardi Gras #441941
RGB
CMYK
RGB Variations
Color information
#441941 (or 0x441941) is known color: Mardi Gras. HEX triplet: 44, 19 and 41. RGB value is (68,25,65). Sum of RGB (Red+Green+Blue) = 68+25+65=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #441941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441941 is #BBE6BE. Grayscale: #2A2A2A. Windows color (decimal): -12314303 or 4266308. OLE color: 4266308.
HSL color Cylindrical-coordinate representation of color #441941: hue angle of 304.19º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441941 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 65 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.73 |
| HSL | 304.19º | 0.46% | 0.18% | - |
| HSV(B) | 304.19º | 0.63% | 0.27% | - |
| XYZ | 3.69 | 2.31 | 5.25 | - |
| YUV | 42.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 65 | 0 | 0.63 | 0.04 | 0.73 | 304.19 | 0.46 | 0.18 |
| Hex | 44 | 19 | 41 | 0 | 3F | 4 | 49 | 130 | 2E | 12 |
| Octal | 104 | 31 | 101 | 0 | 77 | 4 | 111 | 460 | 56 | 22 |
| Binary | 1000100 | 11001 | 1000001 | 0 | 111111 | 100 | 1001001 | 100110000 | 101110 | 10010 |
Color Harmonies of #441941
Complementary color
Monochromatic Colors of #441941
Black with #441941
Text Example
Text Example
White with #441941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441941; }
p { color: rgb(68,25,65); }
H1.HeaderClassName
{
color: #441941;
}
.AnyTagClassName
{
color: #441941;
}
</style>
background-color css
<style>
a { background-color: #441941; }
a { background-color: rgb(68,25,65); }
div.DivClassName
{
background-color: #441941;
}
.BgClassName
{
background-color: #441941;
}
</style>
border-color css
<style>
span { border-color: #441941; }
span { border-color: rgb(68,25,65); }
td.TdClassName
{
border-color: #441941;
}
.TagClassName
{
border-color: #441941;
}
</style>