Shades of Mardi Gras #44173F
Tints of Mardi Gras #44173F
RGB
CMYK
RGB Variations
Color information
#44173F (or 0x44173F) is known color: Mardi Gras. HEX triplet: 44, 17 and 3F. RGB value is (68,23,63). Sum of RGB (Red+Green+Blue) = 68+23+63=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #44173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44173F is #BBE8C0. Grayscale: #282828. Windows color (decimal): -12314817 or 4134724. OLE color: 4134724.
HSL color Cylindrical-coordinate representation of color #44173F: hue angle of 306.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44173F is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 63 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.73 |
| HSL | 306.67º | 0.49% | 0.18% | - |
| HSV(B) | 306.67º | 0.66% | 0.27% | - |
| XYZ | 3.59 | 2.2 | 4.94 | - |
| YUV | 41.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 63 | 0 | 0.66 | 0.07 | 0.73 | 306.67 | 0.49 | 0.18 |
| Hex | 44 | 17 | 3F | 0 | 42 | 7 | 49 | 133 | 31 | 12 |
| Octal | 104 | 27 | 77 | 0 | 102 | 7 | 111 | 463 | 61 | 22 |
| Binary | 1000100 | 10111 | 111111 | 0 | 1000010 | 111 | 1001001 | 100110011 | 110001 | 10010 |
Color Harmonies of #44173F
Complementary color
Monochromatic Colors of #44173F
Black with #44173F
Text Example
Text Example
White with #44173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44173F; }
p { color: rgb(68,23,63); }
H1.HeaderClassName
{
color: #44173F;
}
.AnyTagClassName
{
color: #44173F;
}
</style>
background-color css
<style>
a { background-color: #44173F; }
a { background-color: rgb(68,23,63); }
div.DivClassName
{
background-color: #44173F;
}
.BgClassName
{
background-color: #44173F;
}
</style>
border-color css
<style>
span { border-color: #44173F; }
span { border-color: rgb(68,23,63); }
td.TdClassName
{
border-color: #44173F;
}
.TagClassName
{
border-color: #44173F;
}
</style>