Shades of Mardi Gras #440D3F
Tints of Mardi Gras #440D3F
RGB
CMYK
RGB Variations
Color information
#440D3F (or 0x440D3F) is known color: Mardi Gras. HEX triplet: 44, 0D and 3F. RGB value is (68,13,63). Sum of RGB (Red+Green+Blue) = 68+13+63=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #440D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D3F is #BBF2C0. Grayscale: #232323. Windows color (decimal): -12317377 or 4132164. OLE color: 4132164.
HSL color Cylindrical-coordinate representation of color #440D3F: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D3F is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 63 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.73 |
| HSL | 305.45º | 0.68% | 0.16% | - |
| HSV(B) | 305.45º | 0.81% | 0.27% | - |
| XYZ | 3.43 | 1.88 | 4.88 | - |
| YUV | 35.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 63 | 0 | 0.81 | 0.07 | 0.73 | 305.45 | 0.68 | 0.16 |
| Hex | 44 | D | 3F | 0 | 51 | 7 | 49 | 131 | 44 | 10 |
| Octal | 104 | 15 | 77 | 0 | 121 | 7 | 111 | 461 | 104 | 20 |
| Binary | 1000100 | 1101 | 111111 | 0 | 1010001 | 111 | 1001001 | 100110001 | 1000100 | 10000 |
Color Harmonies of #440D3F
Complementary color
Monochromatic Colors of #440D3F
Black with #440D3F
Text Example
Text Example
White with #440D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D3F; }
p { color: rgb(68,13,63); }
H1.HeaderClassName
{
color: #440D3F;
}
.AnyTagClassName
{
color: #440D3F;
}
</style>
background-color css
<style>
a { background-color: #440D3F; }
a { background-color: rgb(68,13,63); }
div.DivClassName
{
background-color: #440D3F;
}
.BgClassName
{
background-color: #440D3F;
}
</style>
border-color css
<style>
span { border-color: #440D3F; }
span { border-color: rgb(68,13,63); }
td.TdClassName
{
border-color: #440D3F;
}
.TagClassName
{
border-color: #440D3F;
}
</style>