#763145

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

Shades of Flirt #763145

Tints of Flirt #763145

Color information

#763145 (or 0x763145) is unknown color: approx Flirt. HEX triplet: 76, 31 and 45. RGB value is (118,49,69). Sum of RGB (Red+Green+Blue) = 118+49+69=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763145 is #89CEBA. Grayscale: #474747. Windows color (decimal): -9031355 or 4534646. OLE color: 4534646.

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

Color convert

RGB1184969-
CMYK00.580.420.54
HSL342.61º41.32%32.75%-
HSV(B)342.61º58.47%46.27%-
XYZ9.646.486.37-
YUV71.91126.36160.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=50%
G=20.76%
B=29.24%

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
Decimal118496900.580.420.54342.6141.3232.75
Hex76314503A2A361572921
Octal1666110507252665275141
Binary111011011000110001010111010101010110110101010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763145; }

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

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

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

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

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

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

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

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