#7d373f

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

Shades of Merlot #7D373F

Tints of Merlot #7D373F

Color information

#7D373F (or 0x7D373F) is unknown color: approx Merlot. HEX triplet: 7D, 37 and 3F. RGB value is (125,55,63). Sum of RGB (Red+Green+Blue) = 125+55+63=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D373F is #82C8C0. Grayscale: #4C4C4C. Windows color (decimal): -8571073 or 4142973. OLE color: 4142973.

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

Color convert

RGB1255563-
CMYK00.560.500.51
HSL353.14º38.89%35.29%-
HSV(B)353.14º56%49.02%-
XYZ10.727.455.58-
YUV76.84120.19162.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 63 (25% from 255) = 25.93%
R=51.44%
G=22.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125556300.560.500.51353.1438.8935.29
Hex7D373F03832331612723
Octal175677707062635414743
Binary11111011101111111110111000110010110011101100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d373f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,63); }

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

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

 a { background-color: rgb(125,55,63); }

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

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

 span { border-color: rgb(125,55,63); }

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