Html Css Color HEX #773539 Merlot

📋 copy color: '#773539'

red 119 ◦ green 53 ◦ blue 57

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

Shades of Merlot #773539

Tints of Merlot #773539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 51.97%
G = 23.14%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#773539 (or 0x773539) is known color: Merlot. HEX triplet: 77, 35 and 39. RGB value is (119,53,57). Sum of RGB (Red+Green+Blue) = 119+53+57=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #773539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773539 is #88CAC6. Grayscale: #494949. Windows color (decimal): -8964807 or 3749239. OLE color: 3749239.

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

Color convert

RGB 119 53 57 -
CMYK 0 0.55 0.52 0.53
HSL 356.36º 0.38% 0.34% -
HSV(B) 356.36º 0.55% 0.47% -
XYZ 9.62 6.76 4.67 -
YUV 73.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 119 53 57 0 0.55 0.52 0.53 356.36 0.38 0.34
Hex 77 35 39 0 37 34 35 164 26 22
Octal 167 65 71 0 67 64 65 544 46 42
Binary 1110111 110101 111001 0 110111 110100 110101 101100100 100110 100010

Color Harmonies of #773539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773539

Black with #773539

Text Example


Text Example

White with #773539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773539; }

 p { color: rgb(119,53,57); }

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

background-color css

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

 a { background-color: rgb(119,53,57); }

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

border-color css

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

 span { border-color: rgb(119,53,57); }

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