#753452

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

Shades of Flirt #753452

Tints of Flirt #753452

Color information

#753452 (or 0x753452) is unknown color: approx Flirt. HEX triplet: 75, 34 and 52. RGB value is (117,52,82). Sum of RGB (Red+Green+Blue) = 117+52+82=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753452 is #8ACBAD. Grayscale: #4A4A4A. Windows color (decimal): -9096110 or 5387381. OLE color: 5387381.

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

Color convert

RGB1175282-
CMYK00.560.300.54
HSL332.31º38.46%33.14%-
HSV(B)332.31º55.56%45.88%-
XYZ10.096.858.77-
YUV74.85132.03158.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=46.61%
G=20.72%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117528200.560.300.54332.3138.4633.14
Hex7534520381E3614c2621
Octal1656412207036665144641
Binary11101011101001010010011100011110110110101001100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753452; }

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

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

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

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

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

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

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

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