Shades of Mondo #514A42
Tints of Mondo #514A42
RGB
CMYK
RGB Variations
Color information
#514A42 (or 0x514A42) is known color: Mondo. HEX triplet: 51, 4A and 42. RGB value is (81,74,66). Sum of RGB (Red+Green+Blue) = 81+74+66=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A42 is #AEB5BD. Grayscale: #4B4B4B. Windows color (decimal): -11449790 or 4344401. OLE color: 4344401.
HSL color Cylindrical-coordinate representation of color #514A42: hue angle of 32º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514A42 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 66 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.68 |
| HSL | 32º | 0.1% | 0.29% | - |
| HSV(B) | 32º | 0.19% | 0.32% | - |
| XYZ | 6.83 | 7.04 | 6.15 | - |
| YUV | 75.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 66 | 0 | 0.09 | 0.19 | 0.68 | 32 | 0.1 | 0.29 |
| Hex | 51 | 4A | 42 | 0 | 9 | 13 | 44 | 20 | A | 1D |
| Octal | 121 | 112 | 102 | 0 | 11 | 23 | 104 | 40 | 12 | 35 |
| Binary | 1010001 | 1001010 | 1000010 | 0 | 1001 | 10011 | 1000100 | 100000 | 1010 | 11101 |
Color Harmonies of #514A42
Complementary color
Monochromatic Colors of #514A42
Black with #514A42
Text Example
Text Example
White with #514A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A42; }
p { color: rgb(81,74,66); }
H1.HeaderClassName
{
color: #514A42;
}
.AnyTagClassName
{
color: #514A42;
}
</style>
background-color css
<style>
a { background-color: #514A42; }
a { background-color: rgb(81,74,66); }
div.DivClassName
{
background-color: #514A42;
}
.BgClassName
{
background-color: #514A42;
}
</style>
border-color css
<style>
span { border-color: #514A42; }
span { border-color: rgb(81,74,66); }
td.TdClassName
{
border-color: #514A42;
}
.TagClassName
{
border-color: #514A42;
}
</style>