#743558

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

Shades of Flirt #743558

Tints of Flirt #743558

Color information

#743558 (or 0x743558) is unknown color: approx Flirt. HEX triplet: 74, 35 and 58. RGB value is (116,53,88). Sum of RGB (Red+Green+Blue) = 116+53+88=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #743558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743558 is #8BCAA7. Grayscale: #4B4B4B. Windows color (decimal): -9161384 or 5780852. OLE color: 5780852.

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

Color convert

RGB1165388-
CMYK00.540.240.55
HSL326.67º37.28%33.14%-
HSV(B)326.67º54.31%45.49%-
XYZ10.246.9610.04-
YUV75.83134.87156.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=45.14%
G=20.62%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116538800.540.240.55326.6737.2833.14
Hex74355803618371472521
Octal1646513006630675074541
Binary11101001101011011000011011011000110111101000111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743558; }

 p { color: rgb(116,53,88); }

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

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

 a { background-color: rgb(116,53,88); }

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

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

 span { border-color: rgb(116,53,88); }

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