#75353D

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

Shades of Merlot #75353D

Tints of Merlot #75353D

Color information

#75353D (or 0x75353D) is unknown color: approx Merlot. HEX triplet: 75, 35 and 3D. RGB value is (117,53,61). Sum of RGB (Red+Green+Blue) = 117+53+61=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353D is #8ACAC2. Grayscale: #494949. Windows color (decimal): -9095875 or 4011381. OLE color: 4011381.

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

Color convert

RGB1175361-
CMYK00.550.480.54
HSL352.5º37.65%33.33%-
HSV(B)352.5º54.7%45.88%-
XYZ9.456.675.2-
YUV73.05121.2159.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=50.65%
G=22.94%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117536100.550.480.54352.537.6533.33
Hex75353D03730361602621
Octal165657506760665404641
Binary11101011101011111010110111110000110110101100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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