Shades of Mardi Gras #44023F
Tints of Mardi Gras #44023F
RGB
CMYK
RGB Variations
Color information
#44023F (or 0x44023F) is known color: Mardi Gras. HEX triplet: 44, 02 and 3F. RGB value is (68,2,63). Sum of RGB (Red+Green+Blue) = 68+2+63=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44023F is #BBFDC0. Grayscale: #1C1C1C. Windows color (decimal): -12320193 or 4129348. OLE color: 4129348.
HSL color Cylindrical-coordinate representation of color #44023F: hue angle of 304.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44023F is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 63 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.73 |
| HSL | 304.55º | 0.94% | 0.14% | - |
| HSV(B) | 304.55º | 0.97% | 0.27% | - |
| XYZ | 3.3 | 1.63 | 4.84 | - |
| YUV | 28.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 63 | 0 | 0.97 | 0.07 | 0.73 | 304.55 | 0.94 | 0.14 |
| Hex | 44 | 2 | 3F | 0 | 61 | 7 | 49 | 131 | 5E | E |
| Octal | 104 | 2 | 77 | 0 | 141 | 7 | 111 | 461 | 136 | 16 |
| Binary | 1000100 | 10 | 111111 | 0 | 1100001 | 111 | 1001001 | 100110001 | 1011110 | 1110 |
Color Harmonies of #44023F
Complementary color
Monochromatic Colors of #44023F
Black with #44023F
Text Example
Text Example
White with #44023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44023F; }
p { color: rgb(68,2,63); }
H1.HeaderClassName
{
color: #44023F;
}
.AnyTagClassName
{
color: #44023F;
}
</style>
background-color css
<style>
a { background-color: #44023F; }
a { background-color: rgb(68,2,63); }
div.DivClassName
{
background-color: #44023F;
}
.BgClassName
{
background-color: #44023F;
}
</style>
border-color css
<style>
span { border-color: #44023F; }
span { border-color: rgb(68,2,63); }
td.TdClassName
{
border-color: #44023F;
}
.TagClassName
{
border-color: #44023F;
}
</style>