#742650

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

Shades of Flirt #742650

Tints of Flirt #742650

Color information

#742650 (or 0x742650) is unknown color: approx Flirt. HEX triplet: 74, 26 and 50. RGB value is (116,38,80). Sum of RGB (Red+Green+Blue) = 116+38+80=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #742650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742650 is #8BD9AF. Grayscale: #424242. Windows color (decimal): -9165232 or 5252724. OLE color: 5252724.

HSL color Cylindrical-coordinate representation of color #742650: hue angle of 327.69º 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 #742650 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1163880-
CMYK00.670.310.55
HSL327.69º50.65%30.2%-
HSV(B)327.69º67.24%45.49%-
XYZ9.345.688.19-
YUV66.11135.84163.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=49.57%
G=16.24%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116388000.670.310.55327.6950.6530.2
Hex7426500431F37148331e
Octal16446120010337675106336
Binary11101001001101010000010000111111111011110100100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742650; }

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

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

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

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

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

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

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

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