#753153

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

Shades of Flirt #753153

Tints of Flirt #753153

Color information

#753153 (or 0x753153) is unknown color: approx Flirt. HEX triplet: 75, 31 and 53. RGB value is (117,49,83). Sum of RGB (Red+Green+Blue) = 117+49+83=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753153 is #8ACEAC. Grayscale: #494949. Windows color (decimal): -9096877 or 5452149. OLE color: 5452149.

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

Color convert

RGB1174983-
CMYK00.580.290.54
HSL330º40.96%32.55%-
HSV(B)330º58.12%45.88%-
XYZ106.68.93-
YUV73.21133.53159.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=46.99%
G=19.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117498300.580.290.5433040.9632.55
Hex75315303A1D3614a2921
Octal1656112307235665125141
Binary11101011100011010011011101011101110110101001010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753153; }

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

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

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

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

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

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

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

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