Html Css Color HEX #51504A Merlin

📋 copy color: '#51504A'

red 81 ◦ green 80 ◦ blue 74

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

Shades of Merlin #51504A

Tints of Merlin #51504A

RGB

 RED value IS 81 (32.03% from 255) = 34.47%

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 34.47%
G = 34.04%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51504A (or 0x51504A) is known color: Merlin. HEX triplet: 51, 50 and 4A. RGB value is (81,80,74). Sum of RGB (Red+Green+Blue) = 81+80+74=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 81 - color contains mainly: red. Hex color #51504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51504A is #AEAFB5. Grayscale: #4F4F4F. Windows color (decimal): -11448246 or 4870225. OLE color: 4870225.

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

Color convert

RGB 81 80 74 -
CMYK 0 0.01 0.09 0.68
HSL 51.43º 0.05% 0.3% -
HSV(B) 51.43º 0.09% 0.32% -
XYZ 7.5 7.98 7.62 -
YUV 79.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 81 80 74 0 0.01 0.09 0.68 51.43 0.05 0.3
Hex 51 50 4A 0 1 9 44 33 5 1E
Octal 121 120 112 0 1 11 104 63 5 36
Binary 1010001 1010000 1001010 0 1 1001 1000100 110011 101 11110

Color Harmonies of #51504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51504A

Black with #51504A

Text Example


Text Example

White with #51504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51504A; }

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

 H1.HeaderClassName
 {
   color: #51504A;
 }
 .AnyTagClassName
 {
   color: #51504A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #51504A;
 }
 .BgClassName
 {
   background-color: #51504A;
 }
</style>

border-color css

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

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

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