#773338

Color #773338 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #773338

Tints of Merlot #773338

Color information

#773338 (or 0x773338) is unknown color: approx Merlot. HEX triplet: 77, 33 and 38. RGB value is (119,51,56). Sum of RGB (Red+Green+Blue) = 119+51+56=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773338 is #88CCC7. Grayscale: #474747. Windows color (decimal): -8965320 or 3683191. OLE color: 3683191.

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

Color convert

RGB1195156-
CMYK00.570.530.53
HSL355.59º40%33.33%-
HSV(B)355.59º57.14%46.67%-
XYZ9.516.584.51-
YUV71.9119.03161.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=52.65%
G=22.57%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119515600.570.530.53355.594033.33
Hex77333803935351642821
Octal167637007165655445041
Binary11101111100111110000111001110101110101101100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773338; }

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

 H1.HeaderClassName
 {
   color: #773338;
 }
 .AnyTagClassName
 {
   color: #773338;
 }
</style>
background-color css

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

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

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

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

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

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