#733640

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

Shades of Merlot #733640

Tints of Merlot #733640

Color information

#733640 (or 0x733640) is unknown color: approx Merlot. HEX triplet: 73, 36 and 40. RGB value is (115,54,64). Sum of RGB (Red+Green+Blue) = 115+54+64=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #733640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733640 is #8CC9BF. Grayscale: #494949. Windows color (decimal): -9226688 or 4208243. OLE color: 4208243.

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

Color convert

RGB1155464-
CMYK00.530.440.55
HSL350.16º36.09%33.14%-
HSV(B)350.16º53.04%45.1%-
XYZ9.316.655.64-
YUV73.38122.71157.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=49.36%
G=23.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115546400.530.440.55350.1636.0933.14
Hex7336400352C3715e2421
Octal1636610006554675364441
Binary111001111011010000000110101101100110111101011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733640; }

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

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

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

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

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

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

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

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