#773251

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

Shades of Flirt #773251

Tints of Flirt #773251

Color information

#773251 (or 0x773251) is unknown color: approx Flirt. HEX triplet: 77, 32 and 51. RGB value is (119,50,81). Sum of RGB (Red+Green+Blue) = 119+50+81=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #773251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773251 is #88CDAE. Grayscale: #4A4A4A. Windows color (decimal): -8965551 or 5321335. OLE color: 5321335.

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

Color convert

RGB1195081-
CMYK00.580.320.53
HSL333.04º40.83%33.14%-
HSV(B)333.04º57.98%46.67%-
XYZ10.236.88.56-
YUV74.16131.86159.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=47.6%
G=20%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119508100.580.320.53333.0440.8333.14
Hex77325103A203514d2921
Octal1676212107240655155141
Binary111011111001010100010111010100000110101101001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773251; }

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

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

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

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

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

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

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

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