#743A54

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

Shades of Flirt #743A54

Tints of Flirt #743A54

Color information

#743A54 (or 0x743A54) is unknown color: approx Flirt. HEX triplet: 74, 3A and 54. RGB value is (116,58,84). Sum of RGB (Red+Green+Blue) = 116+58+84=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #743A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A54 is #8BC5AB. Grayscale: #4E4E4E. Windows color (decimal): -9160108 or 5519988. OLE color: 5519988.

HSL color Cylindrical-coordinate representation of color #743A54: hue angle of 333.1º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A54 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1165884-
CMYK00.50.280.55
HSL333.1º33.33%34.12%-
HSV(B)333.1º50%45.49%-
XYZ10.327.389.27-
YUV78.31131.22154.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=44.96%
G=22.48%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116588400.50.280.55333.133.3334.12
Hex743A540321C3714d2122
Octal1647212406234675154142
Binary11101001110101010100011001011100110111101001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A54; }

 p { color: rgb(116,58,84); }

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

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

 a { background-color: rgb(116,58,84); }

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

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

 span { border-color: rgb(116,58,84); }

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