#723237

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

Shades of Merlot #723237

Tints of Merlot #723237

Color information

#723237 (or 0x723237) is unknown color: approx Merlot. HEX triplet: 72, 32 and 37. RGB value is (114,50,55). Sum of RGB (Red+Green+Blue) = 114+50+55=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #723237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723237 is #8DCDC8. Grayscale: #454545. Windows color (decimal): -9293257 or 3617394. OLE color: 3617394.

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

Color convert

RGB1145055-
CMYK00.560.520.55
HSL355.31º39.02%32.16%-
HSV(B)355.31º56.14%44.71%-
XYZ8.776.134.34-
YUV69.71119.7159.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=52.05%
G=22.83%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114505500.560.520.55355.3139.0232.16
Hex72323703834371632720
Octal162626707064675434740
Binary11100101100101101110111000110100110111101100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723237; }

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

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

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

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

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

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

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

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