#772251

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

Shades of Flirt #772251

Tints of Flirt #772251

Color information

#772251 (or 0x772251) is unknown color: approx Flirt. HEX triplet: 77, 22 and 51. RGB value is (119,34,81). Sum of RGB (Red+Green+Blue) = 119+34+81=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #772251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772251 is #88DDAE. Grayscale: #404040. Windows color (decimal): -8969647 or 5317239. OLE color: 5317239.

HSL color Cylindrical-coordinate representation of color #772251: hue angle of 326.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772251 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1193481-
CMYK00.710.320.53
HSL326.82º55.56%30%-
HSV(B)326.82º71.43%46.67%-
XYZ9.665.668.37-
YUV64.77137.16166.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=50.85%
G=14.53%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119348100.710.320.53326.8255.5630
Hex7722510472035147381e
Octal16742121010740655077036
Binary111011110001010100010100011110000011010110100011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772251; }

 p { color: rgb(119,34,81); }

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

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

 a { background-color: rgb(119,34,81); }

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

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

 span { border-color: rgb(119,34,81); }

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