#733740

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

Shades of Merlot #733740

Tints of Merlot #733740

Color information

#733740 (or 0x733740) is unknown color: approx Merlot. HEX triplet: 73, 37 and 40. RGB value is (115,55,64). Sum of RGB (Red+Green+Blue) = 115+55+64=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #733740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733740 is #8CC8BF. Grayscale: #494949. Windows color (decimal): -9226432 or 4208499. OLE color: 4208499.

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

Color convert

RGB1155564-
CMYK00.520.440.55
HSL351º35.29%33.33%-
HSV(B)351º52.17%45.1%-
XYZ9.366.755.66-
YUV73.97122.38157.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=49.15%
G=23.50%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115556400.520.440.5535135.2933.33
Hex7337400342C3715f2321
Octal1636710006454675374341
Binary111001111011110000000110100101100110111101011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733740; }

 p { color: rgb(115,55,64); }

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

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

 a { background-color: rgb(115,55,64); }

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

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

 span { border-color: rgb(115,55,64); }

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