#743440

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

Shades of Merlot #743440

Tints of Merlot #743440

Color information

#743440 (or 0x743440) is unknown color: approx Merlot. HEX triplet: 74, 34 and 40. RGB value is (116,52,64). Sum of RGB (Red+Green+Blue) = 116+52+64=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #743440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743440 is #8BCBBF. Grayscale: #484848. Windows color (decimal): -9161664 or 4207732. OLE color: 4207732.

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

Color convert

RGB1165264-
CMYK00.550.450.55
HSL348.75º38.1%32.94%-
HSV(B)348.75º55.17%45.49%-
XYZ9.366.545.62-
YUV72.5123.2159.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=50%
G=22.41%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116526400.550.450.55348.7538.132.94
Hex7434400372D3715d2621
Octal1646410006755675354641
Binary111010011010010000000110111101101110111101011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743440; }

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

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

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

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

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

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

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

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