Shades of Mardi Gras #441942
Tints of Mardi Gras #441942
RGB
CMYK
RGB Variations
Color information
#441942 (or 0x441942) is known color: Mardi Gras. HEX triplet: 44, 19 and 42. RGB value is (68,25,66). Sum of RGB (Red+Green+Blue) = 68+25+66=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441942 is #BBE6BD. Grayscale: #2A2A2A. Windows color (decimal): -12314302 or 4331844. OLE color: 4331844.
HSL color Cylindrical-coordinate representation of color #441942: hue angle of 302.79º 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 #441942 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 66 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.73 |
| HSL | 302.79º | 0.46% | 0.18% | - |
| HSV(B) | 302.79º | 0.63% | 0.27% | - |
| XYZ | 3.71 | 2.32 | 5.41 | - |
| YUV | 42.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 66 | 0 | 0.63 | 0.03 | 0.73 | 302.79 | 0.46 | 0.18 |
| Hex | 44 | 19 | 42 | 0 | 3F | 3 | 49 | 12F | 2E | 12 |
| Octal | 104 | 31 | 102 | 0 | 77 | 3 | 111 | 457 | 56 | 22 |
| Binary | 1000100 | 11001 | 1000010 | 0 | 111111 | 11 | 1001001 | 100101111 | 101110 | 10010 |
Color Harmonies of #441942
Complementary color
Monochromatic Colors of #441942
Black with #441942
Text Example
Text Example
White with #441942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441942; }
p { color: rgb(68,25,66); }
H1.HeaderClassName
{
color: #441942;
}
.AnyTagClassName
{
color: #441942;
}
</style>
background-color css
<style>
a { background-color: #441942; }
a { background-color: rgb(68,25,66); }
div.DivClassName
{
background-color: #441942;
}
.BgClassName
{
background-color: #441942;
}
</style>
border-color css
<style>
span { border-color: #441942; }
span { border-color: rgb(68,25,66); }
td.TdClassName
{
border-color: #441942;
}
.TagClassName
{
border-color: #441942;
}
</style>