Shades of Mondo #514A40
Tints of Mondo #514A40
RGB
CMYK
RGB Variations
Color information
#514A40 (or 0x514A40) is known color: Mondo. HEX triplet: 51, 4A and 40. RGB value is (81,74,64). Sum of RGB (Red+Green+Blue) = 81+74+64=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A40 is #AEB5BF. Grayscale: #4B4B4B. Windows color (decimal): -11449792 or 4213329. OLE color: 4213329.
HSL color Cylindrical-coordinate representation of color #514A40: hue angle of 35.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514A40 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 64 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.68 |
| HSL | 35.29º | 0.12% | 0.28% | - |
| HSV(B) | 35.29º | 0.21% | 0.32% | - |
| XYZ | 6.77 | 7.02 | 5.85 | - |
| YUV | 74.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 64 | 0 | 0.09 | 0.21 | 0.68 | 35.29 | 0.12 | 0.28 |
| Hex | 51 | 4A | 40 | 0 | 9 | 15 | 44 | 23 | C | 1C |
| Octal | 121 | 112 | 100 | 0 | 11 | 25 | 104 | 43 | 14 | 34 |
| Binary | 1010001 | 1001010 | 1000000 | 0 | 1001 | 10101 | 1000100 | 100011 | 1100 | 11100 |
Color Harmonies of #514A40
Complementary color
Monochromatic Colors of #514A40
Black with #514A40
Text Example
Text Example
White with #514A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A40; }
p { color: rgb(81,74,64); }
H1.HeaderClassName
{
color: #514A40;
}
.AnyTagClassName
{
color: #514A40;
}
</style>
background-color css
<style>
a { background-color: #514A40; }
a { background-color: rgb(81,74,64); }
div.DivClassName
{
background-color: #514A40;
}
.BgClassName
{
background-color: #514A40;
}
</style>
border-color css
<style>
span { border-color: #514A40; }
span { border-color: rgb(81,74,64); }
td.TdClassName
{
border-color: #514A40;
}
.TagClassName
{
border-color: #514A40;
}
</style>