#515049

Color #515049 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #515049

Tints of Merlin #515049

Color information

#515049 (or 0x515049) is unknown color: approx Merlin. HEX triplet: 51, 50 and 49. RGB value is (81,80,73). Sum of RGB (Red+Green+Blue) = 81+80+73=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 81 - color contains mainly: red. Hex color #515049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515049 is #AEAFB6. Grayscale: #4F4F4F. Windows color (decimal): -11448247 or 4804689. OLE color: 4804689.

HSL color Cylindrical-coordinate representation of color #515049: hue angle of 52.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #515049 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB818073-
CMYK00.010.100.68
HSL52.5º5.19%30.2%-
HSV(B)52.5º9.88%31.76%-
XYZ7.467.977.45-
YUV79.5124.33129.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=34.62%
G=34.19%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81807300.010.100.6852.55.1930.2
Hex51504901A443551e
Octal121120111011210465536
Binary101000110100001001001011010100010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515049; }

 p { color: rgb(81,80,73); }

 H1.HeaderClassName
 {
   color: #515049;
 }
 .AnyTagClassName
 {
   color: #515049;
 }
</style>
background-color css

<style>
 a { background-color: #515049; }

 a { background-color: rgb(81,80,73); }

 div.DivClassName
 {
   background-color: #515049;
 }
 .BgClassName
 {
   background-color: #515049;
 }
</style>
border-color css

<style>
 span { border-color: #515049; }

 span { border-color: rgb(81,80,73); }

 td.TdClassName
 {
   border-color: #515049;
 }
 .TagClassName
 {
   border-color: #515049;
 }
</style>