#743452

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

Shades of Flirt #743452

Tints of Flirt #743452

Color information

#743452 (or 0x743452) is unknown color: approx Flirt. HEX triplet: 74, 34 and 52. RGB value is (116,52,82). Sum of RGB (Red+Green+Blue) = 116+52+82=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #743452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743452 is #8BCBAD. Grayscale: #4A4A4A. Windows color (decimal): -9161646 or 5387380. OLE color: 5387380.

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

Color convert

RGB1165282-
CMYK00.550.290.55
HSL331.88º38.1%32.94%-
HSV(B)331.88º55.17%45.49%-
XYZ9.956.788.77-
YUV74.56132.2157.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=46.4%
G=20.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116528200.550.290.55331.8838.132.94
Hex7434520371D3714c2621
Octal1646412206735675144641
Binary11101001101001010010011011111101110111101001100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743452; }

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

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

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

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

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

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

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

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