Html Css Color HEX #763139 Merlot

📋 copy color: '#763139'

red 118 ◦ green 49 ◦ blue 57

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

Shades of Merlot #763139

Tints of Merlot #763139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 52.68%
G = 21.88%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#763139 (or 0x763139) is known color: Merlot. HEX triplet: 76, 31 and 39. RGB value is (118,49,57). Sum of RGB (Red+Green+Blue) = 118+49+57=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763139 is #89CEC6. Grayscale: #464646. Windows color (decimal): -9031367 or 3748214. OLE color: 3748214.

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

Color convert

RGB 118 49 57 -
CMYK 0 0.58 0.52 0.54
HSL 353.04º 0.41% 0.33% -
HSV(B) 353.04º 0.58% 0.46% -
XYZ 9.31 6.34 4.6 -
YUV 70.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 118 49 57 0 0.58 0.52 0.54 353.04 0.41 0.33
Hex 76 31 39 0 3A 34 36 161 29 21
Octal 166 61 71 0 72 64 66 541 51 41
Binary 1110110 110001 111001 0 111010 110100 110110 101100001 101001 100001

Color Harmonies of #763139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763139

Black with #763139

Text Example


Text Example

White with #763139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763139; }

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

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

background-color css

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

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

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

border-color css

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

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

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