Html Css Color HEX #773140 Merlot

📋 copy color: '#773140'

red 119 ◦ green 49 ◦ blue 64

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

Shades of Merlot #773140

Tints of Merlot #773140

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 51.29%
G = 21.12%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#773140 (or 0x773140) is known color: Merlot. HEX triplet: 77, 31 and 40. RGB value is (119,49,64). Sum of RGB (Red+Green+Blue) = 119+49+64=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773140 is #88CEBF. Grayscale: #474747. Windows color (decimal): -8965824 or 4206967. OLE color: 4206967.

HSL color Cylindrical-coordinate representation of color #773140: hue angle of 347.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773140 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 64 -
CMYK 0 0.59 0.46 0.53
HSL 347.14º 0.42% 0.33% -
HSV(B) 347.14º 0.59% 0.47% -
XYZ 9.63 6.49 5.6 -
YUV 71.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 119 49 64 0 0.59 0.46 0.53 347.14 0.42 0.33
Hex 77 31 40 0 3B 2E 35 15B 2A 21
Octal 167 61 100 0 73 56 65 533 52 41
Binary 1110111 110001 1000000 0 111011 101110 110101 101011011 101010 100001

Color Harmonies of #773140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773140

Black with #773140

Text Example


Text Example

White with #773140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773140; }

 p { color: rgb(119,49,64); }

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

background-color css

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

 a { background-color: rgb(119,49,64); }

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

border-color css

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

 span { border-color: rgb(119,49,64); }

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