#772250

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

Shades of Flirt #772250

Tints of Flirt #772250

Color information

#772250 (or 0x772250) is unknown color: approx Flirt. HEX triplet: 77, 22 and 50. RGB value is (119,34,80). Sum of RGB (Red+Green+Blue) = 119+34+80=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772250 is #88DDAF. Grayscale: #404040. Windows color (decimal): -8969648 or 5251703. OLE color: 5251703.

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

Color convert

RGB1193480-
CMYK00.710.330.53
HSL327.53º55.56%30%-
HSV(B)327.53º71.43%46.67%-
XYZ9.635.658.17-
YUV64.66136.66166.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=51.07%
G=14.59%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119348000.710.330.53327.5355.5630
Hex7722500472135148381e
Octal16742120010741655107036
Binary111011110001010100000100011110000111010110100100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772250; }

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

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

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

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

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

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

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

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