#773135

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

Shades of Merlot #773135

Tints of Merlot #773135

Color information

#773135 (or 0x773135) is unknown color: approx Merlot. HEX triplet: 77, 31 and 35. RGB value is (119,49,53). Sum of RGB (Red+Green+Blue) = 119+49+53=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773135 is #88CECA. Grayscale: #464646. Windows color (decimal): -8965835 or 3486071. OLE color: 3486071.

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

Color convert

RGB1194953-
CMYK00.590.550.53
HSL356.57º41.67%32.94%-
HSV(B)356.57º58.82%46.67%-
XYZ9.356.384.11-
YUV70.39118.19162.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=53.85%
G=22.17%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119495300.590.550.53356.5741.6732.94
Hex77313503B37351652a21
Octal167616507367655455241
Binary11101111100011101010111011110111110101101100101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773135; }

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

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

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

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

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

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

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

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