Html Css Color HEX #753944 Merlot

📋 copy color: '#753944'

red 117 ◦ green 57 ◦ blue 68

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

Shades of Merlot #753944

Tints of Merlot #753944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 68 (26.95% from 255) = 28.1%

R = 48.35%
G = 23.55%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#753944 (or 0x753944) is known color: Merlot. HEX triplet: 75, 39 and 44. RGB value is (117,57,68). Sum of RGB (Red+Green+Blue) = 117+57+68=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753944 is #8AC6BB. Grayscale: #4C4C4C. Windows color (decimal): -9094844 or 4471157. OLE color: 4471157.

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

Color convert

RGB 117 57 68 -
CMYK 0 0.51 0.42 0.54
HSL 349º 0.34% 0.34% -
HSV(B) 349º 0.51% 0.46% -
XYZ 9.84 7.13 6.33 -
YUV 76.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 117 57 68 0 0.51 0.42 0.54 349 0.34 0.34
Hex 75 39 44 0 33 2A 36 15D 22 22
Octal 165 71 104 0 63 52 66 535 42 42
Binary 1110101 111001 1000100 0 110011 101010 110110 101011101 100010 100010

Color Harmonies of #753944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753944

Black with #753944

Text Example


Text Example

White with #753944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753944; }

 p { color: rgb(117,57,68); }

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

background-color css

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

 a { background-color: rgb(117,57,68); }

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

border-color css

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

 span { border-color: rgb(117,57,68); }

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