#72393F

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

Shades of Merlot #72393F

Tints of Merlot #72393F

Color information

#72393F (or 0x72393F) is unknown color: approx Merlot. HEX triplet: 72, 39 and 3F. RGB value is (114,57,63). Sum of RGB (Red+Green+Blue) = 114+57+63=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393F is #8DC6C0. Grayscale: #4A4A4A. Windows color (decimal): -9291457 or 4143474. OLE color: 4143474.

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

Color convert

RGB1145763-
CMYK00.500.450.55
HSL353.68º33.33%33.53%-
HSV(B)353.68º50%44.71%-
XYZ9.36.865.54-
YUV74.73121.38156.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 63 (25% from 255) = 26.92%
R=48.72%
G=24.36%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114576300.500.450.55353.6833.3333.53
Hex72393F0322D371622122
Octal162717706255675424142
Binary11100101110011111110110010101101110111101100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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