Shades of Mondo #514A3F
Tints of Mondo #514A3F
RGB
CMYK
RGB Variations
Color information
#514A3F (or 0x514A3F) is known color: Mondo. HEX triplet: 51, 4A and 3F. RGB value is (81,74,63). Sum of RGB (Red+Green+Blue) = 81+74+63=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A3F is #AEB5C0. Grayscale: #4A4A4A. Windows color (decimal): -11449793 or 4147793. OLE color: 4147793.
HSL color Cylindrical-coordinate representation of color #514A3F: hue angle of 36.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514A3F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 63 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.68 |
| HSL | 36.67º | 0.13% | 0.28% | - |
| HSV(B) | 36.67º | 0.22% | 0.32% | - |
| XYZ | 6.74 | 7.01 | 5.7 | - |
| YUV | 74.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 63 | 0 | 0.09 | 0.22 | 0.68 | 36.67 | 0.13 | 0.28 |
| Hex | 51 | 4A | 3F | 0 | 9 | 16 | 44 | 25 | C | 1C |
| Octal | 121 | 112 | 77 | 0 | 11 | 26 | 104 | 45 | 14 | 34 |
| Binary | 1010001 | 1001010 | 111111 | 0 | 1001 | 10110 | 1000100 | 100101 | 1100 | 11100 |
Color Harmonies of #514A3F
Complementary color
Monochromatic Colors of #514A3F
Black with #514A3F
Text Example
Text Example
White with #514A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A3F; }
p { color: rgb(81,74,63); }
H1.HeaderClassName
{
color: #514A3F;
}
.AnyTagClassName
{
color: #514A3F;
}
</style>
background-color css
<style>
a { background-color: #514A3F; }
a { background-color: rgb(81,74,63); }
div.DivClassName
{
background-color: #514A3F;
}
.BgClassName
{
background-color: #514A3F;
}
</style>
border-color css
<style>
span { border-color: #514A3F; }
span { border-color: rgb(81,74,63); }
td.TdClassName
{
border-color: #514A3F;
}
.TagClassName
{
border-color: #514A3F;
}
</style>