#743247

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

Shades of Flirt #743247

Tints of Flirt #743247

Color information

#743247 (or 0x743247) is unknown color: approx Flirt. HEX triplet: 74, 32 and 47. RGB value is (116,50,71). Sum of RGB (Red+Green+Blue) = 116+50+71=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #743247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743247 is #8BCDB8. Grayscale: #484848. Windows color (decimal): -9162169 or 4665972. OLE color: 4665972.

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

Color convert

RGB1165071-
CMYK00.570.390.55
HSL340.91º39.76%32.55%-
HSV(B)340.91º56.9%45.49%-
XYZ9.486.456.71-
YUV72.13127.37159.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=48.95%
G=21.10%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116507100.570.390.55340.9139.7632.55
Hex74324703927371552821
Octal1646210707147675255041
Binary111010011001010001110111001100111110111101010101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743247; }

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

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

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

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

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

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

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

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