#7C383F

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

Shades of Merlot #7C383F

Tints of Merlot #7C383F

Color information

#7C383F (or 0x7C383F) is unknown color: approx Merlot. HEX triplet: 7C, 38 and 3F. RGB value is (124,56,63). Sum of RGB (Red+Green+Blue) = 124+56+63=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C383F is #83C7C0. Grayscale: #4D4D4D. Windows color (decimal): -8636353 or 4143228. OLE color: 4143228.

HSL color Cylindrical-coordinate representation of color #7C383F: hue angle of 353.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C383F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1245663-
CMYK00.550.490.51
HSL353.82º37.78%35.29%-
HSV(B)353.82º54.84%48.63%-
XYZ10.627.475.59-
YUV77.13120.03161.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 63 (25% from 255) = 25.93%
R=51.03%
G=23.05%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124566300.550.490.51353.8237.7835.29
Hex7C383F03731331622623
Octal174707706761635424643
Binary11111001110001111110110111110001110011101100010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,63); }

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

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

 a { background-color: rgb(124,56,63); }

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

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

 span { border-color: rgb(124,56,63); }

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