Shades of Mardi Gras #44193D
Tints of Mardi Gras #44193D
RGB
CMYK
RGB Variations
Color information
#44193D (or 0x44193D) is known color: Mardi Gras. HEX triplet: 44, 19 and 3D. RGB value is (68,25,61). Sum of RGB (Red+Green+Blue) = 68+25+61=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #44193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44193D is #BBE6C2. Grayscale: #292929. Windows color (decimal): -12314307 or 4004164. OLE color: 4004164.
HSL color Cylindrical-coordinate representation of color #44193D: hue angle of 309.77º 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 #44193D is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 61 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.73 |
| HSL | 309.77º | 0.46% | 0.18% | - |
| HSV(B) | 309.77º | 0.63% | 0.27% | - |
| XYZ | 3.57 | 2.26 | 4.66 | - |
| YUV | 41.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 61 | 0 | 0.63 | 0.10 | 0.73 | 309.77 | 0.46 | 0.18 |
| Hex | 44 | 19 | 3D | 0 | 3F | A | 49 | 136 | 2E | 12 |
| Octal | 104 | 31 | 75 | 0 | 77 | 12 | 111 | 466 | 56 | 22 |
| Binary | 1000100 | 11001 | 111101 | 0 | 111111 | 1010 | 1001001 | 100110110 | 101110 | 10010 |
Color Harmonies of #44193D
Complementary color
Monochromatic Colors of #44193D
Black with #44193D
Text Example
Text Example
White with #44193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44193D; }
p { color: rgb(68,25,61); }
H1.HeaderClassName
{
color: #44193D;
}
.AnyTagClassName
{
color: #44193D;
}
</style>
background-color css
<style>
a { background-color: #44193D; }
a { background-color: rgb(68,25,61); }
div.DivClassName
{
background-color: #44193D;
}
.BgClassName
{
background-color: #44193D;
}
</style>
border-color css
<style>
span { border-color: #44193D; }
span { border-color: rgb(68,25,61); }
td.TdClassName
{
border-color: #44193D;
}
.TagClassName
{
border-color: #44193D;
}
</style>