Html Css Color HEX #7D373F Merlot

📋 copy color: '#7D373F'

red 125 ◦ green 55 ◦ blue 63

#7D373F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #7D373F

Tints of Merlot #7D373F

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 value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D373F (or 0x7D373F) is known color: 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

RGB 125 55 63 -
CMYK 0 0.56 0.50 0.51
HSL 353.14º 0.39% 0.35% -
HSV(B) 353.14º 0.56% 0.49% -
XYZ 10.72 7.45 5.58 -
YUV 76.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 125 55 63 0 0.56 0.50 0.51 353.14 0.39 0.35
Hex 7D 37 3F 0 38 32 33 161 27 23
Octal 175 67 77 0 70 62 63 541 47 43
Binary 1111101 110111 111111 0 111000 110010 110011 101100001 100111 100011

Color Harmonies of #7D373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D373F

Black with #7D373F

Text Example


Text Example

White with #7D373F

Text Example


Text Example

HTML Codes & Css Web 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>