#743053

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

Shades of Flirt #743053

Tints of Flirt #743053

Color information

#743053 (or 0x743053) is unknown color: approx Flirt. HEX triplet: 74, 30 and 53. RGB value is (116,48,83). Sum of RGB (Red+Green+Blue) = 116+48+83=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #743053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743053 is #8BCFAC. Grayscale: #484848. Windows color (decimal): -9162669 or 5451892. OLE color: 5451892.

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

Color convert

RGB1164883-
CMYK00.590.280.55
HSL329.12º41.46%32.16%-
HSV(B)329.12º58.62%45.49%-
XYZ9.826.458.91-
YUV72.32134.03159.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=46.96%
G=19.43%
B=33.60%

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
Decimal116488300.590.280.55329.1241.4632.16
Hex74305303B1C371492920
Octal1646012307334675115140
Binary11101001100001010011011101111100110111101001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743053; }

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

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

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

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

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

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

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

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