#742655

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

Shades of Flirt #742655

Tints of Flirt #742655

Color information

#742655 (or 0x742655) is unknown color: approx Flirt. HEX triplet: 74, 26 and 55. RGB value is (116,38,85). Sum of RGB (Red+Green+Blue) = 116+38+85=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #742655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742655 is #8BD9AA. Grayscale: #424242. Windows color (decimal): -9165227 or 5580404. OLE color: 5580404.

HSL color Cylindrical-coordinate representation of color #742655: hue angle of 323.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742655 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1163885-
CMYK00.670.270.55
HSL323.85º50.65%30.2%-
HSV(B)323.85º67.24%45.49%-
XYZ9.545.769.2-
YUV66.68138.34163.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=48.54%
G=15.90%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116388500.670.270.55323.8550.6530.2
Hex7426550431B37144331e
Octal16446125010333675046336
Binary11101001001101010101010000111101111011110100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742655; }

 p { color: rgb(116,38,85); }

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

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

 a { background-color: rgb(116,38,85); }

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

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

 span { border-color: rgb(116,38,85); }

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