Html Css Color HEX #773241 Merlot

📋 copy color: '#773241'

red 119 ◦ green 50 ◦ blue 65

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

Shades of Merlot #773241

Tints of Merlot #773241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 50.85%
G = 21.37%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773241 (or 0x773241) is known color: Merlot. HEX triplet: 77, 32 and 41. RGB value is (119,50,65). Sum of RGB (Red+Green+Blue) = 119+50+65=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #773241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773241 is #88CDBE. Grayscale: #484848. Windows color (decimal): -8965567 or 4272759. OLE color: 4272759.

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

Color convert

RGB 119 50 65 -
CMYK 0 0.58 0.45 0.53
HSL 346.96º 0.41% 0.33% -
HSV(B) 346.96º 0.58% 0.47% -
XYZ 9.7 6.58 5.76 -
YUV 72.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 119 50 65 0 0.58 0.45 0.53 346.96 0.41 0.33
Hex 77 32 41 0 3A 2D 35 15B 29 21
Octal 167 62 101 0 72 55 65 533 51 41
Binary 1110111 110010 1000001 0 111010 101101 110101 101011011 101001 100001

Color Harmonies of #773241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773241

Black with #773241

Text Example


Text Example

White with #773241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773241; }

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

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

background-color css

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

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

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

border-color css

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

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

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