#743456

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

Shades of Flirt #743456

Tints of Flirt #743456

Color information

#743456 (or 0x743456) is unknown color: approx Flirt. HEX triplet: 74, 34 and 56. RGB value is (116,52,86). Sum of RGB (Red+Green+Blue) = 116+52+86=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #743456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743456 is #8BCBA9. Grayscale: #4A4A4A. Windows color (decimal): -9161642 or 5649524. OLE color: 5649524.

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

Color convert

RGB1165286-
CMYK00.550.260.55
HSL328.12º38.1%32.94%-
HSV(B)328.12º55.17%45.49%-
XYZ10.116.849.59-
YUV75.01134.2157.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=45.67%
G=20.47%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116528600.550.260.55328.1238.132.94
Hex7434560371A371482621
Octal1646412606732675104641
Binary11101001101001010110011011111010110111101001000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743456; }

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

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

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

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

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

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

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

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