#753040

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

Shades of Merlot #753040

Tints of Merlot #753040

Color information

#753040 (or 0x753040) is unknown color: approx Merlot. HEX triplet: 75, 30 and 40. RGB value is (117,48,64). Sum of RGB (Red+Green+Blue) = 117+48+64=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753040 is #8ACFBF. Grayscale: #464646. Windows color (decimal): -9097152 or 4206709. OLE color: 4206709.

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

Color convert

RGB1174864-
CMYK00.590.450.54
HSL346.09º41.82%32.35%-
HSV(B)346.09º58.97%45.88%-
XYZ9.326.275.57-
YUV70.46124.36161.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=51.09%
G=20.96%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117486400.590.450.54346.0941.8232.35
Hex75304003B2D3615a2a20
Octal1656010007355665325240
Binary111010111000010000000111011101101110110101011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753040; }

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

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

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

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

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

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

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

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