#773436

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

Shades of Merlot #773436

Tints of Merlot #773436

Color information

#773436 (or 0x773436) is unknown color: approx Merlot. HEX triplet: 77, 34 and 36. RGB value is (119,52,54). Sum of RGB (Red+Green+Blue) = 119+52+54=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773436 is #88CBC9. Grayscale: #484848. Windows color (decimal): -8965066 or 3552375. OLE color: 3552375.

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

Color convert

RGB1195254-
CMYK00.560.550.53
HSL358.21º39.18%33.53%-
HSV(B)358.21º56.3%46.67%-
XYZ9.56.644.27-
YUV72.26117.7161.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 54 (21.48% from 255) = 24%
R=52.89%
G=23.11%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119525400.560.550.53358.2139.1833.53
Hex77343603837351662722
Octal167646607067655464742
Binary11101111101001101100111000110111110101101100110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773436; }

 p { color: rgb(119,52,54); }

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

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

 a { background-color: rgb(119,52,54); }

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

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

 span { border-color: rgb(119,52,54); }

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