#753442

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

Shades of Merlot #753442

Tints of Merlot #753442

Color information

#753442 (or 0x753442) is unknown color: approx Merlot. HEX triplet: 75, 34 and 42. RGB value is (117,52,66). Sum of RGB (Red+Green+Blue) = 117+52+66=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753442 is #8ACBBD. Grayscale: #494949. Windows color (decimal): -9096126 or 4338805. OLE color: 4338805.

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

Color convert

RGB1175266-
CMYK00.560.440.54
HSL347.08º38.46%33.14%-
HSV(B)347.08º55.56%45.88%-
XYZ9.556.635.93-
YUV73.03124.03159.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=49.79%
G=22.13%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117526600.560.440.54347.0838.4633.14
Hex7534420382C3615b2621
Octal1656410207054665334641
Binary111010111010010000100111000101100110110101011011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753442; }

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

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

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

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

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

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

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

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