#743146

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

Shades of Flirt #743146

Tints of Flirt #743146

Color information

#743146 (or 0x743146) is unknown color: approx Flirt. HEX triplet: 74, 31 and 46. RGB value is (116,49,70). Sum of RGB (Red+Green+Blue) = 116+49+70=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743146 is #8BCEB9. Grayscale: #474747. Windows color (decimal): -9162426 or 4600180. OLE color: 4600180.

HSL color Cylindrical-coordinate representation of color #743146: hue angle of 341.19º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743146 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1164970-
CMYK00.580.400.55
HSL341.19º40.61%32.35%-
HSV(B)341.19º57.76%45.49%-
XYZ9.416.356.52-
YUV71.43127.2159.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=49.36%
G=20.85%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116497000.580.400.55341.1940.6132.35
Hex74314603A28371552920
Octal1646110607250675255140
Binary111010011000110001100111010101000110111101010101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743146; }

 p { color: rgb(116,49,70); }

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

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

 a { background-color: rgb(116,49,70); }

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

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

 span { border-color: rgb(116,49,70); }

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