#753041

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

Shades of Merlot #753041

Tints of Merlot #753041

Color information

#753041 (or 0x753041) is unknown color: approx Merlot. HEX triplet: 75, 30 and 41. RGB value is (117,48,65). Sum of RGB (Red+Green+Blue) = 117+48+65=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753041 is #8ACFBE. Grayscale: #464646. Windows color (decimal): -9097151 or 4272245. OLE color: 4272245.

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

Color convert

RGB1174865-
CMYK00.590.440.54
HSL345.22º41.82%32.35%-
HSV(B)345.22º58.97%45.88%-
XYZ9.356.285.72-
YUV70.57124.86161.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=50.87%
G=20.87%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117486500.590.440.54345.2241.8232.35
Hex75304103B2C361592a20
Octal1656010107354665315240
Binary111010111000010000010111011101100110110101011001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753041; }

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

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

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

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

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

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

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

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