Html Css Color HEX #773138 Merlot

📋 copy color: '#773138'

red 119 ◦ green 49 ◦ blue 56

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

Shades of Merlot #773138

Tints of Merlot #773138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25%

R = 53.13%
G = 21.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#773138 (or 0x773138) is known color: Merlot. HEX triplet: 77, 31 and 38. RGB value is (119,49,56). Sum of RGB (Red+Green+Blue) = 119+49+56=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773138 is #88CEC7. Grayscale: #464646. Windows color (decimal): -8965832 or 3682679. OLE color: 3682679.

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

Color convert

RGB 119 49 56 -
CMYK 0 0.59 0.53 0.53
HSL 354º 0.42% 0.33% -
HSV(B) 354º 0.59% 0.47% -
XYZ 9.42 6.4 4.48 -
YUV 70.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 119 49 56 0 0.59 0.53 0.53 354 0.42 0.33
Hex 77 31 38 0 3B 35 35 162 2A 21
Octal 167 61 70 0 73 65 65 542 52 41
Binary 1110111 110001 111000 0 111011 110101 110101 101100010 101010 100001

Color Harmonies of #773138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773138

Black with #773138

Text Example


Text Example

White with #773138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773138; }

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

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

background-color css

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

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

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

border-color css

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

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

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