Html Css Color HEX #753743 Merlot

📋 copy color: '#753743'

red 117 ◦ green 55 ◦ blue 67

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

Shades of Merlot #753743

Tints of Merlot #753743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.03%

R = 48.95%
G = 23.01%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#753743 (or 0x753743) is known color: Merlot. HEX triplet: 75, 37 and 43. RGB value is (117,55,67). Sum of RGB (Red+Green+Blue) = 117+55+67=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753743 is #8AC8BC. Grayscale: #4A4A4A. Windows color (decimal): -9095357 or 4405109. OLE color: 4405109.

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

Color convert

RGB 117 55 67 -
CMYK 0 0.53 0.43 0.54
HSL 348.39º 0.36% 0.34% -
HSV(B) 348.39º 0.53% 0.46% -
XYZ 9.72 6.92 6.13 -
YUV 74.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 117 55 67 0 0.53 0.43 0.54 348.39 0.36 0.34
Hex 75 37 43 0 35 2B 36 15C 24 22
Octal 165 67 103 0 65 53 66 534 44 42
Binary 1110101 110111 1000011 0 110101 101011 110110 101011100 100100 100010

Color Harmonies of #753743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753743

Black with #753743

Text Example


Text Example

White with #753743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753743; }

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

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

background-color css

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

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

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

border-color css

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

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

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