#723941

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

Shades of Merlot #723941

Tints of Merlot #723941

Color information

#723941 (or 0x723941) is unknown color: approx Merlot. HEX triplet: 72, 39 and 41. RGB value is (114,57,65). Sum of RGB (Red+Green+Blue) = 114+57+65=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723941 is #8DC6BE. Grayscale: #4A4A4A. Windows color (decimal): -9291455 or 4274546. OLE color: 4274546.

HSL color Cylindrical-coordinate representation of color #723941: hue angle of 351.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723941 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1145765-
CMYK00.500.430.55
HSL351.58º33.33%33.53%-
HSV(B)351.58º50%44.71%-
XYZ9.366.895.84-
YUV74.95122.38155.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=48.31%
G=24.15%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114576500.500.430.55351.5833.3333.53
Hex7239410322B371602122
Octal1627110106253675404142
Binary111001011100110000010110010101011110111101100000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723941; }

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

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

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

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

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

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

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

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