#773438

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

Shades of Merlot #773438

Tints of Merlot #773438

Color information

#773438 (or 0x773438) is unknown color: approx Merlot. HEX triplet: 77, 34 and 38. RGB value is (119,52,56). Sum of RGB (Red+Green+Blue) = 119+52+56=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773438 is #88CBC7. Grayscale: #484848. Windows color (decimal): -8965064 or 3683447. OLE color: 3683447.

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

Color convert

RGB1195256-
CMYK00.560.530.53
HSL356.42º39.18%33.53%-
HSV(B)356.42º56.3%46.67%-
XYZ9.556.664.52-
YUV72.49118.7161.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=52.42%
G=22.91%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119525600.560.530.53356.4239.1833.53
Hex77343803835351642722
Octal167647007065655444742
Binary11101111101001110000111000110101110101101100100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773438; }

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

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

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

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

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

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

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

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