Shades of Mardi Gras #140613
Tints of Mardi Gras #140613
RGB
CMYK
RGB Variations
Color information
#140613 (or 0x140613) is known color: Mardi Gras. HEX triplet: 14, 06 and 13. RGB value is (20,6,19). Sum of RGB (Red+Green+Blue) = 20+6+19=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140613 is #EBF9EC. Grayscale: #0B0B0B. Windows color (decimal): -15464941 or 1246740. OLE color: 1246740.
HSL color Cylindrical-coordinate representation of color #140613: hue angle of 304.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140613 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 19 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.92 |
| HSL | 304.29º | 0.54% | 0.05% | - |
| HSV(B) | 304.29º | 0.7% | 0.08% | - |
| XYZ | 0.47 | 0.33 | 0.65 | - |
| YUV | 11.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 19 | 0 | 0.70 | 0.05 | 0.92 | 304.29 | 0.54 | 0.05 |
| Hex | 14 | 6 | 13 | 0 | 46 | 5 | 5C | 130 | 36 | 5 |
| Octal | 24 | 6 | 23 | 0 | 106 | 5 | 134 | 460 | 66 | 5 |
| Binary | 10100 | 110 | 10011 | 0 | 1000110 | 101 | 1011100 | 100110000 | 110110 | 101 |
Color Harmonies of #140613
Complementary color
Monochromatic Colors of #140613
Black with #140613
Text Example
Text Example
White with #140613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140613; }
p { color: rgb(20,6,19); }
H1.HeaderClassName
{
color: #140613;
}
.AnyTagClassName
{
color: #140613;
}
</style>
background-color css
<style>
a { background-color: #140613; }
a { background-color: rgb(20,6,19); }
div.DivClassName
{
background-color: #140613;
}
.BgClassName
{
background-color: #140613;
}
</style>
border-color css
<style>
span { border-color: #140613; }
span { border-color: rgb(20,6,19); }
td.TdClassName
{
border-color: #140613;
}
.TagClassName
{
border-color: #140613;
}
</style>