#743656

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

Shades of Flirt #743656

Tints of Flirt #743656

Color information

#743656 (or 0x743656) is unknown color: approx Flirt. HEX triplet: 74, 36 and 56. RGB value is (116,54,86). Sum of RGB (Red+Green+Blue) = 116+54+86=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #743656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743656 is #8BC9A9. Grayscale: #4C4C4C. Windows color (decimal): -9161130 or 5650036. OLE color: 5650036.

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

Color convert

RGB1165486-
CMYK00.530.260.55
HSL329.03º36.47%33.33%-
HSV(B)329.03º53.45%45.49%-
XYZ10.27.029.62-
YUV76.19133.54156.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=45.31%
G=21.09%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116548600.530.260.55329.0336.4733.33
Hex7436560351A371492421
Octal1646612606532675114441
Binary11101001101101010110011010111010110111101001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743656; }

 p { color: rgb(116,54,86); }

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

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

 a { background-color: rgb(116,54,86); }

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

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

 span { border-color: rgb(116,54,86); }

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