#743A3D

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

Shades of Merlot #743A3D

Tints of Merlot #743A3D

Color information

#743A3D (or 0x743A3D) is unknown color: approx Merlot. HEX triplet: 74, 3A and 3D. RGB value is (116,58,61). Sum of RGB (Red+Green+Blue) = 116+58+61=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A3D is #8BC5C2. Grayscale: #4B4B4B. Windows color (decimal): -9160131 or 4012660. OLE color: 4012660.

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

Color convert

RGB1165861-
CMYK00.50.470.55
HSL356.9º33.33%34.12%-
HSV(B)356.9º50%45.49%-
XYZ9.567.085.28-
YUV75.68119.72156.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=49.36%
G=24.68%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116586100.50.470.55356.933.3334.12
Hex743A3D0322F371652122
Octal164727506257675454142
Binary11101001110101111010110010101111110111101100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A3D; }

 p { color: rgb(116,58,61); }

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

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

 a { background-color: rgb(116,58,61); }

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

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

 span { border-color: rgb(116,58,61); }

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