#763235

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

Shades of Merlot #763235

Tints of Merlot #763235

Color information

#763235 (or 0x763235) is unknown color: approx Merlot. HEX triplet: 76, 32 and 35. RGB value is (118,50,53). Sum of RGB (Red+Green+Blue) = 118+50+53=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763235 is #89CDCA. Grayscale: #464646. Windows color (decimal): -9031115 or 3486326. OLE color: 3486326.

HSL color Cylindrical-coordinate representation of color #763235: hue angle of 357.35º degrees, saturation: 0.4, 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 #763235 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1185053-
CMYK00.580.550.54
HSL357.35º40.48%32.94%-
HSV(B)357.35º57.63%46.27%-
XYZ9.256.394.11-
YUV70.67118.03161.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=53.39%
G=22.62%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118505300.580.550.54357.3540.4832.94
Hex76323503A37361652821
Octal166626507267665455041
Binary11101101100101101010111010110111110110101100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763235; }

 p { color: rgb(118,50,53); }

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

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

 a { background-color: rgb(118,50,53); }

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

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

 span { border-color: rgb(118,50,53); }

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