Shades of Merlin #504F4A
Tints of Merlin #504F4A
RGB
CMYK
RGB Variations
Color information
#504F4A (or 0x504F4A) is known color: Merlin. HEX triplet: 50, 4F and 4A. RGB value is (80,79,74). Sum of RGB (Red+Green+Blue) = 80+79+74=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 80 - color contains mainly: red. Hex color #504F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F4A is #AFB0B5. Grayscale: #4E4E4E. Windows color (decimal): -11514038 or 4869968. OLE color: 4869968.
HSL color Cylindrical-coordinate representation of color #504F4A: hue angle of 50º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #504F4A is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 74 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.69 |
| HSL | 50º | 0.04% | 0.3% | - |
| HSV(B) | 50º | 0.07% | 0.31% | - |
| XYZ | 7.34 | 7.79 | 7.6 | - |
| YUV | 78.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 74 | 0 | 0.01 | 0.08 | 0.69 | 50 | 0.04 | 0.3 |
| Hex | 50 | 4F | 4A | 0 | 1 | 8 | 45 | 32 | 4 | 1E |
| Octal | 120 | 117 | 112 | 0 | 1 | 10 | 105 | 62 | 4 | 36 |
| Binary | 1010000 | 1001111 | 1001010 | 0 | 1 | 1000 | 1000101 | 110010 | 100 | 11110 |
Color Harmonies of #504F4A
Complementary color
Monochromatic Colors of #504F4A
Black with #504F4A
Text Example
Text Example
White with #504F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F4A; }
p { color: rgb(80,79,74); }
H1.HeaderClassName
{
color: #504F4A;
}
.AnyTagClassName
{
color: #504F4A;
}
</style>
background-color css
<style>
a { background-color: #504F4A; }
a { background-color: rgb(80,79,74); }
div.DivClassName
{
background-color: #504F4A;
}
.BgClassName
{
background-color: #504F4A;
}
</style>
border-color css
<style>
span { border-color: #504F4A; }
span { border-color: rgb(80,79,74); }
td.TdClassName
{
border-color: #504F4A;
}
.TagClassName
{
border-color: #504F4A;
}
</style>