#743357

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

Shades of Flirt #743357

Tints of Flirt #743357

Color information

#743357 (or 0x743357) is unknown color: approx Flirt. HEX triplet: 74, 33 and 57. RGB value is (116,51,87). Sum of RGB (Red+Green+Blue) = 116+51+87=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #743357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743357 is #8BCCA8. Grayscale: #4A4A4A. Windows color (decimal): -9161897 or 5714804. OLE color: 5714804.

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

Color convert

RGB1165187-
CMYK00.560.250.55
HSL326.77º38.92%32.75%-
HSV(B)326.77º56.03%45.49%-
XYZ10.116.779.79-
YUV74.54135.03157.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=45.67%
G=20.08%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116518700.560.250.55326.7738.9232.75
Hex74335703819371472721
Octal1646312707031675074741
Binary11101001100111010111011100011001110111101000111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743357; }

 p { color: rgb(116,51,87); }

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

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

 a { background-color: rgb(116,51,87); }

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

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

 span { border-color: rgb(116,51,87); }

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