#753439

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

Shades of Merlot #753439

Tints of Merlot #753439

Color information

#753439 (or 0x753439) is unknown color: approx Merlot. HEX triplet: 75, 34 and 39. RGB value is (117,52,57). Sum of RGB (Red+Green+Blue) = 117+52+57=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #753439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753439 is #8ACBC6. Grayscale: #484848. Windows color (decimal): -9096135 or 3748981. OLE color: 3748981.

HSL color Cylindrical-coordinate representation of color #753439: hue angle of 355.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753439 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1175257-
CMYK00.560.510.54
HSL355.38º38.46%33.14%-
HSV(B)355.38º55.56%45.88%-
XYZ9.36.534.64-
YUV72119.53160.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=51.77%
G=23.01%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117525700.560.510.54355.3838.4633.14
Hex75343903833361632621
Octal165647107063665434641
Binary11101011101001110010111000110011110110101100011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753439; }

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

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

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

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

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

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

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

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