#75353C

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

Shades of Merlot #75353C

Tints of Merlot #75353C

Color information

#75353C (or 0x75353C) is unknown color: approx Merlot. HEX triplet: 75, 35 and 3C. RGB value is (117,53,60). Sum of RGB (Red+Green+Blue) = 117+53+60=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353C is #8ACAC3. Grayscale: #484848. Windows color (decimal): -9095876 or 3945845. OLE color: 3945845.

HSL color Cylindrical-coordinate representation of color #75353C: hue angle of 353.44º 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 #75353C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1175360-
CMYK00.550.490.54
HSL353.44º37.65%33.33%-
HSV(B)353.44º54.7%45.88%-
XYZ9.426.655.06-
YUV72.93120.7159.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=50.87%
G=23.04%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117536000.550.490.54353.4437.6533.33
Hex75353C03731361612621
Octal165657406761665414641
Binary11101011101011111000110111110001110110101100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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