#7C3641

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

Shades of Merlot #7C3641

Tints of Merlot #7C3641

Color information

#7C3641 (or 0x7C3641) is unknown color: approx Merlot. HEX triplet: 7C, 36 and 41. RGB value is (124,54,65). Sum of RGB (Red+Green+Blue) = 124+54+65=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3641 is #83C9BE. Grayscale: #4C4C4C. Windows color (decimal): -8636863 or 4273788. OLE color: 4273788.

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

Color convert

RGB1245465-
CMYK00.560.480.51
HSL350.57º39.33%34.9%-
HSV(B)350.57º56.45%48.63%-
XYZ10.597.315.85-
YUV76.18121.69162.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=51.03%
G=22.22%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124546500.560.480.51350.5739.3334.9
Hex7C3641038303315f2723
Octal1746610107060635374743
Binary111110011011010000010111000110000110011101011111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,54,65); }

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

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

 a { background-color: rgb(124,54,65); }

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

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

 span { border-color: rgb(124,54,65); }

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