Shades of Mardi Gras #440C3B
Tints of Mardi Gras #440C3B
RGB
CMYK
RGB Variations
Color information
#440C3B (or 0x440C3B) is known color: Mardi Gras. HEX triplet: 44, 0C and 3B. RGB value is (68,12,59). Sum of RGB (Red+Green+Blue) = 68+12+59=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #440C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C3B is #BBF3C4. Grayscale: #212121. Windows color (decimal): -12317637 or 3869764. OLE color: 3869764.
HSL color Cylindrical-coordinate representation of color #440C3B: hue angle of 309.64º 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 #440C3B is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 59 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.73 |
| HSL | 309.64º | 0.7% | 0.16% | - |
| HSV(B) | 309.64º | 0.82% | 0.27% | - |
| XYZ | 3.3 | 1.81 | 4.31 | - |
| YUV | 34.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 59 | 0 | 0.82 | 0.13 | 0.73 | 309.64 | 0.7 | 0.16 |
| Hex | 44 | C | 3B | 0 | 52 | D | 49 | 136 | 46 | 10 |
| Octal | 104 | 14 | 73 | 0 | 122 | 15 | 111 | 466 | 106 | 20 |
| Binary | 1000100 | 1100 | 111011 | 0 | 1010010 | 1101 | 1001001 | 100110110 | 1000110 | 10000 |
Color Harmonies of #440C3B
Complementary color
Monochromatic Colors of #440C3B
Black with #440C3B
Text Example
Text Example
White with #440C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C3B; }
p { color: rgb(68,12,59); }
H1.HeaderClassName
{
color: #440C3B;
}
.AnyTagClassName
{
color: #440C3B;
}
</style>
background-color css
<style>
a { background-color: #440C3B; }
a { background-color: rgb(68,12,59); }
div.DivClassName
{
background-color: #440C3B;
}
.BgClassName
{
background-color: #440C3B;
}
</style>
border-color css
<style>
span { border-color: #440C3B; }
span { border-color: rgb(68,12,59); }
td.TdClassName
{
border-color: #440C3B;
}
.TagClassName
{
border-color: #440C3B;
}
</style>