#743540

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

Shades of Merlot #743540

Tints of Merlot #743540

Color information

#743540 (or 0x743540) is unknown color: approx Merlot. HEX triplet: 74, 35 and 40. RGB value is (116,53,64). Sum of RGB (Red+Green+Blue) = 116+53+64=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #743540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743540 is #8BCABF. Grayscale: #494949. Windows color (decimal): -9161408 or 4207988. OLE color: 4207988.

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

Color convert

RGB1165364-
CMYK00.540.450.55
HSL349.52º37.28%33.14%-
HSV(B)349.52º54.31%45.49%-
XYZ9.46.635.63-
YUV73.09122.87158.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=49.79%
G=22.75%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116536400.540.450.55349.5237.2833.14
Hex7435400362D3715e2521
Octal1646510006655675364541
Binary111010011010110000000110110101101110111101011110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743540; }

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

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

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

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

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

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

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

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