#743755

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

Shades of Flirt #743755

Tints of Flirt #743755

Color information

#743755 (or 0x743755) is unknown color: approx Flirt. HEX triplet: 74, 37 and 55. RGB value is (116,55,85). Sum of RGB (Red+Green+Blue) = 116+55+85=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #743755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743755 is #8BC8AA. Grayscale: #4C4C4C. Windows color (decimal): -9160875 or 5584756. OLE color: 5584756.

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

Color convert

RGB1165585-
CMYK00.530.270.55
HSL330.49º35.67%33.53%-
HSV(B)330.49º52.59%45.49%-
XYZ10.217.19.43-
YUV76.66132.71156.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=45.31%
G=21.48%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116558500.530.270.55330.4935.6733.53
Hex7437550351B3714a2422
Octal1646712506533675124442
Binary11101001101111010101011010111011110111101001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743755; }

 p { color: rgb(116,55,85); }

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

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

 a { background-color: rgb(116,55,85); }

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

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

 span { border-color: rgb(116,55,85); }

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