#743037

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

Shades of Merlot #743037

Tints of Merlot #743037

Color information

#743037 (or 0x743037) is unknown color: approx Merlot. HEX triplet: 74, 30 and 37. RGB value is (116,48,55). Sum of RGB (Red+Green+Blue) = 116+48+55=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #743037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743037 is #8BCFC8. Grayscale: #454545. Windows color (decimal): -9162697 or 3616884. OLE color: 3616884.

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

Color convert

RGB1164855-
CMYK00.590.530.55
HSL353.82º41.46%32.16%-
HSV(B)353.82º58.62%45.49%-
XYZ8.956.14.32-
YUV69.13120.03161.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=52.97%
G=21.92%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116485500.590.530.55353.8241.4632.16
Hex74303703B35371622920
Octal164606707365675425140
Binary11101001100001101110111011110101110111101100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743037; }

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

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

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

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

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

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

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

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