Shades of Mardi Gras #140413
Tints of Mardi Gras #140413
RGB
CMYK
RGB Variations
Color information
#140413 (or 0x140413) is known color: Mardi Gras. HEX triplet: 14, 04 and 13. RGB value is (20,4,19). Sum of RGB (Red+Green+Blue) = 20+4+19=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140413 is #EBFBEC. Grayscale: #0A0A0A. Windows color (decimal): -15465453 or 1246228. OLE color: 1246228.
HSL color Cylindrical-coordinate representation of color #140413: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140413 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 4 | 19 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.92 |
| HSL | 303.75º | 0.67% | 0.05% | - |
| HSV(B) | 303.75º | 0.8% | 0.08% | - |
| XYZ | 0.45 | 0.28 | 0.65 | - |
| YUV | 10.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 19 | 0 | 0.80 | 0.05 | 0.92 | 303.75 | 0.67 | 0.05 |
| Hex | 14 | 4 | 13 | 0 | 50 | 5 | 5C | 130 | 43 | 5 |
| Octal | 24 | 4 | 23 | 0 | 120 | 5 | 134 | 460 | 103 | 5 |
| Binary | 10100 | 100 | 10011 | 0 | 1010000 | 101 | 1011100 | 100110000 | 1000011 | 101 |
Color Harmonies of #140413
Complementary color
Monochromatic Colors of #140413
Black with #140413
Text Example
Text Example
White with #140413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140413; }
p { color: rgb(20,4,19); }
H1.HeaderClassName
{
color: #140413;
}
.AnyTagClassName
{
color: #140413;
}
</style>
background-color css
<style>
a { background-color: #140413; }
a { background-color: rgb(20,4,19); }
div.DivClassName
{
background-color: #140413;
}
.BgClassName
{
background-color: #140413;
}
</style>
border-color css
<style>
span { border-color: #140413; }
span { border-color: rgb(20,4,19); }
td.TdClassName
{
border-color: #140413;
}
.TagClassName
{
border-color: #140413;
}
</style>