#763149

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

Shades of Flirt #763149

Tints of Flirt #763149

Color information

#763149 (or 0x763149) is unknown color: approx Flirt. HEX triplet: 76, 31 and 49. RGB value is (118,49,73). Sum of RGB (Red+Green+Blue) = 118+49+73=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763149 is #89CEB6. Grayscale: #484848. Windows color (decimal): -9031351 or 4796790. OLE color: 4796790.

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

Color convert

RGB1184973-
CMYK00.580.380.54
HSL339.13º41.32%32.75%-
HSV(B)339.13º58.47%46.27%-
XYZ9.776.537.05-
YUV72.37128.36160.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=49.17%
G=20.42%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118497300.580.380.54339.1341.3232.75
Hex76314903A26361532921
Octal1666111107246665235141
Binary111011011000110010010111010100110110110101010011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763149; }

 p { color: rgb(118,49,73); }

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

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

 a { background-color: rgb(118,49,73); }

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

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

 span { border-color: rgb(118,49,73); }

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