#77244E

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

Shades of Flirt #77244E

Tints of Flirt #77244E

Color information

#77244E (or 0x77244E) is unknown color: approx Flirt. HEX triplet: 77, 24 and 4E. RGB value is (119,36,78). Sum of RGB (Red+Green+Blue) = 119+36+78=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77244E is #88DBB1. Grayscale: #414141. Windows color (decimal): -8969138 or 5121143. OLE color: 5121143.

HSL color Cylindrical-coordinate representation of color #77244E: hue angle of 329.64º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77244E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1193678-
CMYK00.700.340.53
HSL329.64º53.55%30.39%-
HSV(B)329.64º69.75%46.67%-
XYZ9.615.737.81-
YUV65.6135166.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=51.07%
G=15.45%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119367800.700.340.53329.6453.5530.39
Hex77244E046223514a361e
Octal16744116010642655126636
Binary111011110010010011100100011010001011010110100101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77244E; }

 p { color: rgb(119,36,78); }

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

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

 a { background-color: rgb(119,36,78); }

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

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

 span { border-color: rgb(119,36,78); }

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