#752745

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

Shades of Flirt #752745

Tints of Flirt #752745

Color information

#752745 (or 0x752745) is unknown color: approx Flirt. HEX triplet: 75, 27 and 45. RGB value is (117,39,69). Sum of RGB (Red+Green+Blue) = 117+39+69=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752745 is #8AD8BA. Grayscale: #414141. Windows color (decimal): -9099451 or 4532085. OLE color: 4532085.

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

Color convert

RGB1173969-
CMYK00.670.410.54
HSL336.92º50%30.59%-
HSV(B)336.92º66.67%45.88%-
XYZ9.145.666.24-
YUV65.74129.84164.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=52%
G=17.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117396900.670.410.54336.925030.59
Hex7527450432936151321f
Octal16547105010351665216237
Binary111010110011110001010100001110100111011010101000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752745; }

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

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

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

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

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

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

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

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