#763144

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

Shades of Flirt #763144

Tints of Flirt #763144

Color information

#763144 (or 0x763144) is unknown color: approx Flirt. HEX triplet: 76, 31 and 44. RGB value is (118,49,68). Sum of RGB (Red+Green+Blue) = 118+49+68=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763144 is #89CEBB. Grayscale: #474747. Windows color (decimal): -9031356 or 4469110. OLE color: 4469110.

HSL color Cylindrical-coordinate representation of color #763144: hue angle of 343.48º 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 #763144 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1184968-
CMYK00.580.420.54
HSL343.48º41.32%32.75%-
HSV(B)343.48º58.47%46.27%-
XYZ9.616.476.21-
YUV71.8125.86160.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=50.21%
G=20.85%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118496800.580.420.54343.4841.3232.75
Hex76314403A2A361572921
Octal1666110407252665275141
Binary111011011000110001000111010101010110110101010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763144; }

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

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

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

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

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

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

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

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