#752744

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

Shades of Flirt #752744

Tints of Flirt #752744

Color information

#752744 (or 0x752744) is unknown color: approx Flirt. HEX triplet: 75, 27 and 44. RGB value is (117,39,68). Sum of RGB (Red+Green+Blue) = 117+39+68=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #752744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752744 is #8AD8BB. Grayscale: #414141. Windows color (decimal): -9099452 or 4466549. OLE color: 4466549.

HSL color Cylindrical-coordinate representation of color #752744: hue angle of 337.69º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752744 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1173968-
CMYK00.670.420.54
HSL337.69º50%30.59%-
HSV(B)337.69º66.67%45.88%-
XYZ9.115.656.08-
YUV65.63129.34164.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=52.23%
G=17.41%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117396800.670.420.54337.695030.59
Hex7527440432A36152321f
Octal16547104010352665226237
Binary111010110011110001000100001110101011011010101001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752744; }

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

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

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

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

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

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

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

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