#723740

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

Shades of Merlot #723740

Tints of Merlot #723740

Color information

#723740 (or 0x723740) is unknown color: approx Merlot. HEX triplet: 72, 37 and 40. RGB value is (114,55,64). Sum of RGB (Red+Green+Blue) = 114+55+64=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723740 is #8DC8BF. Grayscale: #494949. Windows color (decimal): -9291968 or 4208498. OLE color: 4208498.

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

Color convert

RGB1145564-
CMYK00.520.440.55
HSL350.85º34.91%33.14%-
HSV(B)350.85º51.75%44.71%-
XYZ9.236.685.65-
YUV73.67122.55156.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=48.93%
G=23.61%
B=27.47%

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
Decimal114556400.520.440.55350.8534.9133.14
Hex7237400342C3715f2321
Octal1626710006454675374341
Binary111001011011110000000110100101100110111101011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723740; }

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

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

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

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

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

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

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

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