#72313E

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

Shades of Merlot #72313E

Tints of Merlot #72313E

Color information

#72313E (or 0x72313E) is unknown color: approx Merlot. HEX triplet: 72, 31 and 3E. RGB value is (114,49,62). Sum of RGB (Red+Green+Blue) = 114+49+62=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72313E is #8DCEC1. Grayscale: #454545. Windows color (decimal): -9293506 or 4075890. OLE color: 4075890.

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

Color convert

RGB1144962-
CMYK00.570.460.55
HSL348º39.88%31.96%-
HSV(B)348º57.02%44.71%-
XYZ8.916.125.27-
YUV69.92123.53159.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=50.67%
G=21.78%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114496200.570.460.5534839.8831.96
Hex72313E0392E3715c2820
Octal162617607156675345040
Binary11100101100011111100111001101110110111101011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72313E; }

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

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

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

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

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

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

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

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