Shades of Mardi Gras #441B43
Tints of Mardi Gras #441B43
RGB
CMYK
RGB Variations
Color information
#441B43 (or 0x441B43) is known color: Mardi Gras. HEX triplet: 44, 1B and 43. RGB value is (68,27,67). Sum of RGB (Red+Green+Blue) = 68+27+67=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #441B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B43 is #BBE4BC. Grayscale: #2B2B2B. Windows color (decimal): -12313789 or 4397892. OLE color: 4397892.
HSL color Cylindrical-coordinate representation of color #441B43: hue angle of 301.46º 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 #441B43 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 67 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.73 |
| HSL | 301.46º | 0.43% | 0.19% | - |
| HSV(B) | 301.46º | 0.6% | 0.27% | - |
| XYZ | 3.79 | 2.42 | 5.58 | - |
| YUV | 43.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 67 | 0 | 0.60 | 0.01 | 0.73 | 301.46 | 0.43 | 0.19 |
| Hex | 44 | 1B | 43 | 0 | 3C | 1 | 49 | 12D | 2B | 13 |
| Octal | 104 | 33 | 103 | 0 | 74 | 1 | 111 | 455 | 53 | 23 |
| Binary | 1000100 | 11011 | 1000011 | 0 | 111100 | 1 | 1001001 | 100101101 | 101011 | 10011 |
Color Harmonies of #441B43
Complementary color
Monochromatic Colors of #441B43
Black with #441B43
Text Example
Text Example
White with #441B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B43; }
p { color: rgb(68,27,67); }
H1.HeaderClassName
{
color: #441B43;
}
.AnyTagClassName
{
color: #441B43;
}
</style>
background-color css
<style>
a { background-color: #441B43; }
a { background-color: rgb(68,27,67); }
div.DivClassName
{
background-color: #441B43;
}
.BgClassName
{
background-color: #441B43;
}
</style>
border-color css
<style>
span { border-color: #441B43; }
span { border-color: rgb(68,27,67); }
td.TdClassName
{
border-color: #441B43;
}
.TagClassName
{
border-color: #441B43;
}
</style>