#515041

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

Shades of Merlin #515041

Tints of Merlin #515041

Color information

#515041 (or 0x515041) is unknown color: approx Merlin. HEX triplet: 51, 50 and 41. RGB value is (81,80,65). Sum of RGB (Red+Green+Blue) = 81+80+65=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #515041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515041 is #AEAFBE. Grayscale: #4E4E4E. Windows color (decimal): -11448255 or 4280401. OLE color: 4280401.

HSL color Cylindrical-coordinate representation of color #515041: hue angle of 56.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515041 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB818065-
CMYK00.010.200.68
HSL56.25º10.96%28.63%-
HSV(B)56.25º19.75%31.76%-
XYZ7.227.876.14-
YUV78.59120.33129.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=35.84%
G=35.40%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81806500.010.200.6856.2510.9628.63
Hex51504101144438b1d
Octal1211201010124104701335
Binary10100011010000100000101101001000100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515041; }

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

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

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

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

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

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

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

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