#743652

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

Shades of Flirt #743652

Tints of Flirt #743652

Color information

#743652 (or 0x743652) is unknown color: approx Flirt. HEX triplet: 74, 36 and 52. RGB value is (116,54,82). Sum of RGB (Red+Green+Blue) = 116+54+82=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #743652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743652 is #8BC9AD. Grayscale: #4B4B4B. Windows color (decimal): -9161134 or 5387892. OLE color: 5387892.

HSL color Cylindrical-coordinate representation of color #743652: hue angle of 332.9º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743652 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1165482-
CMYK00.530.290.55
HSL332.9º36.47%33.33%-
HSV(B)332.9º53.45%45.49%-
XYZ10.046.968.8-
YUV75.73131.54156.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=46.03%
G=21.43%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116548200.530.290.55332.936.4733.33
Hex7436520351D3714d2421
Octal1646612206535675154441
Binary11101001101101010010011010111101110111101001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743652; }

 p { color: rgb(116,54,82); }

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

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

 a { background-color: rgb(116,54,82); }

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

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

 span { border-color: rgb(116,54,82); }

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