#72343F

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

Shades of Merlot #72343F

Tints of Merlot #72343F

Color information

#72343F (or 0x72343F) is unknown color: approx Merlot. HEX triplet: 72, 34 and 3F. RGB value is (114,52,63). Sum of RGB (Red+Green+Blue) = 114+52+63=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72343F is #8DCBC0. Grayscale: #474747. Windows color (decimal): -9292737 or 4142194. OLE color: 4142194.

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

Color convert

RGB1145263-
CMYK00.540.450.55
HSL349.35º37.35%32.55%-
HSV(B)349.35º54.39%44.71%-
XYZ9.066.395.46-
YUV71.79123.04158.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 63 (25% from 255) = 27.51%
R=49.78%
G=22.71%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114526300.540.450.55349.3537.3532.55
Hex72343F0362D3715d2521
Octal162647706655675354541
Binary11100101101001111110110110101101110111101011101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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