#743159

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

Shades of Flirt #743159

Tints of Flirt #743159

Color information

#743159 (or 0x743159) is unknown color: approx Flirt. HEX triplet: 74, 31 and 59. RGB value is (116,49,89). Sum of RGB (Red+Green+Blue) = 116+49+89=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #743159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743159 is #8BCEA6. Grayscale: #494949. Windows color (decimal): -9162407 or 5845364. OLE color: 5845364.

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

Color convert

RGB1164989-
CMYK00.580.230.55
HSL324.18º40.61%32.35%-
HSV(B)324.18º57.76%45.49%-
XYZ10.16.6310.2-
YUV73.59136.7158.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=45.67%
G=19.29%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116498900.580.230.55324.1840.6132.35
Hex74315903A17371442920
Octal1646113107227675045140
Binary11101001100011011001011101010111110111101000100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743159; }

 p { color: rgb(116,49,89); }

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

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

 a { background-color: rgb(116,49,89); }

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

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

 span { border-color: rgb(116,49,89); }

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