#752F45

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

Shades of Flirt #752F45

Tints of Flirt #752F45

Color information

#752F45 (or 0x752F45) is unknown color: approx Flirt. HEX triplet: 75, 2F and 45. RGB value is (117,47,69). Sum of RGB (Red+Green+Blue) = 117+47+69=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F45 is #8AD0BA. Grayscale: #464646. Windows color (decimal): -9097403 or 4534133. OLE color: 4534133.

HSL color Cylindrical-coordinate representation of color #752F45: hue angle of 341.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F45 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1174769-
CMYK00.600.410.54
HSL341.14º42.68%32.16%-
HSV(B)341.14º59.83%45.88%-
XYZ9.436.246.34-
YUV70.44127.19161.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=50.21%
G=20.17%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117476900.600.410.54341.1442.6832.16
Hex752F4503C29361552b20
Octal1655710507451665255340
Binary111010110111110001010111100101001110110101010101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752F45; }

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

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

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

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

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

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

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

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