Html Css Color HEX #7C363F Merlot

📋 copy color: '#7C363F'

red 124 ◦ green 54 ◦ blue 63

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

Shades of Merlot #7C363F

Tints of Merlot #7C363F

RGB

 RED value IS 124 (48.83% from 255) = 51.45%

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

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

R = 51.45%
G = 22.41%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C363F (or 0x7C363F) is known color: Merlot. HEX triplet: 7C, 36 and 3F. RGB value is (124,54,63). Sum of RGB (Red+Green+Blue) = 124+54+63=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C363F is #83C9C0. Grayscale: #4B4B4B. Windows color (decimal): -8636865 or 4142716. OLE color: 4142716.

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

Color convert

RGB 124 54 63 -
CMYK 0 0.56 0.49 0.51
HSL 352.29º 0.39% 0.35% -
HSV(B) 352.29º 0.56% 0.49% -
XYZ 10.53 7.28 5.55 -
YUV 75.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 124 54 63 0 0.56 0.49 0.51 352.29 0.39 0.35
Hex 7C 36 3F 0 38 31 33 160 27 23
Octal 174 66 77 0 70 61 63 540 47 43
Binary 1111100 110110 111111 0 111000 110001 110011 101100000 100111 100011

Color Harmonies of #7C363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C363F

Black with #7C363F

Text Example


Text Example

White with #7C363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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