#743240

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

Shades of Merlot #743240

Tints of Merlot #743240

Color information

#743240 (or 0x743240) is unknown color: approx Merlot. HEX triplet: 74, 32 and 40. RGB value is (116,50,64). Sum of RGB (Red+Green+Blue) = 116+50+64=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #743240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743240 is #8BCDBF. Grayscale: #474747. Windows color (decimal): -9162176 or 4207220. OLE color: 4207220.

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

Color convert

RGB1165064-
CMYK00.570.450.55
HSL347.27º39.76%32.55%-
HSV(B)347.27º56.9%45.49%-
XYZ9.276.365.59-
YUV71.33123.87159.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=50.43%
G=21.74%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116506400.570.450.55347.2739.7632.55
Hex7432400392D3715b2821
Octal1646210007155675335041
Binary111010011001010000000111001101101110111101011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743240; }

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

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

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

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

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

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

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

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