#793742

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

Shades of Merlot #793742

Tints of Merlot #793742

Color information

#793742 (or 0x793742) is unknown color: approx Merlot. HEX triplet: 79, 37 and 42. RGB value is (121,55,66). Sum of RGB (Red+Green+Blue) = 121+55+66=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #793742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793742 is #86C8BD. Grayscale: #4C4C4C. Windows color (decimal): -8833214 or 4339577. OLE color: 4339577.

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

Color convert

RGB1215566-
CMYK00.550.450.53
HSL350º37.5%34.51%-
HSV(B)350º54.55%47.45%-
XYZ10.237.196-
YUV75.99122.37160.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=50%
G=22.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121556600.550.450.5335037.534.51
Hex7937420372D3515e2623
Octal1716710206755655364643
Binary111100111011110000100110111101101110101101011110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793742; }

 p { color: rgb(121,55,66); }

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

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

 a { background-color: rgb(121,55,66); }

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

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

 span { border-color: rgb(121,55,66); }

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