Html Css Color HEX #763541 Merlot

📋 copy color: '#763541'

red 118 ◦ green 53 ◦ blue 65

#763541
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #763541

Tints of Merlot #763541

RGB

 RED value IS 118 (46.48% from 255) = 50%

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 50%
G = 22.46%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763541 (or 0x763541) is known color: Merlot. HEX triplet: 76, 35 and 41. RGB value is (118,53,65). Sum of RGB (Red+Green+Blue) = 118+53+65=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763541 is #89CABE. Grayscale: #494949. Windows color (decimal): -9030335 or 4273526. OLE color: 4273526.

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

Color convert

RGB 118 53 65 -
CMYK 0 0.55 0.45 0.54
HSL 348.92º 0.38% 0.34% -
HSV(B) 348.92º 0.55% 0.46% -
XYZ 9.7 6.78 5.8 -
YUV 73.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 118 53 65 0 0.55 0.45 0.54 348.92 0.38 0.34
Hex 76 35 41 0 37 2D 36 15D 26 22
Octal 166 65 101 0 67 55 66 535 46 42
Binary 1110110 110101 1000001 0 110111 101101 110110 101011101 100110 100010

Color Harmonies of #763541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763541

Black with #763541

Text Example


Text Example

White with #763541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763541; }

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

 H1.HeaderClassName
 {
   color: #763541;
 }
 .AnyTagClassName
 {
   color: #763541;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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