Shades of Merlin #525045
Tints of Merlin #525045
RGB
CMYK
RGB Variations
Color information
#525045 (or 0x525045) is known color: Merlin. HEX triplet: 52, 50 and 45. RGB value is (82,80,69). Sum of RGB (Red+Green+Blue) = 82+80+69=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #525045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525045 is #ADAFBA. Grayscale: #4F4F4F. Windows color (decimal): -11382715 or 4542546. OLE color: 4542546.
HSL color Cylindrical-coordinate representation of color #525045: hue angle of 50.77º 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 #525045 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 69 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.68 |
| HSL | 50.77º | 0.09% | 0.3% | - |
| HSV(B) | 50.77º | 0.16% | 0.32% | - |
| XYZ | 7.42 | 7.96 | 6.78 | - |
| YUV | 79.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 69 | 0 | 0.02 | 0.16 | 0.68 | 50.77 | 0.09 | 0.3 |
| Hex | 52 | 50 | 45 | 0 | 2 | 10 | 44 | 33 | 9 | 1E |
| Octal | 122 | 120 | 105 | 0 | 2 | 20 | 104 | 63 | 11 | 36 |
| Binary | 1010010 | 1010000 | 1000101 | 0 | 10 | 10000 | 1000100 | 110011 | 1001 | 11110 |
Color Harmonies of #525045
Complementary color
Monochromatic Colors of #525045
Black with #525045
Text Example
Text Example
White with #525045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525045; }
p { color: rgb(82,80,69); }
H1.HeaderClassName
{
color: #525045;
}
.AnyTagClassName
{
color: #525045;
}
</style>
background-color css
<style>
a { background-color: #525045; }
a { background-color: rgb(82,80,69); }
div.DivClassName
{
background-color: #525045;
}
.BgClassName
{
background-color: #525045;
}
</style>
border-color css
<style>
span { border-color: #525045; }
span { border-color: rgb(82,80,69); }
td.TdClassName
{
border-color: #525045;
}
.TagClassName
{
border-color: #525045;
}
</style>