Shades of Mardi Gras #44063F
Tints of Mardi Gras #44063F
RGB
CMYK
RGB Variations
Color information
#44063F (or 0x44063F) is known color: Mardi Gras. HEX triplet: 44, 06 and 3F. RGB value is (68,6,63). Sum of RGB (Red+Green+Blue) = 68+6+63=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #44063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44063F is #BBF9C0. Grayscale: #1E1E1E. Windows color (decimal): -12319169 or 4130372. OLE color: 4130372.
HSL color Cylindrical-coordinate representation of color #44063F: hue angle of 304.84º 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 #44063F is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 63 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.73 |
| HSL | 304.84º | 0.84% | 0.15% | - |
| HSV(B) | 304.84º | 0.91% | 0.27% | - |
| XYZ | 3.35 | 1.72 | 4.86 | - |
| YUV | 31.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 63 | 0 | 0.91 | 0.07 | 0.73 | 304.84 | 0.84 | 0.15 |
| Hex | 44 | 6 | 3F | 0 | 5B | 7 | 49 | 131 | 54 | F |
| Octal | 104 | 6 | 77 | 0 | 133 | 7 | 111 | 461 | 124 | 17 |
| Binary | 1000100 | 110 | 111111 | 0 | 1011011 | 111 | 1001001 | 100110001 | 1010100 | 1111 |
Color Harmonies of #44063F
Complementary color
Monochromatic Colors of #44063F
Black with #44063F
Text Example
Text Example
White with #44063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44063F; }
p { color: rgb(68,6,63); }
H1.HeaderClassName
{
color: #44063F;
}
.AnyTagClassName
{
color: #44063F;
}
</style>
background-color css
<style>
a { background-color: #44063F; }
a { background-color: rgb(68,6,63); }
div.DivClassName
{
background-color: #44063F;
}
.BgClassName
{
background-color: #44063F;
}
</style>
border-color css
<style>
span { border-color: #44063F; }
span { border-color: rgb(68,6,63); }
td.TdClassName
{
border-color: #44063F;
}
.TagClassName
{
border-color: #44063F;
}
</style>