Html Css Color HEX #77313B Merlot

📋 copy color: '#77313B'

red 119 ◦ green 49 ◦ blue 59

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

Shades of Merlot #77313B

Tints of Merlot #77313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 52.42%
G = 21.59%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77313B (or 0x77313B) is known color: Merlot. HEX triplet: 77, 31 and 3B. RGB value is (119,49,59). Sum of RGB (Red+Green+Blue) = 119+49+59=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313B is #88CEC4. Grayscale: #474747. Windows color (decimal): -8965829 or 3879287. OLE color: 3879287.

HSL color Cylindrical-coordinate representation of color #77313B: hue angle of 351.43º 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 #77313B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 59 -
CMYK 0 0.59 0.50 0.53
HSL 351.43º 0.42% 0.33% -
HSV(B) 351.43º 0.59% 0.47% -
XYZ 9.5 6.43 4.88 -
YUV 71.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 119 49 59 0 0.59 0.50 0.53 351.43 0.42 0.33
Hex 77 31 3B 0 3B 32 35 15F 2A 21
Octal 167 61 73 0 73 62 65 537 52 41
Binary 1110111 110001 111011 0 111011 110010 110101 101011111 101010 100001

Color Harmonies of #77313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77313B

Black with #77313B

Text Example


Text Example

White with #77313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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