#752453

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

Shades of Flirt #752453

Tints of Flirt #752453

Color information

#752453 (or 0x752453) is unknown color: approx Flirt. HEX triplet: 75, 24 and 53. RGB value is (117,36,83). Sum of RGB (Red+Green+Blue) = 117+36+83=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #752453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752453 is #8ADBAC. Grayscale: #414141. Windows color (decimal): -9100205 or 5448821. OLE color: 5448821.

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

Color convert

RGB1173683-
CMYK00.690.290.54
HSL325.19º52.94%30%-
HSV(B)325.19º69.23%45.88%-
XYZ9.535.678.78-
YUV65.58137.84164.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=49.58%
G=15.25%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117368300.690.290.54325.1952.9430
Hex7524530451D36145351e
Octal16544123010535665056536
Binary11101011001001010011010001011110111011010100010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752453; }

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

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

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

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

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

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

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

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