#752F3E

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

Shades of Merlot #752F3E

Tints of Merlot #752F3E

Color information

#752F3E (or 0x752F3E) is unknown color: approx Merlot. HEX triplet: 75, 2F and 3E. RGB value is (117,47,62). Sum of RGB (Red+Green+Blue) = 117+47+62=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F3E is #8AD0C1. Grayscale: #454545. Windows color (decimal): -9097410 or 4075381. OLE color: 4075381.

HSL color Cylindrical-coordinate representation of color #752F3E: hue angle of 347.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F3E is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1174762-
CMYK00.600.470.54
HSL347.14º42.68%32.16%-
HSV(B)347.14º59.83%45.88%-
XYZ9.226.165.26-
YUV69.64123.69161.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=51.77%
G=20.80%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117476200.600.470.54347.1442.6832.16
Hex752F3E03C2F3615b2b20
Octal165577607457665335340
Binary11101011011111111100111100101111110110101011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752F3E; }

 p { color: rgb(117,47,62); }

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

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

 a { background-color: rgb(117,47,62); }

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

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

 span { border-color: rgb(117,47,62); }

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