#7D3640

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

Shades of Merlot #7D3640

Tints of Merlot #7D3640

Color information

#7D3640 (or 0x7D3640) is unknown color: approx Merlot. HEX triplet: 7D, 36 and 40. RGB value is (125,54,64). Sum of RGB (Red+Green+Blue) = 125+54+64=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3640 is #82C9BF. Grayscale: #4C4C4C. Windows color (decimal): -8571328 or 4208253. OLE color: 4208253.

HSL color Cylindrical-coordinate representation of color #7D3640: hue angle of 351.55º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D3640 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1255464-
CMYK00.570.490.51
HSL351.55º39.66%35.1%-
HSV(B)351.55º56.8%49.02%-
XYZ10.77.375.71-
YUV76.37121.02162.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=51.44%
G=22.22%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125546400.570.490.51351.5539.6635.1
Hex7D364003931331602823
Octal1756610007161635405043
Binary111110111011010000000111001110001110011101100000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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