#753035

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

Shades of Merlot #753035

Tints of Merlot #753035

Color information

#753035 (or 0x753035) is unknown color: approx Merlot. HEX triplet: 75, 30 and 35. RGB value is (117,48,53). Sum of RGB (Red+Green+Blue) = 117+48+53=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753035 is #8ACFCA. Grayscale: #454545. Windows color (decimal): -9097163 or 3485813. OLE color: 3485813.

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

Color convert

RGB1174853-
CMYK00.590.550.54
HSL355.65º41.82%32.35%-
HSV(B)355.65º58.97%45.88%-
XYZ9.046.154.08-
YUV69.2118.86162.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=53.67%
G=22.02%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117485300.590.550.54355.6541.8232.35
Hex75303503B37361642a20
Octal165606507367665445240
Binary11101011100001101010111011110111110110101100100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753035; }

 p { color: rgb(117,48,53); }

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

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

 a { background-color: rgb(117,48,53); }

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

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

 span { border-color: rgb(117,48,53); }

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