#773451

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

Shades of Flirt #773451

Tints of Flirt #773451

Color information

#773451 (or 0x773451) is unknown color: approx Flirt. HEX triplet: 77, 34 and 51. RGB value is (119,52,81). Sum of RGB (Red+Green+Blue) = 119+52+81=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #773451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773451 is #88CBAE. Grayscale: #4B4B4B. Windows color (decimal): -8965039 or 5321847. OLE color: 5321847.

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

Color convert

RGB1195281-
CMYK00.560.320.53
HSL334.03º39.18%33.53%-
HSV(B)334.03º56.3%46.67%-
XYZ10.326.978.59-
YUV75.34131.2159.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=47.22%
G=20.63%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528100.560.320.53334.0339.1833.53
Hex773451038203514e2722
Octal1676412107040655164742
Binary111011111010010100010111000100000110101101001110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773451; }

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

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

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

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

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

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

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

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