Html Css Color HEX #77313D Merlot

📋 copy color: '#77313D'

red 119 ◦ green 49 ◦ blue 61

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

Shades of Merlot #77313D

Tints of Merlot #77313D

RGB

 RED value IS 119 (46.88% from 255) = 51.97%

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 51.97%
G = 21.4%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77313D (or 0x77313D) is known color: Merlot. HEX triplet: 77, 31 and 3D. RGB value is (119,49,61). Sum of RGB (Red+Green+Blue) = 119+49+61=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313D is #88CEC2. Grayscale: #474747. Windows color (decimal): -8965827 or 4010359. OLE color: 4010359.

HSL color Cylindrical-coordinate representation of color #77313D: hue angle of 349.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77313D is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 61 -
CMYK 0 0.59 0.49 0.53
HSL 349.71º 0.42% 0.33% -
HSV(B) 349.71º 0.59% 0.47% -
XYZ 9.55 6.46 5.16 -
YUV 71.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 119 49 61 0 0.59 0.49 0.53 349.71 0.42 0.33
Hex 77 31 3D 0 3B 31 35 15E 2A 21
Octal 167 61 75 0 73 61 65 536 52 41
Binary 1110111 110001 111101 0 111011 110001 110101 101011110 101010 100001

Color Harmonies of #77313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77313D

Black with #77313D

Text Example


Text Example

White with #77313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77313D; }

 p { color: rgb(119,49,61); }

 H1.HeaderClassName
 {
   color: #77313D;
 }
 .AnyTagClassName
 {
   color: #77313D;
 }
</style>

background-color css

<style>
 a { background-color: #77313D; }

 a { background-color: rgb(119,49,61); }

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

border-color css

<style>
 span { border-color: #77313D; }

 span { border-color: rgb(119,49,61); }

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