#75373E

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

Shades of Merlot #75373E

Tints of Merlot #75373E

Color information

#75373E (or 0x75373E) is unknown color: approx Merlot. HEX triplet: 75, 37 and 3E. RGB value is (117,55,62). Sum of RGB (Red+Green+Blue) = 117+55+62=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75373E is #8AC8C1. Grayscale: #4A4A4A. Windows color (decimal): -9095362 or 4077429. OLE color: 4077429.

HSL color Cylindrical-coordinate representation of color #75373E: hue angle of 353.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75373E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1175562-
CMYK00.530.470.54
HSL353.23º36.05%33.73%-
HSV(B)353.23º52.99%45.88%-
XYZ9.576.865.38-
YUV74.34121.04158.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=50%
G=23.50%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117556200.530.470.54353.2336.0533.73
Hex75373E0352F361612422
Octal165677606557665414442
Binary11101011101111111100110101101111110110101100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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