Shades of Mardi Gras #140814
Tints of Mardi Gras #140814
RGB
CMYK
RGB Variations
Color information
#140814 (or 0x140814) is known color: Mardi Gras. HEX triplet: 14, 08 and 14. RGB value is (20,8,20). Sum of RGB (Red+Green+Blue) = 20+8+20=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140814 is #EBF7EB. Grayscale: #0C0C0C. Windows color (decimal): -15464428 or 1312788. OLE color: 1312788.
HSL color Cylindrical-coordinate representation of color #140814: hue angle of 300º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140814 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 20 | - |
| CMYK | 0 | 0.60 | 0 | 0.92 |
| HSL | 300º | 0.43% | 0.05% | - |
| HSV(B) | 300º | 0.6% | 0.08% | - |
| XYZ | 0.5 | 0.37 | 0.71 | - |
| YUV | 12.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 20 | 0 | 0.60 | 0 | 0.92 | 300 | 0.43 | 0.05 |
| Hex | 14 | 8 | 14 | 0 | 3C | 0 | 5C | 12C | 2B | 5 |
| Octal | 24 | 10 | 24 | 0 | 74 | 0 | 134 | 454 | 53 | 5 |
| Binary | 10100 | 1000 | 10100 | 0 | 111100 | 0 | 1011100 | 100101100 | 101011 | 101 |
Color Harmonies of #140814
Complementary color
Monochromatic Colors of #140814
Black with #140814
Text Example
Text Example
White with #140814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140814; }
p { color: rgb(20,8,20); }
H1.HeaderClassName
{
color: #140814;
}
.AnyTagClassName
{
color: #140814;
}
</style>
background-color css
<style>
a { background-color: #140814; }
a { background-color: rgb(20,8,20); }
div.DivClassName
{
background-color: #140814;
}
.BgClassName
{
background-color: #140814;
}
</style>
border-color css
<style>
span { border-color: #140814; }
span { border-color: rgb(20,8,20); }
td.TdClassName
{
border-color: #140814;
}
.TagClassName
{
border-color: #140814;
}
</style>