#763136

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

Shades of Merlot #763136

Tints of Merlot #763136

Color information

#763136 (or 0x763136) is unknown color: approx Merlot. HEX triplet: 76, 31 and 36. RGB value is (118,49,54). Sum of RGB (Red+Green+Blue) = 118+49+54=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763136 is #89CEC9. Grayscale: #464646. Windows color (decimal): -9031370 or 3551606. OLE color: 3551606.

HSL color Cylindrical-coordinate representation of color #763136: hue angle of 355.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763136 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1184954-
CMYK00.580.540.54
HSL355.65º41.32%32.75%-
HSV(B)355.65º58.47%46.27%-
XYZ9.246.314.22-
YUV70.2118.86162.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=53.39%
G=22.17%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118495400.580.540.54355.6541.3232.75
Hex76313603A36361642921
Octal166616607266665445141
Binary11101101100011101100111010110110110110101100100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763136; }

 p { color: rgb(118,49,54); }

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

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

 a { background-color: rgb(118,49,54); }

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

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

 span { border-color: rgb(118,49,54); }

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