#723137

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

Shades of Merlot #723137

Tints of Merlot #723137

Color information

#723137 (or 0x723137) is unknown color: approx Merlot. HEX triplet: 72, 31 and 37. RGB value is (114,49,55). Sum of RGB (Red+Green+Blue) = 114+49+55=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723137 is #8DCEC8. Grayscale: #454545. Windows color (decimal): -9293513 or 3617138. OLE color: 3617138.

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

Color convert

RGB1144955-
CMYK00.570.520.55
HSL354.46º39.88%31.96%-
HSV(B)354.46º57.02%44.71%-
XYZ8.736.054.32-
YUV69.12120.03160.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=52.29%
G=22.48%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114495500.570.520.55354.4639.8831.96
Hex72313703934371622820
Octal162616707164675425040
Binary11100101100011101110111001110100110111101100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723137; }

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

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

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

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

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

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

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

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