Shades of Merlin #525145
Tints of Merlin #525145
RGB
CMYK
RGB Variations
Color information
#525145 (or 0x525145) is known color: Merlin. HEX triplet: 52, 51 and 45. RGB value is (82,81,69). Sum of RGB (Red+Green+Blue) = 82+81+69=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #525145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525145 is #ADAEBA. Grayscale: #4F4F4F. Windows color (decimal): -11382459 or 4542802. OLE color: 4542802.
HSL color Cylindrical-coordinate representation of color #525145: hue angle of 55.38º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525145 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 69 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.68 |
| HSL | 55.38º | 0.09% | 0.3% | - |
| HSV(B) | 55.38º | 0.16% | 0.32% | - |
| XYZ | 7.5 | 8.11 | 6.8 | - |
| YUV | 79.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 69 | 0 | 0.01 | 0.16 | 0.68 | 55.38 | 0.09 | 0.3 |
| Hex | 52 | 51 | 45 | 0 | 1 | 10 | 44 | 37 | 9 | 1E |
| Octal | 122 | 121 | 105 | 0 | 1 | 20 | 104 | 67 | 11 | 36 |
| Binary | 1010010 | 1010001 | 1000101 | 0 | 1 | 10000 | 1000100 | 110111 | 1001 | 11110 |
Color Harmonies of #525145
Complementary color
Monochromatic Colors of #525145
Black with #525145
Text Example
Text Example
White with #525145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525145; }
p { color: rgb(82,81,69); }
H1.HeaderClassName
{
color: #525145;
}
.AnyTagClassName
{
color: #525145;
}
</style>
background-color css
<style>
a { background-color: #525145; }
a { background-color: rgb(82,81,69); }
div.DivClassName
{
background-color: #525145;
}
.BgClassName
{
background-color: #525145;
}
</style>
border-color css
<style>
span { border-color: #525145; }
span { border-color: rgb(82,81,69); }
td.TdClassName
{
border-color: #525145;
}
.TagClassName
{
border-color: #525145;
}
</style>