Html Css Color HEX #753640 Merlot

📋 copy color: '#753640'

red 117 ◦ green 54 ◦ blue 64

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

Shades of Merlot #753640

Tints of Merlot #753640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 49.79%
G = 22.98%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753640 (or 0x753640) is known color: Merlot. HEX triplet: 75, 36 and 40. RGB value is (117,54,64). Sum of RGB (Red+Green+Blue) = 117+54+64=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753640 is #8AC9BF. Grayscale: #4A4A4A. Windows color (decimal): -9095616 or 4208245. OLE color: 4208245.

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

Color convert

RGB 117 54 64 -
CMYK 0 0.54 0.45 0.54
HSL 350.48º 0.37% 0.34% -
HSV(B) 350.48º 0.54% 0.46% -
XYZ 9.58 6.79 5.66 -
YUV 73.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 117 54 64 0 0.54 0.45 0.54 350.48 0.37 0.34
Hex 75 36 40 0 36 2D 36 15E 25 22
Octal 165 66 100 0 66 55 66 536 45 42
Binary 1110101 110110 1000000 0 110110 101101 110110 101011110 100101 100010

Color Harmonies of #753640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753640

Black with #753640

Text Example


Text Example

White with #753640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753640; }

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

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

background-color css

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

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

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

border-color css

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

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

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