#773145

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

Shades of Flirt #773145

Tints of Flirt #773145

Color information

#773145 (or 0x773145) is unknown color: approx Flirt. HEX triplet: 77, 31 and 45. RGB value is (119,49,69). Sum of RGB (Red+Green+Blue) = 119+49+69=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #773145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773145 is #88CEBA. Grayscale: #484848. Windows color (decimal): -8965819 or 4534647. OLE color: 4534647.

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

Color convert

RGB1194969-
CMYK00.590.420.53
HSL342.86º41.67%32.94%-
HSV(B)342.86º58.82%46.67%-
XYZ9.786.556.38-
YUV72.21126.19161.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=50.21%
G=20.68%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119496900.590.420.53342.8641.6732.94
Hex77314503B2A351572a21
Octal1676110507352655275241
Binary111011111000110001010111011101010110101101010111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773145; }

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

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

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

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

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

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

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

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