#742744

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

Shades of Flirt #742744

Tints of Flirt #742744

Color information

#742744 (or 0x742744) is unknown color: approx Flirt. HEX triplet: 74, 27 and 44. RGB value is (116,39,68). Sum of RGB (Red+Green+Blue) = 116+39+68=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742744 is #8BD8BB. Grayscale: #414141. Windows color (decimal): -9164988 or 4466548. OLE color: 4466548.

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

Color convert

RGB1163968-
CMYK00.660.410.55
HSL337.4º49.68%30.39%-
HSV(B)337.4º66.38%45.49%-
XYZ8.975.586.07-
YUV65.33129.51164.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=52.02%
G=17.49%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116396800.660.410.55337.449.6830.39
Hex7427440422937151321e
Octal16447104010251675216236
Binary111010010011110001000100001010100111011110101000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742744; }

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

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

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

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

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

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

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

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