#723139

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

Shades of Merlot #723139

Tints of Merlot #723139

Color information

#723139 (or 0x723139) is unknown color: approx Merlot. HEX triplet: 72, 31 and 39. RGB value is (114,49,57). Sum of RGB (Red+Green+Blue) = 114+49+57=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #723139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723139 is #8DCEC6. Grayscale: #454545. Windows color (decimal): -9293511 or 3748210. OLE color: 3748210.

HSL color Cylindrical-coordinate representation of color #723139: hue angle of 352.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723139 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1144957-
CMYK00.570.500.55
HSL352.62º39.88%31.96%-
HSV(B)352.62º57.02%44.71%-
XYZ8.786.074.58-
YUV69.35121.03159.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=51.82%
G=22.27%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114495700.570.500.55352.6239.8831.96
Hex72313903932371612820
Octal162617107162675415040
Binary11100101100011110010111001110010110111101100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723139; }

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

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

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

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

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

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

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

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