#72343D

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

Shades of Merlot #72343D

Tints of Merlot #72343D

Color information

#72343D (or 0x72343D) is unknown color: approx Merlot. HEX triplet: 72, 34 and 3D. RGB value is (114,52,61). Sum of RGB (Red+Green+Blue) = 114+52+61=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72343D is #8DCBC2. Grayscale: #474747. Windows color (decimal): -9292739 or 4011122. OLE color: 4011122.

HSL color Cylindrical-coordinate representation of color #72343D: hue angle of 351.29º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72343D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1145261-
CMYK00.540.460.55
HSL351.29º37.35%32.55%-
HSV(B)351.29º54.39%44.71%-
XYZ9.016.375.17-
YUV71.56122.04158.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=50.22%
G=22.91%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114526100.540.460.55351.2937.3532.55
Hex72343D0362E3715f2521
Octal162647506656675374541
Binary11100101101001111010110110101110110111101011111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72343D; }

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

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

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

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

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

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

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

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