#743640

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

Shades of Merlot #743640

Tints of Merlot #743640

Color information

#743640 (or 0x743640) is unknown color: approx Merlot. HEX triplet: 74, 36 and 40. RGB value is (116,54,64). Sum of RGB (Red+Green+Blue) = 116+54+64=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743640 is #8BC9BF. Grayscale: #494949. Windows color (decimal): -9161152 or 4208244. OLE color: 4208244.

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

Color convert

RGB1165464-
CMYK00.530.450.55
HSL350.32º36.47%33.33%-
HSV(B)350.32º53.45%45.49%-
XYZ9.456.725.65-
YUV73.68122.54158.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=49.57%
G=23.08%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116546400.530.450.55350.3236.4733.33
Hex7436400352D3715e2421
Octal1646610006555675364441
Binary111010011011010000000110101101101110111101011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743640; }

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

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

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

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

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

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

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

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