Shades of Merlin #525146
Tints of Merlin #525146
RGB
CMYK
RGB Variations
Color information
#525146 (or 0x525146) is known color: Merlin. HEX triplet: 52, 51 and 46. RGB value is (82,81,70). Sum of RGB (Red+Green+Blue) = 82+81+70=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #525146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525146 is #ADAEB9. Grayscale: #505050. Windows color (decimal): -11382458 or 4608338. OLE color: 4608338.
HSL color Cylindrical-coordinate representation of color #525146: hue angle of 55º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525146 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 70 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.68 |
| HSL | 55º | 0.08% | 0.3% | - |
| HSV(B) | 55º | 0.15% | 0.32% | - |
| XYZ | 7.53 | 8.12 | 6.97 | - |
| YUV | 80.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 70 | 0 | 0.01 | 0.15 | 0.68 | 55 | 0.08 | 0.3 |
| Hex | 52 | 51 | 46 | 0 | 1 | F | 44 | 37 | 8 | 1E |
| Octal | 122 | 121 | 106 | 0 | 1 | 17 | 104 | 67 | 10 | 36 |
| Binary | 1010010 | 1010001 | 1000110 | 0 | 1 | 1111 | 1000100 | 110111 | 1000 | 11110 |
Color Harmonies of #525146
Complementary color
Monochromatic Colors of #525146
Black with #525146
Text Example
Text Example
White with #525146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525146; }
p { color: rgb(82,81,70); }
H1.HeaderClassName
{
color: #525146;
}
.AnyTagClassName
{
color: #525146;
}
</style>
background-color css
<style>
a { background-color: #525146; }
a { background-color: rgb(82,81,70); }
div.DivClassName
{
background-color: #525146;
}
.BgClassName
{
background-color: #525146;
}
</style>
border-color css
<style>
span { border-color: #525146; }
span { border-color: rgb(82,81,70); }
td.TdClassName
{
border-color: #525146;
}
.TagClassName
{
border-color: #525146;
}
</style>