#75323E

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

Shades of Merlot #75323E

Tints of Merlot #75323E

Color information

#75323E (or 0x75323E) is unknown color: approx Merlot. HEX triplet: 75, 32 and 3E. RGB value is (117,50,62). Sum of RGB (Red+Green+Blue) = 117+50+62=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75323E is #8ACDC1. Grayscale: #474747. Windows color (decimal): -9096642 or 4076149. OLE color: 4076149.

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

Color convert

RGB1175062-
CMYK00.570.470.54
HSL349.25º40.12%32.75%-
HSV(B)349.25º57.26%45.88%-
XYZ9.356.415.3-
YUV71.4122.7160.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=51.09%
G=21.83%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117506200.570.470.54349.2540.1232.75
Hex75323E0392F3615d2821
Octal165627607157665355041
Binary11101011100101111100111001101111110110101011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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