#733840

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

Shades of Merlot #733840

Tints of Merlot #733840

Color information

#733840 (or 0x733840) is unknown color: approx Merlot. HEX triplet: 73, 38 and 40. RGB value is (115,56,64). Sum of RGB (Red+Green+Blue) = 115+56+64=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733840 is #8CC7BF. Grayscale: #4A4A4A. Windows color (decimal): -9226176 or 4208755. OLE color: 4208755.

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

Color convert

RGB1155664-
CMYK00.510.440.55
HSL351.86º34.5%33.53%-
HSV(B)351.86º51.3%45.1%-
XYZ9.416.845.68-
YUV74.55122.05156.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=48.94%
G=23.83%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115566400.510.440.55351.8634.533.53
Hex7338400332C371602322
Octal1637010006354675404342
Binary111001111100010000000110011101100110111101100000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733840; }

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

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

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

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

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

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

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

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