#772549

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

Shades of Flirt #772549

Tints of Flirt #772549

Color information

#772549 (or 0x772549) is unknown color: approx Flirt. HEX triplet: 77, 25 and 49. RGB value is (119,37,73). Sum of RGB (Red+Green+Blue) = 119+37+73=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #772549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772549 is #88DAB6. Grayscale: #414141. Windows color (decimal): -8968887 or 4793719. OLE color: 4793719.

HSL color Cylindrical-coordinate representation of color #772549: hue angle of 333.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772549 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1193773-
CMYK00.690.390.53
HSL333.66º52.56%30.59%-
HSV(B)333.66º68.91%46.67%-
XYZ9.475.736.91-
YUV65.62132.17166.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=51.97%
G=16.16%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119377300.690.390.53333.6652.5630.59
Hex772549045273514e351f
Octal16745111010547655166537
Binary111011110010110010010100010110011111010110100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772549; }

 p { color: rgb(119,37,73); }

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

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

 a { background-color: rgb(119,37,73); }

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

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

 span { border-color: rgb(119,37,73); }

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