#732D3B

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

Shades of Merlot #732D3B

Tints of Merlot #732D3B

Color information

#732D3B (or 0x732D3B) is unknown color: approx Merlot. HEX triplet: 73, 2D and 3B. RGB value is (115,45,59). Sum of RGB (Red+Green+Blue) = 115+45+59=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #732D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D3B is #8CD2C4. Grayscale: #434343. Windows color (decimal): -9228997 or 3878259. OLE color: 3878259.

HSL color Cylindrical-coordinate representation of color #732D3B: hue angle of 348º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D3B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1154559-
CMYK00.610.490.55
HSL348º43.75%31.37%-
HSV(B)348º60.87%45.1%-
XYZ8.85.844.8-
YUV67.53123.19161.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=52.51%
G=20.55%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115455900.610.490.5534843.7531.37
Hex732D3B03D313715c2c1f
Octal163557307561675345437
Binary1110011101101111011011110111000111011110101110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D3B; }

 p { color: rgb(115,45,59); }

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

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

 a { background-color: rgb(115,45,59); }

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

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

 span { border-color: rgb(115,45,59); }

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