Html Css Color HEX #753740 Merlot

📋 copy color: '#753740'

red 117 ◦ green 55 ◦ blue 64

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

Shades of Merlot #753740

Tints of Merlot #753740

RGB

 RED value IS 117 (46.09% from 255) = 49.58%

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 49.58%
G = 23.31%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753740 (or 0x753740) is known color: Merlot. HEX triplet: 75, 37 and 40. RGB value is (117,55,64). Sum of RGB (Red+Green+Blue) = 117+55+64=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753740 is #8AC8BF. Grayscale: #4A4A4A. Windows color (decimal): -9095360 or 4208501. OLE color: 4208501.

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

Color convert

RGB 117 55 64 -
CMYK 0 0.53 0.45 0.54
HSL 351.29º 0.36% 0.34% -
HSV(B) 351.29º 0.53% 0.46% -
XYZ 9.63 6.88 5.67 -
YUV 74.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 117 55 64 0 0.53 0.45 0.54 351.29 0.36 0.34
Hex 75 37 40 0 35 2D 36 15F 24 22
Octal 165 67 100 0 65 55 66 537 44 42
Binary 1110101 110111 1000000 0 110101 101101 110110 101011111 100100 100010

Color Harmonies of #753740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753740

Black with #753740

Text Example


Text Example

White with #753740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753740; }

 p { color: rgb(117,55,64); }

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

background-color css

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

 a { background-color: rgb(117,55,64); }

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

border-color css

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

 span { border-color: rgb(117,55,64); }

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