Html Css Color HEX #773237 Merlot

📋 copy color: '#773237'

red 119 ◦ green 50 ◦ blue 55

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

Shades of Merlot #773237

Tints of Merlot #773237

RGB

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

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

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

R = 53.13%
G = 22.32%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#773237 (or 0x773237) is known color: Merlot. HEX triplet: 77, 32 and 37. RGB value is (119,50,55). Sum of RGB (Red+Green+Blue) = 119+50+55=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773237 is #88CDC8. Grayscale: #474747. Windows color (decimal): -8965577 or 3617399. OLE color: 3617399.

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

Color convert

RGB 119 50 55 -
CMYK 0 0.58 0.54 0.53
HSL 355.65º 0.41% 0.33% -
HSV(B) 355.65º 0.58% 0.47% -
XYZ 9.44 6.48 4.37 -
YUV 71.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 119 50 55 0 0.58 0.54 0.53 355.65 0.41 0.33
Hex 77 32 37 0 3A 36 35 164 29 21
Octal 167 62 67 0 72 66 65 544 51 41
Binary 1110111 110010 110111 0 111010 110110 110101 101100100 101001 100001

Color Harmonies of #773237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773237

Black with #773237

Text Example


Text Example

White with #773237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773237; }

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

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

background-color css

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

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

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

border-color css

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

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

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