Html Css Color HEX #773335 Merlot

📋 copy color: '#773335'

red 119 ◦ green 51 ◦ blue 53

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

Shades of Merlot #773335

Tints of Merlot #773335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 53.36%
G = 22.87%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773335 (or 0x773335) is known color: Merlot. HEX triplet: 77, 33 and 35. RGB value is (119,51,53). Sum of RGB (Red+Green+Blue) = 119+51+53=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773335 is #88CCCA. Grayscale: #474747. Windows color (decimal): -8965323 or 3486583. OLE color: 3486583.

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

Color convert

RGB 119 51 53 -
CMYK 0 0.57 0.55 0.53
HSL 358.24º 0.4% 0.33% -
HSV(B) 358.24º 0.57% 0.47% -
XYZ 9.43 6.55 4.13 -
YUV 71.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 119 51 53 0 0.57 0.55 0.53 358.24 0.4 0.33
Hex 77 33 35 0 39 37 35 166 28 21
Octal 167 63 65 0 71 67 65 546 50 41
Binary 1110111 110011 110101 0 111001 110111 110101 101100110 101000 100001

Color Harmonies of #773335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773335

Black with #773335

Text Example


Text Example

White with #773335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773335; }

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

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

background-color css

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

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

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

border-color css

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

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

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