#743541

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

Shades of Merlot #743541

Tints of Merlot #743541

Color information

#743541 (or 0x743541) is unknown color: approx Merlot. HEX triplet: 74, 35 and 41. RGB value is (116,53,65). Sum of RGB (Red+Green+Blue) = 116+53+65=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743541 is #8BCABE. Grayscale: #494949. Windows color (decimal): -9161407 or 4273524. OLE color: 4273524.

HSL color Cylindrical-coordinate representation of color #743541: hue angle of 348.57º 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 #743541 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1165365-
CMYK00.540.440.55
HSL348.57º37.28%33.14%-
HSV(B)348.57º54.31%45.49%-
XYZ9.436.645.79-
YUV73.2123.37158.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=49.57%
G=22.65%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116536500.540.440.55348.5737.2833.14
Hex7435410362C3715d2521
Octal1646510106654675354541
Binary111010011010110000010110110101100110111101011101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743541; }

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

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

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

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

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

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

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

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