#743740

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

Shades of Merlot #743740

Tints of Merlot #743740

Color information

#743740 (or 0x743740) is unknown color: approx Merlot. HEX triplet: 74, 37 and 40. RGB value is (116,55,64). Sum of RGB (Red+Green+Blue) = 116+55+64=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743740 is #8BC8BF. Grayscale: #4A4A4A. Windows color (decimal): -9160896 or 4208500. OLE color: 4208500.

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

Color convert

RGB1165564-
CMYK00.530.450.55
HSL351.15º35.67%33.53%-
HSV(B)351.15º52.59%45.49%-
XYZ9.496.825.67-
YUV74.26122.21157.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=49.36%
G=23.40%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116556400.530.450.55351.1535.6733.53
Hex7437400352D3715f2422
Octal1646710006555675374442
Binary111010011011110000000110101101101110111101011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743740; }

 p { color: rgb(116,55,64); }

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

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

 a { background-color: rgb(116,55,64); }

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

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

 span { border-color: rgb(116,55,64); }

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