#733240

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

Shades of Merlot #733240

Tints of Merlot #733240

Color information

#733240 (or 0x733240) is unknown color: approx Merlot. HEX triplet: 73, 32 and 40. RGB value is (115,50,64). Sum of RGB (Red+Green+Blue) = 115+50+64=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #733240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733240 is #8CCDBF. Grayscale: #474747. Windows color (decimal): -9227712 or 4207219. OLE color: 4207219.

HSL color Cylindrical-coordinate representation of color #733240: hue angle of 347.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733240 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1155064-
CMYK00.570.440.55
HSL347.08º39.39%32.35%-
HSV(B)347.08º56.52%45.1%-
XYZ9.146.35.58-
YUV71.03124.03159.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=50.22%
G=21.83%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115506400.570.440.55347.0839.3932.35
Hex7332400392C3715b2720
Octal1636210007154675334740
Binary111001111001010000000111001101100110111101011011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733240; }

 p { color: rgb(115,50,64); }

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

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

 a { background-color: rgb(115,50,64); }

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

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

 span { border-color: rgb(115,50,64); }

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