#772244

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

Shades of Flirt #772244

Tints of Flirt #772244

Color information

#772244 (or 0x772244) is unknown color: approx Flirt. HEX triplet: 77, 22 and 44. RGB value is (119,34,68). Sum of RGB (Red+Green+Blue) = 119+34+68=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772244 is #88DDBB. Grayscale: #3F3F3F. Windows color (decimal): -8969660 or 4465271. OLE color: 4465271.

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

Color convert

RGB1193468-
CMYK00.710.430.53
HSL336º55.56%30%-
HSV(B)336º71.43%46.67%-
XYZ9.225.486.04-
YUV63.29130.66167.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=53.85%
G=15.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119346800.710.430.5333655.5630
Hex7722440472B35150381e
Octal16742104010753655207036
Binary111011110001010001000100011110101111010110101000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772244; }

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

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

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

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

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

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

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

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