Html Css Color HEX #763539 Merlot

📋 copy color: '#763539'

red 118 ◦ green 53 ◦ blue 57

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

Shades of Merlot #763539

Tints of Merlot #763539

RGB

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

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

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

R = 51.75%
G = 23.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#763539 (or 0x763539) is known color: Merlot. HEX triplet: 76, 35 and 39. RGB value is (118,53,57). Sum of RGB (Red+Green+Blue) = 118+53+57=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763539 is #89CAC6. Grayscale: #484848. Windows color (decimal): -9030343 or 3749238. OLE color: 3749238.

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

Color convert

RGB 118 53 57 -
CMYK 0 0.55 0.52 0.54
HSL 356.31º 0.38% 0.34% -
HSV(B) 356.31º 0.55% 0.46% -
XYZ 9.48 6.69 4.66 -
YUV 72.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 118 53 57 0 0.55 0.52 0.54 356.31 0.38 0.34
Hex 76 35 39 0 37 34 36 164 26 22
Octal 166 65 71 0 67 64 66 544 46 42
Binary 1110110 110101 111001 0 110111 110100 110110 101100100 100110 100010

Color Harmonies of #763539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763539

Black with #763539

Text Example


Text Example

White with #763539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763539; }

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

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

background-color css

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

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

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

border-color css

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

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

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