Shades of Mardi Gras #440841
Tints of Mardi Gras #440841
RGB
CMYK
RGB Variations
Color information
#440841 (or 0x440841) is known color: Mardi Gras. HEX triplet: 44, 08 and 41. RGB value is (68,8,65). Sum of RGB (Red+Green+Blue) = 68+8+65=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #440841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440841 is #BBF7BE. Grayscale: #202020. Windows color (decimal): -12318655 or 4261956. OLE color: 4261956.
HSL color Cylindrical-coordinate representation of color #440841: hue angle of 303º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440841 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 8 | 65 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.73 |
| HSL | 303º | 0.79% | 0.15% | - |
| HSV(B) | 303º | 0.88% | 0.27% | - |
| XYZ | 3.42 | 1.78 | 5.16 | - |
| YUV | 32.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 65 | 0 | 0.88 | 0.04 | 0.73 | 303 | 0.79 | 0.15 |
| Hex | 44 | 8 | 41 | 0 | 58 | 4 | 49 | 12F | 4F | F |
| Octal | 104 | 10 | 101 | 0 | 130 | 4 | 111 | 457 | 117 | 17 |
| Binary | 1000100 | 1000 | 1000001 | 0 | 1011000 | 100 | 1001001 | 100101111 | 1001111 | 1111 |
Color Harmonies of #440841
Complementary color
Monochromatic Colors of #440841
Black with #440841
Text Example
Text Example
White with #440841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440841; }
p { color: rgb(68,8,65); }
H1.HeaderClassName
{
color: #440841;
}
.AnyTagClassName
{
color: #440841;
}
</style>
background-color css
<style>
a { background-color: #440841; }
a { background-color: rgb(68,8,65); }
div.DivClassName
{
background-color: #440841;
}
.BgClassName
{
background-color: #440841;
}
</style>
border-color css
<style>
span { border-color: #440841; }
span { border-color: rgb(68,8,65); }
td.TdClassName
{
border-color: #440841;
}
.TagClassName
{
border-color: #440841;
}
</style>