#752955

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

Shades of Flirt #752955

Tints of Flirt #752955

Color information

#752955 (or 0x752955) is unknown color: approx Flirt. HEX triplet: 75, 29 and 55. RGB value is (117,41,85). Sum of RGB (Red+Green+Blue) = 117+41+85=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #752955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752955 is #8AD6AA. Grayscale: #444444. Windows color (decimal): -9098923 or 5581173. OLE color: 5581173.

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

Color convert

RGB1174185-
CMYK00.650.270.54
HSL325.26º48.1%30.98%-
HSV(B)325.26º64.96%45.88%-
XYZ9.776.029.24-
YUV68.74137.18162.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=48.15%
G=16.87%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117418500.650.270.54325.2648.130.98
Hex7529550411B36145301f
Octal16551125010133665056037
Binary11101011010011010101010000011101111011010100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752955; }

 p { color: rgb(117,41,85); }

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

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

 a { background-color: rgb(117,41,85); }

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

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

 span { border-color: rgb(117,41,85); }

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