#763338

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

Shades of Merlot #763338

Tints of Merlot #763338

Color information

#763338 (or 0x763338) is unknown color: approx Merlot. HEX triplet: 76, 33 and 38. RGB value is (118,51,56). Sum of RGB (Red+Green+Blue) = 118+51+56=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763338 is #89CCC7. Grayscale: #474747. Windows color (decimal): -9030856 or 3683190. OLE color: 3683190.

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

Color convert

RGB1185156-
CMYK00.570.530.54
HSL355.52º39.64%33.14%-
HSV(B)355.52º56.78%46.27%-
XYZ9.376.54.5-
YUV71.6119.2161.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=52.44%
G=22.67%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118515600.570.530.54355.5239.6433.14
Hex76333803935361642821
Octal166637007165665445041
Binary11101101100111110000111001110101110110101100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763338; }

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

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

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

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

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

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

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

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