#723134

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

Shades of Merlot #723134

Tints of Merlot #723134

Color information

#723134 (or 0x723134) is unknown color: approx Merlot. HEX triplet: 72, 31 and 34. RGB value is (114,49,52). Sum of RGB (Red+Green+Blue) = 114+49+52=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #723134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723134 is #8DCECB. Grayscale: #444444. Windows color (decimal): -9293516 or 3420530. OLE color: 3420530.

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

Color convert

RGB1144952-
CMYK00.570.540.55
HSL357.23º39.88%31.96%-
HSV(B)357.23º57.02%44.71%-
XYZ8.666.023.95-
YUV68.78118.53160.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=53.02%
G=22.79%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114495200.570.540.55357.2339.8831.96
Hex72313403936371652820
Octal162616407166675455040
Binary11100101100011101000111001110110110111101100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723134; }

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

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

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

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

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

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

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

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