Shades of Mardi Gras #441B40
Tints of Mardi Gras #441B40
RGB
CMYK
RGB Variations
Color information
#441B40 (or 0x441B40) is known color: Mardi Gras. HEX triplet: 44, 1B and 40. RGB value is (68,27,64). Sum of RGB (Red+Green+Blue) = 68+27+64=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B40 is #BBE4BF. Grayscale: #2B2B2B. Windows color (decimal): -12313792 or 4201284. OLE color: 4201284.
HSL color Cylindrical-coordinate representation of color #441B40: hue angle of 305.85º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B40 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 64 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.73 |
| HSL | 305.85º | 0.43% | 0.19% | - |
| HSV(B) | 305.85º | 0.6% | 0.27% | - |
| XYZ | 3.7 | 2.38 | 5.12 | - |
| YUV | 43.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 64 | 0 | 0.60 | 0.06 | 0.73 | 305.85 | 0.43 | 0.19 |
| Hex | 44 | 1B | 40 | 0 | 3C | 6 | 49 | 132 | 2B | 13 |
| Octal | 104 | 33 | 100 | 0 | 74 | 6 | 111 | 462 | 53 | 23 |
| Binary | 1000100 | 11011 | 1000000 | 0 | 111100 | 110 | 1001001 | 100110010 | 101011 | 10011 |
Color Harmonies of #441B40
Complementary color
Monochromatic Colors of #441B40
Black with #441B40
Text Example
Text Example
White with #441B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B40; }
p { color: rgb(68,27,64); }
H1.HeaderClassName
{
color: #441B40;
}
.AnyTagClassName
{
color: #441B40;
}
</style>
background-color css
<style>
a { background-color: #441B40; }
a { background-color: rgb(68,27,64); }
div.DivClassName
{
background-color: #441B40;
}
.BgClassName
{
background-color: #441B40;
}
</style>
border-color css
<style>
span { border-color: #441B40; }
span { border-color: rgb(68,27,64); }
td.TdClassName
{
border-color: #441B40;
}
.TagClassName
{
border-color: #441B40;
}
</style>