#752351

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

Shades of Flirt #752351

Tints of Flirt #752351

Color information

#752351 (or 0x752351) is unknown color: approx Flirt. HEX triplet: 75, 23 and 51. RGB value is (117,35,81). Sum of RGB (Red+Green+Blue) = 117+35+81=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752351 is #8ADCAE. Grayscale: #404040. Windows color (decimal): -9100463 or 5317493. OLE color: 5317493.

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

Color convert

RGB1173581-
CMYK00.700.310.54
HSL326.34º53.95%29.8%-
HSV(B)326.34º70.09%45.88%-
XYZ9.425.588.36-
YUV64.76137.17165.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=50.21%
G=15.02%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117358100.700.310.54326.3453.9529.8
Hex7523510461F36146361e
Octal16543121010637665066636
Binary11101011000111010001010001101111111011010100011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752351; }

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

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

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

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

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

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

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

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