Shades of Mardi Gras #441346
Tints of Mardi Gras #441346
RGB
CMYK
RGB Variations
Color information
#441346 (or 0x441346) is known color: Mardi Gras. HEX triplet: 44, 13 and 46. RGB value is (68,19,70). Sum of RGB (Red+Green+Blue) = 68+19+70=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #441346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441346 is #BBECB9. Grayscale: #272727. Windows color (decimal): -12315834 or 4592452. OLE color: 4592452.
HSL color Cylindrical-coordinate representation of color #441346: hue angle of 297.65º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441346 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 70 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.73 |
| HSL | 297.65º | 0.57% | 0.17% | - |
| HSV(B) | 297.65º | 0.73% | 0.27% | - |
| XYZ | 3.72 | 2.14 | 6.01 | - |
| YUV | 39.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 70 | 0.03 | 0.73 | 0 | 0.73 | 297.65 | 0.57 | 0.17 |
| Hex | 44 | 13 | 46 | 3 | 49 | 0 | 49 | 12A | 39 | 11 |
| Octal | 104 | 23 | 106 | 3 | 111 | 0 | 111 | 452 | 71 | 21 |
| Binary | 1000100 | 10011 | 1000110 | 11 | 1001001 | 0 | 1001001 | 100101010 | 111001 | 10001 |
Color Harmonies of #441346
Complementary color
Monochromatic Colors of #441346
Black with #441346
Text Example
Text Example
White with #441346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441346; }
p { color: rgb(68,19,70); }
H1.HeaderClassName
{
color: #441346;
}
.AnyTagClassName
{
color: #441346;
}
</style>
background-color css
<style>
a { background-color: #441346; }
a { background-color: rgb(68,19,70); }
div.DivClassName
{
background-color: #441346;
}
.BgClassName
{
background-color: #441346;
}
</style>
border-color css
<style>
span { border-color: #441346; }
span { border-color: rgb(68,19,70); }
td.TdClassName
{
border-color: #441346;
}
.TagClassName
{
border-color: #441346;
}
</style>