#743259

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

Shades of Flirt #743259

Tints of Flirt #743259

Color information

#743259 (or 0x743259) is unknown color: approx Flirt. HEX triplet: 74, 32 and 59. RGB value is (116,50,89). Sum of RGB (Red+Green+Blue) = 116+50+89=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #743259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743259 is #8BCDA6. Grayscale: #4A4A4A. Windows color (decimal): -9162151 or 5845620. OLE color: 5845620.

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

Color convert

RGB1165089-
CMYK00.570.230.55
HSL324.55º39.76%32.55%-
HSV(B)324.55º56.9%45.49%-
XYZ10.156.7210.21-
YUV74.18136.37157.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=45.49%
G=19.61%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116508900.570.230.55324.5539.7632.55
Hex74325903917371452821
Octal1646213107127675055041
Binary11101001100101011001011100110111110111101000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743259; }

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

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

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

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

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

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

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

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