Shades of Mardi Gras #44063D
Tints of Mardi Gras #44063D
RGB
CMYK
RGB Variations
Color information
#44063D (or 0x44063D) is known color: Mardi Gras. HEX triplet: 44, 06 and 3D. RGB value is (68,6,61). Sum of RGB (Red+Green+Blue) = 68+6+61=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44063D is #BBF9C2. Grayscale: #1E1E1E. Windows color (decimal): -12319171 or 3999300. OLE color: 3999300.
HSL color Cylindrical-coordinate representation of color #44063D: hue angle of 306.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44063D is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 61 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.73 |
| HSL | 306.77º | 0.84% | 0.15% | - |
| HSV(B) | 306.77º | 0.91% | 0.27% | - |
| XYZ | 3.29 | 1.7 | 4.57 | - |
| YUV | 30.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 61 | 0 | 0.91 | 0.10 | 0.73 | 306.77 | 0.84 | 0.15 |
| Hex | 44 | 6 | 3D | 0 | 5B | A | 49 | 133 | 54 | F |
| Octal | 104 | 6 | 75 | 0 | 133 | 12 | 111 | 463 | 124 | 17 |
| Binary | 1000100 | 110 | 111101 | 0 | 1011011 | 1010 | 1001001 | 100110011 | 1010100 | 1111 |
Color Harmonies of #44063D
Complementary color
Monochromatic Colors of #44063D
Black with #44063D
Text Example
Text Example
White with #44063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44063D; }
p { color: rgb(68,6,61); }
H1.HeaderClassName
{
color: #44063D;
}
.AnyTagClassName
{
color: #44063D;
}
</style>
background-color css
<style>
a { background-color: #44063D; }
a { background-color: rgb(68,6,61); }
div.DivClassName
{
background-color: #44063D;
}
.BgClassName
{
background-color: #44063D;
}
</style>
border-color css
<style>
span { border-color: #44063D; }
span { border-color: rgb(68,6,61); }
td.TdClassName
{
border-color: #44063D;
}
.TagClassName
{
border-color: #44063D;
}
</style>