#763340

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

Shades of Merlot #763340

Tints of Merlot #763340

Color information

#763340 (or 0x763340) is unknown color: approx Merlot. HEX triplet: 76, 33 and 40. RGB value is (118,51,64). Sum of RGB (Red+Green+Blue) = 118+51+64=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #763340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763340 is #89CCBF. Grayscale: #484848. Windows color (decimal): -9030848 or 4207478. OLE color: 4207478.

HSL color Cylindrical-coordinate representation of color #763340: hue angle of 348.36º 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 #763340 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1185164-
CMYK00.570.460.54
HSL348.36º39.64%33.14%-
HSV(B)348.36º56.78%46.27%-
XYZ9.586.595.62-
YUV72.52123.2160.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=50.64%
G=21.89%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118516400.570.460.54348.3639.6433.14
Hex7633400392E3615c2821
Octal1666310007156665345041
Binary111011011001110000000111001101110110110101011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763340; }

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

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

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

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

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

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

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

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