Shades of Mardi Gras #44153F
Tints of Mardi Gras #44153F
RGB
CMYK
RGB Variations
Color information
#44153F (or 0x44153F) is known color: Mardi Gras. HEX triplet: 44, 15 and 3F. RGB value is (68,21,63). Sum of RGB (Red+Green+Blue) = 68+21+63=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #44153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44153F is #BBEAC0. Grayscale: #272727. Windows color (decimal): -12315329 or 4134212. OLE color: 4134212.
HSL color Cylindrical-coordinate representation of color #44153F: hue angle of 306.38º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44153F is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 21 | 63 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.73 |
| HSL | 306.38º | 0.53% | 0.17% | - |
| HSV(B) | 306.38º | 0.69% | 0.27% | - |
| XYZ | 3.55 | 2.12 | 4.93 | - |
| YUV | 39.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 63 | 0 | 0.69 | 0.07 | 0.73 | 306.38 | 0.53 | 0.17 |
| Hex | 44 | 15 | 3F | 0 | 45 | 7 | 49 | 132 | 35 | 11 |
| Octal | 104 | 25 | 77 | 0 | 105 | 7 | 111 | 462 | 65 | 21 |
| Binary | 1000100 | 10101 | 111111 | 0 | 1000101 | 111 | 1001001 | 100110010 | 110101 | 10001 |
Color Harmonies of #44153F
Complementary color
Monochromatic Colors of #44153F
Black with #44153F
Text Example
Text Example
White with #44153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44153F; }
p { color: rgb(68,21,63); }
H1.HeaderClassName
{
color: #44153F;
}
.AnyTagClassName
{
color: #44153F;
}
</style>
background-color css
<style>
a { background-color: #44153F; }
a { background-color: rgb(68,21,63); }
div.DivClassName
{
background-color: #44153F;
}
.BgClassName
{
background-color: #44153F;
}
</style>
border-color css
<style>
span { border-color: #44153F; }
span { border-color: rgb(68,21,63); }
td.TdClassName
{
border-color: #44153F;
}
.TagClassName
{
border-color: #44153F;
}
</style>