#742E45

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

Shades of Flirt #742E45

Tints of Flirt #742E45

Color information

#742E45 (or 0x742E45) is unknown color: approx Flirt. HEX triplet: 74, 2E and 45. RGB value is (116,46,69). Sum of RGB (Red+Green+Blue) = 116+46+69=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #742E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E45 is #8BD1BA. Grayscale: #454545. Windows color (decimal): -9163195 or 4533876. OLE color: 4533876.

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

Color convert

RGB1164669-
CMYK00.600.410.55
HSL340.29º43.21%31.76%-
HSV(B)340.29º60.34%45.49%-
XYZ9.256.16.32-
YUV69.55127.69161.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=50.22%
G=19.91%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116466900.600.410.55340.2943.2131.76
Hex742E4503C29371542b20
Octal1645610507451675245340
Binary111010010111010001010111100101001110111101010100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,46,69); }

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

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

 a { background-color: rgb(116,46,69); }

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

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

 span { border-color: rgb(116,46,69); }

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