#7B3640

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

Shades of Merlot #7B3640

Tints of Merlot #7B3640

Color information

#7B3640 (or 0x7B3640) is unknown color: approx Merlot. HEX triplet: 7B, 36 and 40. RGB value is (123,54,64). Sum of RGB (Red+Green+Blue) = 123+54+64=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3640 is #84C9BF. Grayscale: #4B4B4B. Windows color (decimal): -8702400 or 4208251. OLE color: 4208251.

HSL color Cylindrical-coordinate representation of color #7B3640: hue angle of 351.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B3640 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1235464-
CMYK00.560.480.52
HSL351.3º38.98%34.71%-
HSV(B)351.3º56.1%48.24%-
XYZ10.417.225.7-
YUV75.77121.36161.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.04%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=51.04%
G=22.41%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123546400.560.480.52351.338.9834.71
Hex7B3640038303415f2723
Octal1736610007060645374743
Binary111101111011010000000111000110000110100101011111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3640; }

 p { color: rgb(123,54,64); }

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

<style>
 a { background-color: #7B3640; }

 a { background-color: rgb(123,54,64); }

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

<style>
 span { border-color: #7B3640; }

 span { border-color: rgb(123,54,64); }

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