Html Css Color HEX #7D363F Merlot

📋 copy color: '#7D363F'

red 125 ◦ green 54 ◦ blue 63

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

Shades of Merlot #7D363F

Tints of Merlot #7D363F

RGB

 RED value IS 125 (49.22% from 255) = 51.65%

 GREEN value IS 54 (21.48% from 255) = 22.31%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 51.65%
G = 22.31%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D363F (or 0x7D363F) is known color: Merlot. HEX triplet: 7D, 36 and 3F. RGB value is (125,54,63). Sum of RGB (Red+Green+Blue) = 125+54+63=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D363F is #82C9C0. Grayscale: #4C4C4C. Windows color (decimal): -8571329 or 4142717. OLE color: 4142717.

HSL color Cylindrical-coordinate representation of color #7D363F: hue angle of 352.39º 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 #7D363F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 54 63 -
CMYK 0 0.57 0.50 0.51
HSL 352.39º 0.4% 0.35% -
HSV(B) 352.39º 0.57% 0.49% -
XYZ 10.67 7.36 5.56 -
YUV 76.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 125 54 63 0 0.57 0.50 0.51 352.39 0.4 0.35
Hex 7D 36 3F 0 39 32 33 160 28 23
Octal 175 66 77 0 71 62 63 540 50 43
Binary 1111101 110110 111111 0 111001 110010 110011 101100000 101000 100011

Color Harmonies of #7D363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D363F

Black with #7D363F

Text Example


Text Example

White with #7D363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D363F;
 }
 .AnyTagClassName
 {
   color: #7D363F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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