#743447

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

Shades of Flirt #743447

Tints of Flirt #743447

Color information

#743447 (or 0x743447) is unknown color: approx Flirt. HEX triplet: 74, 34 and 47. RGB value is (116,52,71). Sum of RGB (Red+Green+Blue) = 116+52+71=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #743447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743447 is #8BCBB8. Grayscale: #494949. Windows color (decimal): -9161657 or 4666484. OLE color: 4666484.

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

Color convert

RGB1165271-
CMYK00.550.390.55
HSL342.19º38.1%32.94%-
HSV(B)342.19º55.17%45.49%-
XYZ9.576.626.74-
YUV73.3126.7158.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=48.54%
G=21.76%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116527100.550.390.55342.1938.132.94
Hex74344703727371562621
Octal1646410706747675264641
Binary111010011010010001110110111100111110111101010110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743447; }

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

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

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

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

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

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

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

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