#752743

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

Shades of Flirt #752743

Tints of Flirt #752743

Color information

#752743 (or 0x752743) is unknown color: approx Flirt. HEX triplet: 75, 27 and 43. RGB value is (117,39,67). Sum of RGB (Red+Green+Blue) = 117+39+67=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752743 is #8AD8BC. Grayscale: #414141. Windows color (decimal): -9099453 or 4401013. OLE color: 4401013.

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

Color convert

RGB1173967-
CMYK00.670.430.54
HSL338.46º50%30.59%-
HSV(B)338.46º66.67%45.88%-
XYZ9.075.645.92-
YUV65.51128.84164.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 67 (26.56% from 255) = 30.04%
R=52.47%
G=17.49%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117396700.670.430.54338.465030.59
Hex7527430432B36152321f
Octal16547103010353665226237
Binary111010110011110000110100001110101111011010101001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752743; }

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

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

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

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

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

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

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

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