Shades of Merlin #504F47
Tints of Merlin #504F47
RGB
CMYK
RGB Variations
Color information
#504F47 (or 0x504F47) is known color: Merlin. HEX triplet: 50, 4F and 47. RGB value is (80,79,71). Sum of RGB (Red+Green+Blue) = 80+79+71=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #504F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F47 is #AFB0B8. Grayscale: #4E4E4E. Windows color (decimal): -11514041 or 4673360. OLE color: 4673360.
HSL color Cylindrical-coordinate representation of color #504F47: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504F47 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 71 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.69 |
| HSL | 53.33º | 0.06% | 0.3% | - |
| HSV(B) | 53.33º | 0.11% | 0.31% | - |
| XYZ | 7.24 | 7.75 | 7.08 | - |
| YUV | 78.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 71 | 0 | 0.01 | 0.11 | 0.69 | 53.33 | 0.06 | 0.3 |
| Hex | 50 | 4F | 47 | 0 | 1 | B | 45 | 35 | 6 | 1E |
| Octal | 120 | 117 | 107 | 0 | 1 | 13 | 105 | 65 | 6 | 36 |
| Binary | 1010000 | 1001111 | 1000111 | 0 | 1 | 1011 | 1000101 | 110101 | 110 | 11110 |
Color Harmonies of #504F47
Complementary color
Monochromatic Colors of #504F47
Black with #504F47
Text Example
Text Example
White with #504F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F47; }
p { color: rgb(80,79,71); }
H1.HeaderClassName
{
color: #504F47;
}
.AnyTagClassName
{
color: #504F47;
}
</style>
background-color css
<style>
a { background-color: #504F47; }
a { background-color: rgb(80,79,71); }
div.DivClassName
{
background-color: #504F47;
}
.BgClassName
{
background-color: #504F47;
}
</style>
border-color css
<style>
span { border-color: #504F47; }
span { border-color: rgb(80,79,71); }
td.TdClassName
{
border-color: #504F47;
}
.TagClassName
{
border-color: #504F47;
}
</style>