#763A3B

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

Shades of Merlot #763A3B

Tints of Merlot #763A3B

Color information

#763A3B (or 0x763A3B) is unknown color: approx Merlot. HEX triplet: 76, 3A and 3B. RGB value is (118,58,59). Sum of RGB (Red+Green+Blue) = 118+58+59=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A3B is #89C5C4. Grayscale: #4C4C4C. Windows color (decimal): -9029061 or 3881590. OLE color: 3881590.

HSL color Cylindrical-coordinate representation of color #763A3B: hue angle of 359º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A3B is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1185859-
CMYK00.510.500.54
HSL359º34.09%34.51%-
HSV(B)359º50.85%46.27%-
XYZ9.777.195.01-
YUV76.05118.38157.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=50.21%
G=24.68%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118585900.510.500.5435934.0934.51
Hex763A3B03332361672223
Octal166727306362665474243
Binary11101101110101110110110011110010110110101100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A3B; }

 p { color: rgb(118,58,59); }

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

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

 a { background-color: rgb(118,58,59); }

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

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

 span { border-color: rgb(118,58,59); }

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