#763538

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

Shades of Merlot #763538

Tints of Merlot #763538

Color information

#763538 (or 0x763538) is unknown color: approx Merlot. HEX triplet: 76, 35 and 38. RGB value is (118,53,56). Sum of RGB (Red+Green+Blue) = 118+53+56=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763538 is #89CAC7. Grayscale: #484848. Windows color (decimal): -9030344 or 3683702. OLE color: 3683702.

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

Color convert

RGB1185356-
CMYK00.550.530.54
HSL357.23º38.01%33.53%-
HSV(B)357.23º55.08%46.27%-
XYZ9.466.684.53-
YUV72.78118.53160.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=51.98%
G=23.35%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118535600.550.530.54357.2338.0133.53
Hex76353803735361652622
Octal166657006765665454642
Binary11101101101011110000110111110101110110101100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763538; }

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

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

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

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

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

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

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

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