Html Css Color HEX #515049 Merlin

📋 copy color: '#515049'

red 81 ◦ green 80 ◦ blue 73

#515049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlin #515049

Tints of Merlin #515049

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.2%

R = 34.62%
G = 34.19%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#515049 (or 0x515049) is known color: 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

RGB 81 80 73 -
CMYK 0 0.01 0.10 0.68
HSL 52.5º 0.05% 0.3% -
HSV(B) 52.5º 0.1% 0.32% -
XYZ 7.46 7.97 7.45 -
YUV 79.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 81 80 73 0 0.01 0.10 0.68 52.5 0.05 0.3
Hex 51 50 49 0 1 A 44 34 5 1E
Octal 121 120 111 0 1 12 104 64 5 36
Binary 1010001 1010000 1001001 0 1 1010 1000100 110100 101 11110

Color Harmonies of #515049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515049

Black with #515049

Text Example


Text Example

White with #515049

Text Example


Text Example

HTML Codes & Css Web 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>