Html Css Color HEX #773135 Merlot

📋 copy color: '#773135'

red 119 ◦ green 49 ◦ blue 53

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

Shades of Merlot #773135

Tints of Merlot #773135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 53.85%
G = 22.17%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773135 (or 0x773135) is known color: Merlot. HEX triplet: 77, 31 and 35. RGB value is (119,49,53). Sum of RGB (Red+Green+Blue) = 119+49+53=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773135 is #88CECA. Grayscale: #464646. Windows color (decimal): -8965835 or 3486071. OLE color: 3486071.

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

Color convert

RGB 119 49 53 -
CMYK 0 0.59 0.55 0.53
HSL 356.57º 0.42% 0.33% -
HSV(B) 356.57º 0.59% 0.47% -
XYZ 9.35 6.38 4.11 -
YUV 70.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 119 49 53 0 0.59 0.55 0.53 356.57 0.42 0.33
Hex 77 31 35 0 3B 37 35 165 2A 21
Octal 167 61 65 0 73 67 65 545 52 41
Binary 1110111 110001 110101 0 111011 110111 110101 101100101 101010 100001

Color Harmonies of #773135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773135

Black with #773135

Text Example


Text Example

White with #773135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773135; }

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

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

background-color css

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

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

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

border-color css

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

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

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