Shades of Mardi Gras #441641
Tints of Mardi Gras #441641
RGB
CMYK
RGB Variations
Color information
#441641 (or 0x441641) is known color: Mardi Gras. HEX triplet: 44, 16 and 41. RGB value is (68,22,65). Sum of RGB (Red+Green+Blue) = 68+22+65=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #441641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441641 is #BBE9BE. Grayscale: #282828. Windows color (decimal): -12315071 or 4265540. OLE color: 4265540.
HSL color Cylindrical-coordinate representation of color #441641: hue angle of 303.91º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441641 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 22 | 65 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.73 |
| HSL | 303.91º | 0.51% | 0.18% | - |
| HSV(B) | 303.91º | 0.68% | 0.27% | - |
| XYZ | 3.62 | 2.18 | 5.23 | - |
| YUV | 40.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 65 | 0 | 0.68 | 0.04 | 0.73 | 303.91 | 0.51 | 0.18 |
| Hex | 44 | 16 | 41 | 0 | 44 | 4 | 49 | 130 | 33 | 12 |
| Octal | 104 | 26 | 101 | 0 | 104 | 4 | 111 | 460 | 63 | 22 |
| Binary | 1000100 | 10110 | 1000001 | 0 | 1000100 | 100 | 1001001 | 100110000 | 110011 | 10010 |
Color Harmonies of #441641
Complementary color
Monochromatic Colors of #441641
Black with #441641
Text Example
Text Example
White with #441641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441641; }
p { color: rgb(68,22,65); }
H1.HeaderClassName
{
color: #441641;
}
.AnyTagClassName
{
color: #441641;
}
</style>
background-color css
<style>
a { background-color: #441641; }
a { background-color: rgb(68,22,65); }
div.DivClassName
{
background-color: #441641;
}
.BgClassName
{
background-color: #441641;
}
</style>
border-color css
<style>
span { border-color: #441641; }
span { border-color: rgb(68,22,65); }
td.TdClassName
{
border-color: #441641;
}
.TagClassName
{
border-color: #441641;
}
</style>