Html Css Color HEX #763341 Merlot

📋 copy color: '#763341'

red 118 ◦ green 51 ◦ blue 65

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

Shades of Merlot #763341

Tints of Merlot #763341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 50.43%
G = 21.79%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763341 (or 0x763341) is known color: Merlot. HEX triplet: 76, 33 and 41. RGB value is (118,51,65). Sum of RGB (Red+Green+Blue) = 118+51+65=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763341 is #89CCBE. Grayscale: #484848. Windows color (decimal): -9030847 or 4273014. OLE color: 4273014.

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

Color convert

RGB 118 51 65 -
CMYK 0 0.57 0.45 0.54
HSL 347.46º 0.4% 0.33% -
HSV(B) 347.46º 0.57% 0.46% -
XYZ 9.61 6.6 5.77 -
YUV 72.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 118 51 65 0 0.57 0.45 0.54 347.46 0.4 0.33
Hex 76 33 41 0 39 2D 36 15B 28 21
Octal 166 63 101 0 71 55 66 533 50 41
Binary 1110110 110011 1000001 0 111001 101101 110110 101011011 101000 100001

Color Harmonies of #763341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763341

Black with #763341

Text Example


Text Example

White with #763341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763341; }

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

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

background-color css

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

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

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

border-color css

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

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

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