#752452

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

Shades of Flirt #752452

Tints of Flirt #752452

Color information

#752452 (or 0x752452) is unknown color: approx Flirt. HEX triplet: 75, 24 and 52. RGB value is (117,36,82). Sum of RGB (Red+Green+Blue) = 117+36+82=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752452 is #8ADBAD. Grayscale: #414141. Windows color (decimal): -9100206 or 5383285. OLE color: 5383285.

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

Color convert

RGB1173682-
CMYK00.690.300.54
HSL325.93º52.94%30%-
HSV(B)325.93º69.23%45.88%-
XYZ9.495.658.57-
YUV65.46137.34164.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=49.79%
G=15.32%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117368200.690.300.54325.9352.9430
Hex7524520451E36146351e
Octal16544122010536665066536
Binary11101011001001010010010001011111011011010100011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752452; }

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

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

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

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

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

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

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

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