Shades of Mardi Gras #44123D
Tints of Mardi Gras #44123D
RGB
CMYK
RGB Variations
Color information
#44123D (or 0x44123D) is known color: Mardi Gras. HEX triplet: 44, 12 and 3D. RGB value is (68,18,61). Sum of RGB (Red+Green+Blue) = 68+18+61=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44123D is #BBEDC2. Grayscale: #252525. Windows color (decimal): -12316099 or 4002372. OLE color: 4002372.
HSL color Cylindrical-coordinate representation of color #44123D: hue angle of 308.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44123D is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 61 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.73 |
| HSL | 308.4º | 0.58% | 0.17% | - |
| HSV(B) | 308.4º | 0.74% | 0.27% | - |
| XYZ | 3.44 | 2 | 4.62 | - |
| YUV | 37.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 61 | 0 | 0.74 | 0.10 | 0.73 | 308.4 | 0.58 | 0.17 |
| Hex | 44 | 12 | 3D | 0 | 4A | A | 49 | 134 | 3A | 11 |
| Octal | 104 | 22 | 75 | 0 | 112 | 12 | 111 | 464 | 72 | 21 |
| Binary | 1000100 | 10010 | 111101 | 0 | 1001010 | 1010 | 1001001 | 100110100 | 111010 | 10001 |
Color Harmonies of #44123D
Complementary color
Monochromatic Colors of #44123D
Black with #44123D
Text Example
Text Example
White with #44123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44123D; }
p { color: rgb(68,18,61); }
H1.HeaderClassName
{
color: #44123D;
}
.AnyTagClassName
{
color: #44123D;
}
</style>
background-color css
<style>
a { background-color: #44123D; }
a { background-color: rgb(68,18,61); }
div.DivClassName
{
background-color: #44123D;
}
.BgClassName
{
background-color: #44123D;
}
</style>
border-color css
<style>
span { border-color: #44123D; }
span { border-color: rgb(68,18,61); }
td.TdClassName
{
border-color: #44123D;
}
.TagClassName
{
border-color: #44123D;
}
</style>