Html Css Color HEX #773137 Merlot

📋 copy color: '#773137'

red 119 ◦ green 49 ◦ blue 55

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

Shades of Merlot #773137

Tints of Merlot #773137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 53.36%
G = 21.97%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#773137 (or 0x773137) is known color: Merlot. HEX triplet: 77, 31 and 37. RGB value is (119,49,55). Sum of RGB (Red+Green+Blue) = 119+49+55=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773137 is #88CEC8. Grayscale: #464646. Windows color (decimal): -8965833 or 3617143. OLE color: 3617143.

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

Color convert

RGB 119 49 55 -
CMYK 0 0.59 0.54 0.53
HSL 354.86º 0.42% 0.33% -
HSV(B) 354.86º 0.59% 0.47% -
XYZ 9.4 6.39 4.35 -
YUV 70.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 119 49 55 0 0.59 0.54 0.53 354.86 0.42 0.33
Hex 77 31 37 0 3B 36 35 163 2A 21
Octal 167 61 67 0 73 66 65 543 52 41
Binary 1110111 110001 110111 0 111011 110110 110101 101100011 101010 100001

Color Harmonies of #773137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773137

Black with #773137

Text Example


Text Example

White with #773137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773137; }

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

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

background-color css

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

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

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

border-color css

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

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

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