Shades of Mardi Gras #140515
Tints of Mardi Gras #140515
RGB
CMYK
RGB Variations
Color information
#140515 (or 0x140515) is known color: Mardi Gras. HEX triplet: 14, 05 and 15. RGB value is (20,5,21). Sum of RGB (Red+Green+Blue) = 20+5+21=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #140515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140515 is #EBFAEA. Grayscale: #0B0B0B. Windows color (decimal): -15465195 or 1377556. OLE color: 1377556.
HSL color Cylindrical-coordinate representation of color #140515: hue angle of 296.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #140515 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 5 | 21 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.92 |
| HSL | 296.25º | 0.62% | 0.05% | - |
| HSV(B) | 296.25º | 0.76% | 0.08% | - |
| XYZ | 0.48 | 0.31 | 0.74 | - |
| YUV | 11.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 21 | 0.05 | 0.76 | 0 | 0.92 | 296.25 | 0.62 | 0.05 |
| Hex | 14 | 5 | 15 | 5 | 4C | 0 | 5C | 128 | 3E | 5 |
| Octal | 24 | 5 | 25 | 5 | 114 | 0 | 134 | 450 | 76 | 5 |
| Binary | 10100 | 101 | 10101 | 101 | 1001100 | 0 | 1011100 | 100101000 | 111110 | 101 |
Color Harmonies of #140515
Complementary color
Monochromatic Colors of #140515
Black with #140515
Text Example
Text Example
White with #140515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140515; }
p { color: rgb(20,5,21); }
H1.HeaderClassName
{
color: #140515;
}
.AnyTagClassName
{
color: #140515;
}
</style>
background-color css
<style>
a { background-color: #140515; }
a { background-color: rgb(20,5,21); }
div.DivClassName
{
background-color: #140515;
}
.BgClassName
{
background-color: #140515;
}
</style>
border-color css
<style>
span { border-color: #140515; }
span { border-color: rgb(20,5,21); }
td.TdClassName
{
border-color: #140515;
}
.TagClassName
{
border-color: #140515;
}
</style>