#772151

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

Shades of Flirt #772151

Tints of Flirt #772151

Color information

#772151 (or 0x772151) is unknown color: approx Flirt. HEX triplet: 77, 21 and 51. RGB value is (119,33,81). Sum of RGB (Red+Green+Blue) = 119+33+81=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772151 is #88DEAE. Grayscale: #404040. Windows color (decimal): -8969903 or 5316983. OLE color: 5316983.

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

Color convert

RGB1193381-
CMYK00.720.320.53
HSL326.51º56.58%29.8%-
HSV(B)326.51º72.27%46.67%-
XYZ9.645.68.36-
YUV64.19137.49167.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=51.07%
G=14.16%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119338100.720.320.53326.5156.5829.8
Hex7721510482035147391e
Octal16741121011040655077136
Binary111011110000110100010100100010000011010110100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772151; }

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

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

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

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

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

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

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

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