#763035

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

Shades of Merlot #763035

Tints of Merlot #763035

Color information

#763035 (or 0x763035) is unknown color: approx Merlot. HEX triplet: 76, 30 and 35. RGB value is (118,48,53). Sum of RGB (Red+Green+Blue) = 118+48+53=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #763035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763035 is #89CFCA. Grayscale: #454545. Windows color (decimal): -9031627 or 3485814. OLE color: 3485814.

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

Color convert

RGB1184853-
CMYK00.590.550.54
HSL355.71º42.17%32.55%-
HSV(B)355.71º59.32%46.27%-
XYZ9.176.224.09-
YUV69.5118.69162.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=53.88%
G=21.92%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118485300.590.550.54355.7142.1732.55
Hex76303503B37361642a21
Octal166606507367665445241
Binary11101101100001101010111011110111110110101100100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763035; }

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

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

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

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

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

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

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

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