#773146

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

Shades of Flirt #773146

Tints of Flirt #773146

Color information

#773146 (or 0x773146) is unknown color: approx Flirt. HEX triplet: 77, 31 and 46. RGB value is (119,49,70). Sum of RGB (Red+Green+Blue) = 119+49+70=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773146 is #88CEB9. Grayscale: #484848. Windows color (decimal): -8965818 or 4600183. OLE color: 4600183.

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

Color convert

RGB1194970-
CMYK00.590.410.53
HSL342º41.67%32.94%-
HSV(B)342º58.82%46.67%-
XYZ9.816.566.54-
YUV72.32126.69161.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=50%
G=20.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119497000.590.410.5334241.6732.94
Hex77314603B29351562a21
Octal1676110607351655265241
Binary111011111000110001100111011101001110101101010110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773146; }

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

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

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

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

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

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

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

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