Shades of Merlin #504F3F
Tints of Merlin #504F3F
RGB
CMYK
RGB Variations
Color information
#504F3F (or 0x504F3F) is known color: Merlin. HEX triplet: 50, 4F and 3F. RGB value is (80,79,63). Sum of RGB (Red+Green+Blue) = 80+79+63=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F3F is #AFB0C0. Grayscale: #4D4D4D. Windows color (decimal): -11514049 or 4149072. OLE color: 4149072.
HSL color Cylindrical-coordinate representation of color #504F3F: hue angle of 56.47º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504F3F is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 63 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.69 |
| HSL | 56.47º | 0.12% | 0.28% | - |
| HSV(B) | 56.47º | 0.21% | 0.31% | - |
| XYZ | 7 | 7.66 | 5.81 | - |
| YUV | 77.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 63 | 0 | 0.01 | 0.21 | 0.69 | 56.47 | 0.12 | 0.28 |
| Hex | 50 | 4F | 3F | 0 | 1 | 15 | 45 | 38 | C | 1C |
| Octal | 120 | 117 | 77 | 0 | 1 | 25 | 105 | 70 | 14 | 34 |
| Binary | 1010000 | 1001111 | 111111 | 0 | 1 | 10101 | 1000101 | 111000 | 1100 | 11100 |
Color Harmonies of #504F3F
Complementary color
Monochromatic Colors of #504F3F
Black with #504F3F
Text Example
Text Example
White with #504F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F3F; }
p { color: rgb(80,79,63); }
H1.HeaderClassName
{
color: #504F3F;
}
.AnyTagClassName
{
color: #504F3F;
}
</style>
background-color css
<style>
a { background-color: #504F3F; }
a { background-color: rgb(80,79,63); }
div.DivClassName
{
background-color: #504F3F;
}
.BgClassName
{
background-color: #504F3F;
}
</style>
border-color css
<style>
span { border-color: #504F3F; }
span { border-color: rgb(80,79,63); }
td.TdClassName
{
border-color: #504F3F;
}
.TagClassName
{
border-color: #504F3F;
}
</style>