#723640

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

Shades of Merlot #723640

Tints of Merlot #723640

Color information

#723640 (or 0x723640) is unknown color: approx Merlot. HEX triplet: 72, 36 and 40. RGB value is (114,54,64). Sum of RGB (Red+Green+Blue) = 114+54+64=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #723640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723640 is #8DC9BF. Grayscale: #494949. Windows color (decimal): -9292224 or 4208242. OLE color: 4208242.

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

Color convert

RGB1145464-
CMYK00.530.440.55
HSL350º35.71%32.94%-
HSV(B)350º52.63%44.71%-
XYZ9.186.595.64-
YUV73.08122.88157.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=49.14%
G=23.28%
B=27.59%

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
Decimal114546400.530.440.5535035.7132.94
Hex7236400352C3715e2421
Octal1626610006554675364441
Binary111001011011010000000110101101100110111101011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723640; }

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

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

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

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

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

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

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

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