#733540

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

Shades of Merlot #733540

Tints of Merlot #733540

Color information

#733540 (or 0x733540) is unknown color: approx Merlot. HEX triplet: 73, 35 and 40. RGB value is (115,53,64). Sum of RGB (Red+Green+Blue) = 115+53+64=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #733540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733540 is #8CCABF. Grayscale: #484848. Windows color (decimal): -9226944 or 4207987. OLE color: 4207987.

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

Color convert

RGB1155364-
CMYK00.540.440.55
HSL349.35º36.9%32.94%-
HSV(B)349.35º53.91%45.1%-
XYZ9.276.565.63-
YUV72.79123.04158.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=49.57%
G=22.84%
B=27.59%

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
Decimal115536400.540.440.55349.3536.932.94
Hex7335400362C3715d2521
Octal1636510006654675354541
Binary111001111010110000000110110101100110111101011101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733540; }

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

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

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

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

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

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

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

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