Shades of Merlin #504E41
Tints of Merlin #504E41
RGB
CMYK
RGB Variations
Color information
#504E41 (or 0x504E41) is known color: Merlin. HEX triplet: 50, 4E and 41. RGB value is (80,78,65). Sum of RGB (Red+Green+Blue) = 80+78+65=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E41 is #AFB1BE. Grayscale: #4D4D4D. Windows color (decimal): -11514303 or 4279888. OLE color: 4279888.
HSL color Cylindrical-coordinate representation of color #504E41: hue angle of 52º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504E41 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 65 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.69 |
| HSL | 52º | 0.1% | 0.28% | - |
| HSV(B) | 52º | 0.19% | 0.31% | - |
| XYZ | 6.99 | 7.54 | 6.09 | - |
| YUV | 77.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 65 | 0 | 0.02 | 0.19 | 0.69 | 52 | 0.1 | 0.28 |
| Hex | 50 | 4E | 41 | 0 | 2 | 13 | 45 | 34 | A | 1C |
| Octal | 120 | 116 | 101 | 0 | 2 | 23 | 105 | 64 | 12 | 34 |
| Binary | 1010000 | 1001110 | 1000001 | 0 | 10 | 10011 | 1000101 | 110100 | 1010 | 11100 |
Color Harmonies of #504E41
Complementary color
Monochromatic Colors of #504E41
Black with #504E41
Text Example
Text Example
White with #504E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E41; }
p { color: rgb(80,78,65); }
H1.HeaderClassName
{
color: #504E41;
}
.AnyTagClassName
{
color: #504E41;
}
</style>
background-color css
<style>
a { background-color: #504E41; }
a { background-color: rgb(80,78,65); }
div.DivClassName
{
background-color: #504E41;
}
.BgClassName
{
background-color: #504E41;
}
</style>
border-color css
<style>
span { border-color: #504E41; }
span { border-color: rgb(80,78,65); }
td.TdClassName
{
border-color: #504E41;
}
.TagClassName
{
border-color: #504E41;
}
</style>