Html Css Color HEX #773441 Merlot

📋 copy color: '#773441'

red 119 ◦ green 52 ◦ blue 65

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

Shades of Merlot #773441

Tints of Merlot #773441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 50.42%
G = 22.03%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773441 (or 0x773441) is known color: Merlot. HEX triplet: 77, 34 and 41. RGB value is (119,52,65). Sum of RGB (Red+Green+Blue) = 119+52+65=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773441 is #88CBBE. Grayscale: #494949. Windows color (decimal): -8965055 or 4273271. OLE color: 4273271.

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

Color convert

RGB 119 52 65 -
CMYK 0 0.56 0.45 0.53
HSL 348.36º 0.39% 0.34% -
HSV(B) 348.36º 0.56% 0.47% -
XYZ 9.79 6.76 5.79 -
YUV 73.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 119 52 65 0 0.56 0.45 0.53 348.36 0.39 0.34
Hex 77 34 41 0 38 2D 35 15C 27 22
Octal 167 64 101 0 70 55 65 534 47 42
Binary 1110111 110100 1000001 0 111000 101101 110101 101011100 100111 100010

Color Harmonies of #773441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773441

Black with #773441

Text Example


Text Example

White with #773441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773441; }

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

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

background-color css

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

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

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

border-color css

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

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

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