Shades of Merlin #515048
Tints of Merlin #515048
RGB
CMYK
RGB Variations
Color information
#515048 (or 0x515048) is known color: Merlin. HEX triplet: 51, 50 and 48. RGB value is (81,80,72). Sum of RGB (Red+Green+Blue) = 81+80+72=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #515048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515048 is #AEAFB7. Grayscale: #4F4F4F. Windows color (decimal): -11448248 or 4739153. OLE color: 4739153.
HSL color Cylindrical-coordinate representation of color #515048: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #515048 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 72 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.68 |
| HSL | 53.33º | 0.06% | 0.3% | - |
| HSV(B) | 53.33º | 0.11% | 0.32% | - |
| XYZ | 7.43 | 7.95 | 7.27 | - |
| YUV | 79.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 72 | 0 | 0.01 | 0.11 | 0.68 | 53.33 | 0.06 | 0.3 |
| Hex | 51 | 50 | 48 | 0 | 1 | B | 44 | 35 | 6 | 1E |
| Octal | 121 | 120 | 110 | 0 | 1 | 13 | 104 | 65 | 6 | 36 |
| Binary | 1010001 | 1010000 | 1001000 | 0 | 1 | 1011 | 1000100 | 110101 | 110 | 11110 |
Color Harmonies of #515048
Complementary color
Monochromatic Colors of #515048
Black with #515048
Text Example
Text Example
White with #515048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515048; }
p { color: rgb(81,80,72); }
H1.HeaderClassName
{
color: #515048;
}
.AnyTagClassName
{
color: #515048;
}
</style>
background-color css
<style>
a { background-color: #515048; }
a { background-color: rgb(81,80,72); }
div.DivClassName
{
background-color: #515048;
}
.BgClassName
{
background-color: #515048;
}
</style>
border-color css
<style>
span { border-color: #515048; }
span { border-color: rgb(81,80,72); }
td.TdClassName
{
border-color: #515048;
}
.TagClassName
{
border-color: #515048;
}
</style>