Shades of Mardi Gras #440C3C
Tints of Mardi Gras #440C3C
RGB
CMYK
RGB Variations
Color information
#440C3C (or 0x440C3C) is known color: Mardi Gras. HEX triplet: 44, 0C and 3C. RGB value is (68,12,60). Sum of RGB (Red+Green+Blue) = 68+12+60=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #440C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C3C is #BBF3C3. Grayscale: #222222. Windows color (decimal): -12317636 or 3935300. OLE color: 3935300.
HSL color Cylindrical-coordinate representation of color #440C3C: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C3C is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 60 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.73 |
| HSL | 308.57º | 0.7% | 0.16% | - |
| HSV(B) | 308.57º | 0.82% | 0.27% | - |
| XYZ | 3.33 | 1.82 | 4.45 | - |
| YUV | 34.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 60 | 0 | 0.82 | 0.12 | 0.73 | 308.57 | 0.7 | 0.16 |
| Hex | 44 | C | 3C | 0 | 52 | C | 49 | 135 | 46 | 10 |
| Octal | 104 | 14 | 74 | 0 | 122 | 14 | 111 | 465 | 106 | 20 |
| Binary | 1000100 | 1100 | 111100 | 0 | 1010010 | 1100 | 1001001 | 100110101 | 1000110 | 10000 |
Color Harmonies of #440C3C
Complementary color
Monochromatic Colors of #440C3C
Black with #440C3C
Text Example
Text Example
White with #440C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C3C; }
p { color: rgb(68,12,60); }
H1.HeaderClassName
{
color: #440C3C;
}
.AnyTagClassName
{
color: #440C3C;
}
</style>
background-color css
<style>
a { background-color: #440C3C; }
a { background-color: rgb(68,12,60); }
div.DivClassName
{
background-color: #440C3C;
}
.BgClassName
{
background-color: #440C3C;
}
</style>
border-color css
<style>
span { border-color: #440C3C; }
span { border-color: rgb(68,12,60); }
td.TdClassName
{
border-color: #440C3C;
}
.TagClassName
{
border-color: #440C3C;
}
</style>