#752F3B

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

Shades of Merlot #752F3B

Tints of Merlot #752F3B

Color information

#752F3B (or 0x752F3B) is unknown color: approx Merlot. HEX triplet: 75, 2F and 3B. RGB value is (117,47,59). Sum of RGB (Red+Green+Blue) = 117+47+59=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F3B is #8AD0C4. Grayscale: #454545. Windows color (decimal): -9097413 or 3878773. OLE color: 3878773.

HSL color Cylindrical-coordinate representation of color #752F3B: hue angle of 349.71º 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 #752F3B is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1174759-
CMYK00.600.500.54
HSL349.71º42.68%32.16%-
HSV(B)349.71º59.83%45.88%-
XYZ9.146.134.84-
YUV69.3122.19162.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=52.47%
G=21.08%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117475900.600.500.54349.7142.6832.16
Hex752F3B03C323615e2b20
Octal165577307462665365340
Binary11101011011111110110111100110010110110101011110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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