#7D363D

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

Shades of Merlot #7D363D

Tints of Merlot #7D363D

Color information

#7D363D (or 0x7D363D) is unknown color: approx Merlot. HEX triplet: 7D, 36 and 3D. RGB value is (125,54,61). Sum of RGB (Red+Green+Blue) = 125+54+61=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D363D is #82C9C2. Grayscale: #4C4C4C. Windows color (decimal): -8571331 or 4011645. OLE color: 4011645.

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

Color convert

RGB1255461-
CMYK00.570.510.51
HSL354.08º39.66%35.1%-
HSV(B)354.08º56.8%49.02%-
XYZ10.627.345.27-
YUV76.03119.52162.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.08%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=52.08%
G=22.5%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125546100.570.510.51354.0839.6635.1
Hex7D363D03933331622823
Octal175667507163635425043
Binary11111011101101111010111001110011110011101100010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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