#752E43

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

Shades of Flirt #752E43

Tints of Flirt #752E43

Color information

#752E43 (or 0x752E43) is unknown color: approx Flirt. HEX triplet: 75, 2E and 43. RGB value is (117,46,67). Sum of RGB (Red+Green+Blue) = 117+46+67=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E43 is #8AD1BC. Grayscale: #454545. Windows color (decimal): -9097661 or 4402805. OLE color: 4402805.

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

Color convert

RGB1174667-
CMYK00.610.430.54
HSL342.25º43.56%31.96%-
HSV(B)342.25º60.68%45.88%-
XYZ9.336.146-
YUV69.62126.52161.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=50.87%
G=20%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117466700.610.430.54342.2543.5631.96
Hex752E4303D2B361562c20
Octal1655610307553665265440
Binary111010110111010000110111101101011110110101010110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,67); }

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

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

 a { background-color: rgb(117,46,67); }

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

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

 span { border-color: rgb(117,46,67); }

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