#723940

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

Shades of Merlot #723940

Tints of Merlot #723940

Color information

#723940 (or 0x723940) is unknown color: approx Merlot. HEX triplet: 72, 39 and 40. RGB value is (114,57,64). Sum of RGB (Red+Green+Blue) = 114+57+64=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #723940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723940 is #8DC6BF. Grayscale: #4A4A4A. Windows color (decimal): -9291456 or 4209010. OLE color: 4209010.

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

Color convert

RGB1145764-
CMYK00.500.440.55
HSL352.63º33.33%33.53%-
HSV(B)352.63º50%44.71%-
XYZ9.336.875.69-
YUV74.84121.88155.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=48.51%
G=24.26%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114576400.500.440.55352.6333.3333.53
Hex7239400322C371612122
Octal1627110006254675414142
Binary111001011100110000000110010101100110111101100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723940; }

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

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

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

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

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

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

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

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