Html Css Color HEX #763141 Merlot

📋 copy color: '#763141'

red 118 ◦ green 49 ◦ blue 65

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

Shades of Merlot #763141

Tints of Merlot #763141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 50.86%
G = 21.12%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763141 (or 0x763141) is known color: Merlot. HEX triplet: 76, 31 and 41. RGB value is (118,49,65). Sum of RGB (Red+Green+Blue) = 118+49+65=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763141 is #89CEBE. Grayscale: #474747. Windows color (decimal): -9031359 or 4272502. OLE color: 4272502.

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

Color convert

RGB 118 49 65 -
CMYK 0 0.58 0.45 0.54
HSL 346.09º 0.41% 0.33% -
HSV(B) 346.09º 0.58% 0.46% -
XYZ 9.52 6.43 5.74 -
YUV 71.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 118 49 65 0 0.58 0.45 0.54 346.09 0.41 0.33
Hex 76 31 41 0 3A 2D 36 15A 29 21
Octal 166 61 101 0 72 55 66 532 51 41
Binary 1110110 110001 1000001 0 111010 101101 110110 101011010 101001 100001

Color Harmonies of #763141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763141

Black with #763141

Text Example


Text Example

White with #763141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763141; }

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

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

background-color css

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

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

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

border-color css

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

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

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