#75323F

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

Shades of Merlot #75323F

Tints of Merlot #75323F

Color information

#75323F (or 0x75323F) is unknown color: approx Merlot. HEX triplet: 75, 32 and 3F. RGB value is (117,50,63). Sum of RGB (Red+Green+Blue) = 117+50+63=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75323F is #8ACDC0. Grayscale: #474747. Windows color (decimal): -9096641 or 4141685. OLE color: 4141685.

HSL color Cylindrical-coordinate representation of color #75323F: hue angle of 348.36º 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 #75323F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1175063-
CMYK00.570.460.54
HSL348.36º40.12%32.75%-
HSV(B)348.36º57.26%45.88%-
XYZ9.376.425.45-
YUV71.52123.2160.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 63 (25% from 255) = 27.39%
R=50.87%
G=21.74%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117506300.570.460.54348.3640.1232.75
Hex75323F0392E3615c2821
Octal165627707156665345041
Binary11101011100101111110111001101110110110101011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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