#752352

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

Shades of Flirt #752352

Tints of Flirt #752352

Color information

#752352 (or 0x752352) is unknown color: approx Flirt. HEX triplet: 75, 23 and 52. RGB value is (117,35,82). Sum of RGB (Red+Green+Blue) = 117+35+82=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #752352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752352 is #8ADCAD. Grayscale: #404040. Windows color (decimal): -9100462 or 5383029. OLE color: 5383029.

HSL color Cylindrical-coordinate representation of color #752352: hue angle of 325.61º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752352 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1173582-
CMYK00.700.300.54
HSL325.61º53.95%29.8%-
HSV(B)325.61º70.09%45.88%-
XYZ9.465.598.56-
YUV64.88137.67165.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=50%
G=14.96%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117358200.700.300.54325.6153.9529.8
Hex7523520461E36146361e
Octal16543122010636665066636
Binary11101011000111010010010001101111011011010100011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752352; }

 p { color: rgb(117,35,82); }

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

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

 a { background-color: rgb(117,35,82); }

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

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

 span { border-color: rgb(117,35,82); }

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