#743654

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

Shades of Flirt #743654

Tints of Flirt #743654

Color information

#743654 (or 0x743654) is unknown color: approx Flirt. HEX triplet: 74, 36 and 54. RGB value is (116,54,84). Sum of RGB (Red+Green+Blue) = 116+54+84=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #743654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743654 is #8BC9AB. Grayscale: #4B4B4B. Windows color (decimal): -9161132 or 5518964. OLE color: 5518964.

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

Color convert

RGB1165484-
CMYK00.530.280.55
HSL330.97º36.47%33.33%-
HSV(B)330.97º53.45%45.49%-
XYZ10.126.999.2-
YUV75.96132.54156.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=45.67%
G=21.26%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116548400.530.280.55330.9736.4733.33
Hex7436540351C3714b2421
Octal1646612406534675134441
Binary11101001101101010100011010111100110111101001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743654; }

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

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

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

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

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

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

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

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