#7D363E

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

Shades of Merlot #7D363E

Tints of Merlot #7D363E

Color information

#7D363E (or 0x7D363E) is unknown color: approx Merlot. HEX triplet: 7D, 36 and 3E. RGB value is (125,54,62). Sum of RGB (Red+Green+Blue) = 125+54+62=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D363E is #82C9C1. Grayscale: #4C4C4C. Windows color (decimal): -8571330 or 4077181. OLE color: 4077181.

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

Color convert

RGB1255462-
CMYK00.570.500.51
HSL353.24º39.66%35.1%-
HSV(B)353.24º56.8%49.02%-
XYZ10.657.355.41-
YUV76.14120.02162.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.87%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=51.87%
G=22.41%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125546200.570.500.51353.2439.6635.1
Hex7D363E03932331612823
Octal175667607162635415043
Binary11111011101101111100111001110010110011101100001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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