#72313A

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

Shades of Merlot #72313A

Tints of Merlot #72313A

Color information

#72313A (or 0x72313A) is unknown color: approx Merlot. HEX triplet: 72, 31 and 3A. RGB value is (114,49,58). Sum of RGB (Red+Green+Blue) = 114+49+58=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72313A is #8DCEC5. Grayscale: #454545. Windows color (decimal): -9293510 or 3813746. OLE color: 3813746.

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

Color convert

RGB1144958-
CMYK00.570.490.55
HSL351.69º39.88%31.96%-
HSV(B)351.69º57.02%44.71%-
XYZ8.86.084.71-
YUV69.46121.53159.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=51.58%
G=22.17%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114495800.570.490.55351.6939.8831.96
Hex72313A03931371602820
Octal162617207161675405040
Binary11100101100011110100111001110001110111101100000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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