Shades of Mondo #514D49
Tints of Mondo #514D49
RGB
CMYK
RGB Variations
Color information
#514D49 (or 0x514D49) is known color: Mondo. HEX triplet: 51, 4D and 49. RGB value is (81,77,73). Sum of RGB (Red+Green+Blue) = 81+77+73=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #514D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D49 is #AEB2B6. Grayscale: #4D4D4D. Windows color (decimal): -11449015 or 4803921. OLE color: 4803921.
HSL color Cylindrical-coordinate representation of color #514D49: hue angle of 30º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514D49 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 73 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.68 |
| HSL | 30º | 0.05% | 0.3% | - |
| HSV(B) | 30º | 0.1% | 0.32% | - |
| XYZ | 7.25 | 7.54 | 7.38 | - |
| YUV | 77.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 73 | 0 | 0.05 | 0.10 | 0.68 | 30 | 0.05 | 0.3 |
| Hex | 51 | 4D | 49 | 0 | 5 | A | 44 | 1E | 5 | 1E |
| Octal | 121 | 115 | 111 | 0 | 5 | 12 | 104 | 36 | 5 | 36 |
| Binary | 1010001 | 1001101 | 1001001 | 0 | 101 | 1010 | 1000100 | 11110 | 101 | 11110 |
Color Harmonies of #514D49
Complementary color
Monochromatic Colors of #514D49
Black with #514D49
Text Example
Text Example
White with #514D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D49; }
p { color: rgb(81,77,73); }
H1.HeaderClassName
{
color: #514D49;
}
.AnyTagClassName
{
color: #514D49;
}
</style>
background-color css
<style>
a { background-color: #514D49; }
a { background-color: rgb(81,77,73); }
div.DivClassName
{
background-color: #514D49;
}
.BgClassName
{
background-color: #514D49;
}
</style>
border-color css
<style>
span { border-color: #514D49; }
span { border-color: rgb(81,77,73); }
td.TdClassName
{
border-color: #514D49;
}
.TagClassName
{
border-color: #514D49;
}
</style>