Shades of Matterhorn #514B4A
Tints of Matterhorn #514B4A
RGB
CMYK
RGB Variations
Color information
#514B4A (or 0x514B4A) is known color: Matterhorn. HEX triplet: 51, 4B and 4A. RGB value is (81,75,74). Sum of RGB (Red+Green+Blue) = 81+75+74=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #514B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B4A is #AEB4B5. Grayscale: #4C4C4C. Windows color (decimal): -11449526 or 4868945. OLE color: 4868945.
HSL color Cylindrical-coordinate representation of color #514B4A: hue angle of 8.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #514B4A is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 74 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.68 |
| HSL | 8.57º | 0.05% | 0.3% | - |
| HSV(B) | 8.57º | 0.09% | 0.32% | - |
| XYZ | 7.15 | 7.28 | 7.51 | - |
| YUV | 76.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 74 | 0 | 0.07 | 0.09 | 0.68 | 8.57 | 0.05 | 0.3 |
| Hex | 51 | 4B | 4A | 0 | 7 | 9 | 44 | 9 | 5 | 1E |
| Octal | 121 | 113 | 112 | 0 | 7 | 11 | 104 | 11 | 5 | 36 |
| Binary | 1010001 | 1001011 | 1001010 | 0 | 111 | 1001 | 1000100 | 1001 | 101 | 11110 |
Color Harmonies of #514B4A
Complementary color
Monochromatic Colors of #514B4A
Black with #514B4A
Text Example
Text Example
White with #514B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B4A; }
p { color: rgb(81,75,74); }
H1.HeaderClassName
{
color: #514B4A;
}
.AnyTagClassName
{
color: #514B4A;
}
</style>
background-color css
<style>
a { background-color: #514B4A; }
a { background-color: rgb(81,75,74); }
div.DivClassName
{
background-color: #514B4A;
}
.BgClassName
{
background-color: #514B4A;
}
</style>
border-color css
<style>
span { border-color: #514B4A; }
span { border-color: rgb(81,75,74); }
td.TdClassName
{
border-color: #514B4A;
}
.TagClassName
{
border-color: #514B4A;
}
</style>