Shades of Matterhorn #514F4F
Tints of Matterhorn #514F4F
RGB
CMYK
RGB Variations
Color information
#514F4F (or 0x514F4F) is known color: Matterhorn. HEX triplet: 51, 4F and 4F. RGB value is (81,79,79). Sum of RGB (Red+Green+Blue) = 81+79+79=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 81 - color contains mainly: red. Hex color #514F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F4F is #AEB0B0. Grayscale: #4F4F4F. Windows color (decimal): -11448497 or 5197649. OLE color: 5197649.
HSL color Cylindrical-coordinate representation of color #514F4F: hue angle of 0º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #514F4F is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 79 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.68 |
| HSL | 0º | 0.01% | 0.31% | - |
| HSV(B) | 0º | 0.02% | 0.32% | - |
| XYZ | 7.6 | 7.91 | 8.52 | - |
| YUV | 79.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 79 | 0 | 0.02 | 0.02 | 0.68 | 0 | 0.01 | 0.31 |
| Hex | 51 | 4F | 4F | 0 | 2 | 2 | 44 | 0 | 1 | 1F |
| Octal | 121 | 117 | 117 | 0 | 2 | 2 | 104 | 0 | 1 | 37 |
| Binary | 1010001 | 1001111 | 1001111 | 0 | 10 | 10 | 1000100 | 0 | 1 | 11111 |
Color Harmonies of #514F4F
Complementary color
Monochromatic Colors of #514F4F
Black with #514F4F
Text Example
Text Example
White with #514F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F4F; }
p { color: rgb(81,79,79); }
H1.HeaderClassName
{
color: #514F4F;
}
.AnyTagClassName
{
color: #514F4F;
}
</style>
background-color css
<style>
a { background-color: #514F4F; }
a { background-color: rgb(81,79,79); }
div.DivClassName
{
background-color: #514F4F;
}
.BgClassName
{
background-color: #514F4F;
}
</style>
border-color css
<style>
span { border-color: #514F4F; }
span { border-color: rgb(81,79,79); }
td.TdClassName
{
border-color: #514F4F;
}
.TagClassName
{
border-color: #514F4F;
}
</style>