Shades of Mardi Gras #44093C
Tints of Mardi Gras #44093C
RGB
CMYK
RGB Variations
Color information
#44093C (or 0x44093C) is known color: Mardi Gras. HEX triplet: 44, 09 and 3C. RGB value is (68,9,60). Sum of RGB (Red+Green+Blue) = 68+9+60=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #44093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44093C is #BBF6C3. Grayscale: #202020. Windows color (decimal): -12318404 or 3934532. OLE color: 3934532.
HSL color Cylindrical-coordinate representation of color #44093C: hue angle of 308.14º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44093C is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 60 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.73 |
| HSL | 308.14º | 0.77% | 0.15% | - |
| HSV(B) | 308.14º | 0.87% | 0.27% | - |
| XYZ | 3.3 | 1.75 | 4.44 | - |
| YUV | 32.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 60 | 0 | 0.87 | 0.12 | 0.73 | 308.14 | 0.77 | 0.15 |
| Hex | 44 | 9 | 3C | 0 | 57 | C | 49 | 134 | 4D | F |
| Octal | 104 | 11 | 74 | 0 | 127 | 14 | 111 | 464 | 115 | 17 |
| Binary | 1000100 | 1001 | 111100 | 0 | 1010111 | 1100 | 1001001 | 100110100 | 1001101 | 1111 |
Color Harmonies of #44093C
Complementary color
Monochromatic Colors of #44093C
Black with #44093C
Text Example
Text Example
White with #44093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44093C; }
p { color: rgb(68,9,60); }
H1.HeaderClassName
{
color: #44093C;
}
.AnyTagClassName
{
color: #44093C;
}
</style>
background-color css
<style>
a { background-color: #44093C; }
a { background-color: rgb(68,9,60); }
div.DivClassName
{
background-color: #44093C;
}
.BgClassName
{
background-color: #44093C;
}
</style>
border-color css
<style>
span { border-color: #44093C; }
span { border-color: rgb(68,9,60); }
td.TdClassName
{
border-color: #44093C;
}
.TagClassName
{
border-color: #44093C;
}
</style>