#743055

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

Shades of Flirt #743055

Tints of Flirt #743055

Color information

#743055 (or 0x743055) is unknown color: approx Flirt. HEX triplet: 74, 30 and 55. RGB value is (116,48,85). Sum of RGB (Red+Green+Blue) = 116+48+85=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #743055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743055 is #8BCFAA. Grayscale: #484848. Windows color (decimal): -9162667 or 5582964. OLE color: 5582964.

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

Color convert

RGB1164885-
CMYK00.590.270.55
HSL327.35º41.46%32.16%-
HSV(B)327.35º58.62%45.49%-
XYZ9.96.489.32-
YUV72.55135.03158.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=46.59%
G=19.28%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116488500.590.270.55327.3541.4632.16
Hex74305503B1B371472920
Octal1646012507333675075140
Binary11101001100001010101011101111011110111101000111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743055; }

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

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

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

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

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

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

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

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