#753340

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

Shades of Merlot #753340

Tints of Merlot #753340

Color information

#753340 (or 0x753340) is unknown color: approx Merlot. HEX triplet: 75, 33 and 40. RGB value is (117,51,64). Sum of RGB (Red+Green+Blue) = 117+51+64=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753340 is #8ACCBF. Grayscale: #484848. Windows color (decimal): -9096384 or 4207477. OLE color: 4207477.

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

Color convert

RGB1175164-
CMYK00.560.450.54
HSL348.18º39.29%32.94%-
HSV(B)348.18º56.41%45.88%-
XYZ9.456.525.61-
YUV72.22123.37159.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=50.43%
G=21.98%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117516400.560.450.54348.1839.2932.94
Hex7533400382D3615c2721
Octal1656310007055665344741
Binary111010111001110000000111000101101110110101011100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753340; }

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

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

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

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

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

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

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

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