Html Css Color HEX #773536 Merlot

📋 copy color: '#773536'

red 119 ◦ green 53 ◦ blue 54

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

Shades of Merlot #773536

Tints of Merlot #773536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 52.65%
G = 23.45%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773536 (or 0x773536) is known color: Merlot. HEX triplet: 77, 35 and 36. RGB value is (119,53,54). Sum of RGB (Red+Green+Blue) = 119+53+54=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773536 is #88CAC9. Grayscale: #484848. Windows color (decimal): -8964810 or 3552631. OLE color: 3552631.

HSL color Cylindrical-coordinate representation of color #773536: hue angle of 359.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773536 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 54 -
CMYK 0 0.55 0.55 0.53
HSL 359.09º 0.38% 0.34% -
HSV(B) 359.09º 0.55% 0.47% -
XYZ 9.55 6.73 4.29 -
YUV 72.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 119 53 54 0 0.55 0.55 0.53 359.09 0.38 0.34
Hex 77 35 36 0 37 37 35 167 26 22
Octal 167 65 66 0 67 67 65 547 46 42
Binary 1110111 110101 110110 0 110111 110111 110101 101100111 100110 100010

Color Harmonies of #773536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773536

Black with #773536

Text Example


Text Example

White with #773536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773536; }

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

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

background-color css

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

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

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

border-color css

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

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

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