#753943

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

Shades of Merlot #753943

Tints of Merlot #753943

Color information

#753943 (or 0x753943) is unknown color: approx Merlot. HEX triplet: 75, 39 and 43. RGB value is (117,57,67). Sum of RGB (Red+Green+Blue) = 117+57+67=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753943 is #8AC6BC. Grayscale: #4C4C4C. Windows color (decimal): -9094845 or 4405621. OLE color: 4405621.

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

Color convert

RGB1175767-
CMYK00.510.430.54
HSL350º34.48%34.12%-
HSV(B)350º51.28%45.88%-
XYZ9.817.116.17-
YUV76.08122.88157.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 67 (26.56% from 255) = 27.80%
R=48.55%
G=23.65%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117576700.510.430.5435034.4834.12
Hex7539430332B3615e2222
Octal1657110306353665364242
Binary111010111100110000110110011101011110110101011110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753943; }

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

 H1.HeaderClassName
 {
   color: #753943;
 }
 .AnyTagClassName
 {
   color: #753943;
 }
</style>
background-color css

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

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

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

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

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

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