#773537

Color #773537 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #773537

Tints of Merlot #773537

Color information

#773537 (or 0x773537) is unknown color: approx Merlot. HEX triplet: 77, 35 and 37. RGB value is (119,53,55). Sum of RGB (Red+Green+Blue) = 119+53+55=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773537 is #88CAC8. Grayscale: #494949. Windows color (decimal): -8964809 or 3618167. OLE color: 3618167.

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

Color convert

RGB1195355-
CMYK00.550.540.53
HSL358.18º38.37%33.73%-
HSV(B)358.18º55.46%46.67%-
XYZ9.576.744.41-
YUV72.96117.87160.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=52.42%
G=23.35%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119535500.550.540.53358.1838.3733.73
Hex77353703736351662622
Octal167656706766655464642
Binary11101111101011101110110111110110110101101100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773537; }

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

 H1.HeaderClassName
 {
   color: #773537;
 }
 .AnyTagClassName
 {
   color: #773537;
 }
</style>
background-color css

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

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

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

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

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

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