#723236

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

Shades of Merlot #723236

Tints of Merlot #723236

Color information

#723236 (or 0x723236) is unknown color: approx Merlot. HEX triplet: 72, 32 and 36. RGB value is (114,50,54). Sum of RGB (Red+Green+Blue) = 114+50+54=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723236 is #8DCDC9. Grayscale: #454545. Windows color (decimal): -9293258 or 3551858. OLE color: 3551858.

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

Color convert

RGB1145054-
CMYK00.560.530.55
HSL356.25º39.02%32.16%-
HSV(B)356.25º56.14%44.71%-
XYZ8.756.124.21-
YUV69.59119.2159.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=52.29%
G=22.94%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114505400.560.530.55356.2539.0232.16
Hex72323603835371642720
Octal162626607065675444740
Binary11100101100101101100111000110101110111101100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723236; }

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

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

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

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

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

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

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

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