#753334

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

Shades of Merlot #753334

Tints of Merlot #753334

Color information

#753334 (or 0x753334) is unknown color: approx Merlot. HEX triplet: 75, 33 and 34. RGB value is (117,51,52). Sum of RGB (Red+Green+Blue) = 117+51+52=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753334 is #8ACCCB. Grayscale: #464646. Windows color (decimal): -9096396 or 3421045. OLE color: 3421045.

HSL color Cylindrical-coordinate representation of color #753334: hue angle of 359.09º degrees, saturation: 0.39, 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 #753334 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1175152-
CMYK00.560.560.54
HSL359.09º39.29%32.94%-
HSV(B)359.09º56.41%45.88%-
XYZ9.146.44-
YUV70.85117.37160.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=53.18%
G=23.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117515200.560.560.54359.0939.2932.94
Hex75333403838361672721
Octal165636407070665474741
Binary11101011100111101000111000111000110110101100111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753334; }

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

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

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

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

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

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

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

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