Html Css Color HEX #773339 Merlot

📋 copy color: '#773339'

red 119 ◦ green 51 ◦ blue 57

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

Shades of Merlot #773339

Tints of Merlot #773339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 52.42%
G = 22.47%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#773339 (or 0x773339) is known color: Merlot. HEX triplet: 77, 33 and 39. RGB value is (119,51,57). Sum of RGB (Red+Green+Blue) = 119+51+57=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773339 is #88CCC6. Grayscale: #484848. Windows color (decimal): -8965319 or 3748727. OLE color: 3748727.

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

Color convert

RGB 119 51 57 -
CMYK 0 0.57 0.52 0.53
HSL 354.71º 0.4% 0.33% -
HSV(B) 354.71º 0.57% 0.47% -
XYZ 9.53 6.58 4.64 -
YUV 72.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 119 51 57 0 0.57 0.52 0.53 354.71 0.4 0.33
Hex 77 33 39 0 39 34 35 163 28 21
Octal 167 63 71 0 71 64 65 543 50 41
Binary 1110111 110011 111001 0 111001 110100 110101 101100011 101000 100001

Color Harmonies of #773339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773339

Black with #773339

Text Example


Text Example

White with #773339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773339; }

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

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

background-color css

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

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

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

border-color css

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

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

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