Html Css Color HEX #773141 Merlot

📋 copy color: '#773141'

red 119 ◦ green 49 ◦ blue 65

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

Shades of Merlot #773141

Tints of Merlot #773141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.9%

R = 51.07%
G = 21.03%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773141 (or 0x773141) is known color: Merlot. HEX triplet: 77, 31 and 41. RGB value is (119,49,65). Sum of RGB (Red+Green+Blue) = 119+49+65=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773141 is #88CEBE. Grayscale: #474747. Windows color (decimal): -8965823 or 4272503. OLE color: 4272503.

HSL color Cylindrical-coordinate representation of color #773141: hue angle of 346.29º 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 #773141 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 65 -
CMYK 0 0.59 0.45 0.53
HSL 346.29º 0.42% 0.33% -
HSV(B) 346.29º 0.59% 0.47% -
XYZ 9.66 6.5 5.75 -
YUV 71.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 119 49 65 0 0.59 0.45 0.53 346.29 0.42 0.33
Hex 77 31 41 0 3B 2D 35 15A 2A 21
Octal 167 61 101 0 73 55 65 532 52 41
Binary 1110111 110001 1000001 0 111011 101101 110101 101011010 101010 100001

Color Harmonies of #773141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773141

Black with #773141

Text Example


Text Example

White with #773141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773141; }

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

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

background-color css

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

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

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

border-color css

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

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

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