Shades of Matterhorn #514D4D
Tints of Matterhorn #514D4D
RGB
CMYK
RGB Variations
Color information
#514D4D (or 0x514D4D) is known color: Matterhorn. HEX triplet: 51, 4D and 4D. RGB value is (81,77,77). Sum of RGB (Red+Green+Blue) = 81+77+77=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 81 - color contains mainly: red. Hex color #514D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D4D is #AEB2B2. Grayscale: #4E4E4E. Windows color (decimal): -11449011 or 5066065. OLE color: 5066065.
HSL color Cylindrical-coordinate representation of color #514D4D: hue angle of 0º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #514D4D is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 77 | 77 | - |
CMYK | 0 | 0.05 | 0.05 | 0.68 |
HSL | 0º | 0.03% | 0.31% | - |
HSV(B) | 0º | 0.05% | 0.32% | - |
XYZ | 7.39 | 7.59 | 8.1 | - |
YUV | 78.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 77 | 77 | 0 | 0.05 | 0.05 | 0.68 | 0 | 0.03 | 0.31 |
Hex | 51 | 4D | 4D | 0 | 5 | 5 | 44 | 0 | 3 | 1F |
Octal | 121 | 115 | 115 | 0 | 5 | 5 | 104 | 0 | 3 | 37 |
Binary | 1010001 | 1001101 | 1001101 | 0 | 101 | 101 | 1000100 | 0 | 11 | 11111 |
Color Harmonies of #514D4D
Complementary color
Monochromatic Colors of #514D4D
Black with #514D4D
Text Example
Text Example
White with #514D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D4D; }
p { color: rgb(81,77,77); }
H1.HeaderClassName
{
color: #514D4D;
}
.AnyTagClassName
{
color: #514D4D;
}
</style>
background-color css
<style>
a { background-color: #514D4D; }
a { background-color: rgb(81,77,77); }
div.DivClassName
{
background-color: #514D4D;
}
.BgClassName
{
background-color: #514D4D;
}
</style>
border-color css
<style>
span { border-color: #514D4D; }
span { border-color: rgb(81,77,77); }
td.TdClassName
{
border-color: #514D4D;
}
.TagClassName
{
border-color: #514D4D;
}
</style>