#723641

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

Shades of Merlot #723641

Tints of Merlot #723641

Color information

#723641 (or 0x723641) is unknown color: approx Merlot. HEX triplet: 72, 36 and 41. RGB value is (114,54,65). Sum of RGB (Red+Green+Blue) = 114+54+65=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723641 is #8DC9BE. Grayscale: #494949. Windows color (decimal): -9292223 or 4273778. OLE color: 4273778.

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

Color convert

RGB1145465-
CMYK00.530.430.55
HSL349º35.71%32.94%-
HSV(B)349º52.63%44.71%-
XYZ9.216.65.79-
YUV73.19123.38157.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=48.93%
G=23.18%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114546500.530.430.5534935.7132.94
Hex7236410352B3715d2421
Octal1626610106553675354441
Binary111001011011010000010110101101011110111101011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723641; }

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

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

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

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

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

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

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

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