Shades of Mardi Gras #440C3F
Tints of Mardi Gras #440C3F
RGB
CMYK
RGB Variations
Color information
#440C3F (or 0x440C3F) is known color: Mardi Gras. HEX triplet: 44, 0C and 3F. RGB value is (68,12,63). Sum of RGB (Red+Green+Blue) = 68+12+63=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #440C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C3F is #BBF3C0. Grayscale: #222222. Windows color (decimal): -12317633 or 4131908. OLE color: 4131908.
HSL color Cylindrical-coordinate representation of color #440C3F: hue angle of 305.36º 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 #440C3F is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 63 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.73 |
| HSL | 305.36º | 0.7% | 0.16% | - |
| HSV(B) | 305.36º | 0.82% | 0.27% | - |
| XYZ | 3.41 | 1.85 | 4.88 | - |
| YUV | 34.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 63 | 0 | 0.82 | 0.07 | 0.73 | 305.36 | 0.7 | 0.16 |
| Hex | 44 | C | 3F | 0 | 52 | 7 | 49 | 131 | 46 | 10 |
| Octal | 104 | 14 | 77 | 0 | 122 | 7 | 111 | 461 | 106 | 20 |
| Binary | 1000100 | 1100 | 111111 | 0 | 1010010 | 111 | 1001001 | 100110001 | 1000110 | 10000 |
Color Harmonies of #440C3F
Complementary color
Monochromatic Colors of #440C3F
Black with #440C3F
Text Example
Text Example
White with #440C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C3F; }
p { color: rgb(68,12,63); }
H1.HeaderClassName
{
color: #440C3F;
}
.AnyTagClassName
{
color: #440C3F;
}
</style>
background-color css
<style>
a { background-color: #440C3F; }
a { background-color: rgb(68,12,63); }
div.DivClassName
{
background-color: #440C3F;
}
.BgClassName
{
background-color: #440C3F;
}
</style>
border-color css
<style>
span { border-color: #440C3F; }
span { border-color: rgb(68,12,63); }
td.TdClassName
{
border-color: #440C3F;
}
.TagClassName
{
border-color: #440C3F;
}
</style>