#763334

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

Shades of Merlot #763334

Tints of Merlot #763334

Color information

#763334 (or 0x763334) is unknown color: approx Merlot. HEX triplet: 76, 33 and 34. RGB value is (118,51,52). Sum of RGB (Red+Green+Blue) = 118+51+52=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763334 is #89CCCB. Grayscale: #474747. Windows color (decimal): -9030860 or 3421046. OLE color: 3421046.

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

Color convert

RGB1185152-
CMYK00.570.560.54
HSL359.1º39.64%33.14%-
HSV(B)359.1º56.78%46.27%-
XYZ9.276.474.01-
YUV71.15117.2161.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=53.39%
G=23.08%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118515200.570.560.54359.139.6433.14
Hex76333403938361672821
Octal166636407170665475041
Binary11101101100111101000111001111000110110101100111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763334; }

 p { color: rgb(118,51,52); }

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

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

 a { background-color: rgb(118,51,52); }

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

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

 span { border-color: rgb(118,51,52); }

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