#753944

Color #753944 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #753944

Tints of Merlot #753944

Color information

#753944 (or 0x753944) is unknown color: approx 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

RGB1175768-
CMYK00.510.420.54
HSL349º34.48%34.12%-
HSV(B)349º51.28%45.88%-
XYZ9.847.136.33-
YUV76.19123.38157.11-

RGB Variations

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

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.10%
R=48.35%
G=23.55%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117576800.510.420.5434934.4834.12
Hex7539440332A3615d2222
Octal1657110406352665354242
Binary111010111100110001000110011101010110110101011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>