Shades of Mardi Gras #44153D
Tints of Mardi Gras #44153D
RGB
CMYK
RGB Variations
Color information
#44153D (or 0x44153D) is known color: Mardi Gras. HEX triplet: 44, 15 and 3D. RGB value is (68,21,61). Sum of RGB (Red+Green+Blue) = 68+21+61=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44153D is #BBEAC2. Grayscale: #272727. Windows color (decimal): -12315331 or 4003140. OLE color: 4003140.
HSL color Cylindrical-coordinate representation of color #44153D: hue angle of 308.94º 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 #44153D is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 21 | 61 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.73 |
| HSL | 308.94º | 0.53% | 0.17% | - |
| HSV(B) | 308.94º | 0.69% | 0.27% | - |
| XYZ | 3.49 | 2.1 | 4.64 | - |
| YUV | 39.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 61 | 0 | 0.69 | 0.10 | 0.73 | 308.94 | 0.53 | 0.17 |
| Hex | 44 | 15 | 3D | 0 | 45 | A | 49 | 135 | 35 | 11 |
| Octal | 104 | 25 | 75 | 0 | 105 | 12 | 111 | 465 | 65 | 21 |
| Binary | 1000100 | 10101 | 111101 | 0 | 1000101 | 1010 | 1001001 | 100110101 | 110101 | 10001 |
Color Harmonies of #44153D
Complementary color
Monochromatic Colors of #44153D
Black with #44153D
Text Example
Text Example
White with #44153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44153D; }
p { color: rgb(68,21,61); }
H1.HeaderClassName
{
color: #44153D;
}
.AnyTagClassName
{
color: #44153D;
}
</style>
background-color css
<style>
a { background-color: #44153D; }
a { background-color: rgb(68,21,61); }
div.DivClassName
{
background-color: #44153D;
}
.BgClassName
{
background-color: #44153D;
}
</style>
border-color css
<style>
span { border-color: #44153D; }
span { border-color: rgb(68,21,61); }
td.TdClassName
{
border-color: #44153D;
}
.TagClassName
{
border-color: #44153D;
}
</style>