Shades of Mardi Gras #140513
Tints of Mardi Gras #140513
RGB
CMYK
RGB Variations
Color information
#140513 (or 0x140513) is known color: Mardi Gras. HEX triplet: 14, 05 and 13. RGB value is (20,5,19). Sum of RGB (Red+Green+Blue) = 20+5+19=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140513 is #EBFAEC. Grayscale: #0B0B0B. Windows color (decimal): -15465197 or 1246484. OLE color: 1246484.
HSL color Cylindrical-coordinate representation of color #140513: hue angle of 304º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140513 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 5 | 19 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.92 |
| HSL | 304º | 0.6% | 0.05% | - |
| HSV(B) | 304º | 0.75% | 0.08% | - |
| XYZ | 0.46 | 0.3 | 0.65 | - |
| YUV | 11.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 19 | 0 | 0.75 | 0.05 | 0.92 | 304 | 0.6 | 0.05 |
| Hex | 14 | 5 | 13 | 0 | 4B | 5 | 5C | 130 | 3C | 5 |
| Octal | 24 | 5 | 23 | 0 | 113 | 5 | 134 | 460 | 74 | 5 |
| Binary | 10100 | 101 | 10011 | 0 | 1001011 | 101 | 1011100 | 100110000 | 111100 | 101 |
Color Harmonies of #140513
Complementary color
Monochromatic Colors of #140513
Black with #140513
Text Example
Text Example
White with #140513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140513; }
p { color: rgb(20,5,19); }
H1.HeaderClassName
{
color: #140513;
}
.AnyTagClassName
{
color: #140513;
}
</style>
background-color css
<style>
a { background-color: #140513; }
a { background-color: rgb(20,5,19); }
div.DivClassName
{
background-color: #140513;
}
.BgClassName
{
background-color: #140513;
}
</style>
border-color css
<style>
span { border-color: #140513; }
span { border-color: rgb(20,5,19); }
td.TdClassName
{
border-color: #140513;
}
.TagClassName
{
border-color: #140513;
}
</style>