#753642

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

Shades of Merlot #753642

Tints of Merlot #753642

Color information

#753642 (or 0x753642) is unknown color: approx Merlot. HEX triplet: 75, 36 and 42. RGB value is (117,54,66). Sum of RGB (Red+Green+Blue) = 117+54+66=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753642 is #8AC9BD. Grayscale: #4A4A4A. Windows color (decimal): -9095614 or 4339317. OLE color: 4339317.

HSL color Cylindrical-coordinate representation of color #753642: hue angle of 348.57º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753642 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1175466-
CMYK00.540.440.54
HSL348.57º36.84%33.53%-
HSV(B)348.57º53.85%45.88%-
XYZ9.646.815.96-
YUV74.2123.37158.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=49.37%
G=22.78%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117546600.540.440.54348.5736.8433.53
Hex7536420362C3615d2522
Octal1656610206654665354542
Binary111010111011010000100110110101100110110101011101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753642; }

 p { color: rgb(117,54,66); }

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

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

 a { background-color: rgb(117,54,66); }

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

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

 span { border-color: rgb(117,54,66); }

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