#72393C

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

Shades of Merlot #72393C

Tints of Merlot #72393C

Color information

#72393C (or 0x72393C) is unknown color: approx Merlot. HEX triplet: 72, 39 and 3C. RGB value is (114,57,60). Sum of RGB (Red+Green+Blue) = 114+57+60=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393C is #8DC6C3. Grayscale: #4A4A4A. Windows color (decimal): -9291460 or 3946866. OLE color: 3946866.

HSL color Cylindrical-coordinate representation of color #72393C: hue angle of 356.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72393C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1145760-
CMYK00.500.470.55
HSL356.84º33.33%33.53%-
HSV(B)356.84º50%44.71%-
XYZ9.226.835.11-
YUV74.38119.88156.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=49.35%
G=24.68%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114576000.500.470.55356.8433.3333.53
Hex72393C0322F371652122
Octal162717406257675454142
Binary11100101110011111000110010101111110111101100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72393C; }

 p { color: rgb(114,57,60); }

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

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

 a { background-color: rgb(114,57,60); }

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

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

 span { border-color: rgb(114,57,60); }

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