#743047

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

Shades of Flirt #743047

Tints of Flirt #743047

Color information

#743047 (or 0x743047) is unknown color: approx Flirt. HEX triplet: 74, 30 and 47. RGB value is (116,48,71). Sum of RGB (Red+Green+Blue) = 116+48+71=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743047 is #8BCFB8. Grayscale: #464646. Windows color (decimal): -9162681 or 4665460. OLE color: 4665460.

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

Color convert

RGB1164871-
CMYK00.590.390.55
HSL339.71º41.46%32.16%-
HSV(B)339.71º58.62%45.49%-
XYZ9.46.286.68-
YUV70.95128.03160.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=49.36%
G=20.43%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116487100.590.390.55339.7141.4632.16
Hex74304703B27371542920
Octal1646010707347675245140
Binary111010011000010001110111011100111110111101010100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743047; }

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

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

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

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

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

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

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

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