#742D59

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

Shades of Flirt #742D59

Tints of Flirt #742D59

Color information

#742D59 (or 0x742D59) is unknown color: approx Flirt. HEX triplet: 74, 2D and 59. RGB value is (116,45,89). Sum of RGB (Red+Green+Blue) = 116+45+89=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D59 is #8BD2A6. Grayscale: #474747. Windows color (decimal): -9163431 or 5844340. OLE color: 5844340.

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

Color convert

RGB1164589-
CMYK00.610.230.55
HSL322.82º44.1%31.57%-
HSV(B)322.82º61.21%45.49%-
XYZ9.946.3110.15-
YUV71.24138.02159.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=46.4%
G=18%
B=35.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116458900.610.230.55322.8244.131.57
Hex742D5903D17371432c20
Octal1645513107527675035440
Binary11101001011011011001011110110111110111101000011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742D59; }

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

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

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

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

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

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

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

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