Shades of Mardi Gras #44133D
Tints of Mardi Gras #44133D
RGB
CMYK
RGB Variations
Color information
#44133D (or 0x44133D) is known color: Mardi Gras. HEX triplet: 44, 13 and 3D. RGB value is (68,19,61). Sum of RGB (Red+Green+Blue) = 68+19+61=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44133D is #BBECC2. Grayscale: #262626. Windows color (decimal): -12315843 or 4002628. OLE color: 4002628.
HSL color Cylindrical-coordinate representation of color #44133D: hue angle of 308.57º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44133D is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 61 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.73 |
| HSL | 308.57º | 0.56% | 0.17% | - |
| HSV(B) | 308.57º | 0.72% | 0.27% | - |
| XYZ | 3.46 | 2.03 | 4.62 | - |
| YUV | 38.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 61 | 0 | 0.72 | 0.10 | 0.73 | 308.57 | 0.56 | 0.17 |
| Hex | 44 | 13 | 3D | 0 | 48 | A | 49 | 135 | 38 | 11 |
| Octal | 104 | 23 | 75 | 0 | 110 | 12 | 111 | 465 | 70 | 21 |
| Binary | 1000100 | 10011 | 111101 | 0 | 1001000 | 1010 | 1001001 | 100110101 | 111000 | 10001 |
Color Harmonies of #44133D
Complementary color
Monochromatic Colors of #44133D
Black with #44133D
Text Example
Text Example
White with #44133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44133D; }
p { color: rgb(68,19,61); }
H1.HeaderClassName
{
color: #44133D;
}
.AnyTagClassName
{
color: #44133D;
}
</style>
background-color css
<style>
a { background-color: #44133D; }
a { background-color: rgb(68,19,61); }
div.DivClassName
{
background-color: #44133D;
}
.BgClassName
{
background-color: #44133D;
}
</style>
border-color css
<style>
span { border-color: #44133D; }
span { border-color: rgb(68,19,61); }
td.TdClassName
{
border-color: #44133D;
}
.TagClassName
{
border-color: #44133D;
}
</style>