#743054

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

Shades of Flirt #743054

Tints of Flirt #743054

Color information

#743054 (or 0x743054) is unknown color: approx Flirt. HEX triplet: 74, 30 and 54. RGB value is (116,48,84). Sum of RGB (Red+Green+Blue) = 116+48+84=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #743054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743054 is #8BCFAB. Grayscale: #484848. Windows color (decimal): -9162668 or 5517428. OLE color: 5517428.

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

Color convert

RGB1164884-
CMYK00.590.280.55
HSL328.24º41.46%32.16%-
HSV(B)328.24º58.62%45.49%-
XYZ9.866.479.12-
YUV72.44134.53159.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=46.77%
G=19.35%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116488400.590.280.55328.2441.4632.16
Hex74305403B1C371482920
Octal1646012407334675105140
Binary11101001100001010100011101111100110111101001000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743054; }

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

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

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

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

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

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

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

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