#75323D

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

Shades of Merlot #75323D

Tints of Merlot #75323D

Color information

#75323D (or 0x75323D) is unknown color: approx Merlot. HEX triplet: 75, 32 and 3D. RGB value is (117,50,61). Sum of RGB (Red+Green+Blue) = 117+50+61=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75323D is #8ACDC2. Grayscale: #474747. Windows color (decimal): -9096643 or 4010613. OLE color: 4010613.

HSL color Cylindrical-coordinate representation of color #75323D: hue angle of 350.15º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75323D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1175061-
CMYK00.570.480.54
HSL350.15º40.12%32.75%-
HSV(B)350.15º57.26%45.88%-
XYZ9.326.45.16-
YUV71.29122.2160.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=51.32%
G=21.93%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117506100.570.480.54350.1540.1232.75
Hex75323D039303615e2821
Octal165627507160665365041
Binary11101011100101111010111001110000110110101011110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75323D; }

 p { color: rgb(117,50,61); }

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

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

 a { background-color: rgb(117,50,61); }

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

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

 span { border-color: rgb(117,50,61); }

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