#742743

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

Shades of Flirt #742743

Tints of Flirt #742743

Color information

#742743 (or 0x742743) is unknown color: approx Flirt. HEX triplet: 74, 27 and 43. RGB value is (116,39,67). Sum of RGB (Red+Green+Blue) = 116+39+67=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #742743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742743 is #8BD8BC. Grayscale: #414141. Windows color (decimal): -9164989 or 4401012. OLE color: 4401012.

HSL color Cylindrical-coordinate representation of color #742743: hue angle of 338.18º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742743 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1163967-
CMYK00.660.420.55
HSL338.18º49.68%30.39%-
HSV(B)338.18º66.38%45.49%-
XYZ8.945.575.91-
YUV65.22129.01164.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=52.25%
G=17.57%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116396700.660.420.55338.1849.6830.39
Hex7427430422A37152321e
Octal16447103010252675226236
Binary111010010011110000110100001010101011011110101001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742743; }

 p { color: rgb(116,39,67); }

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

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

 a { background-color: rgb(116,39,67); }

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

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

 span { border-color: rgb(116,39,67); }

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