#753249

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

Shades of Flirt #753249

Tints of Flirt #753249

Color information

#753249 (or 0x753249) is unknown color: approx Flirt. HEX triplet: 75, 32 and 49. RGB value is (117,50,73). Sum of RGB (Red+Green+Blue) = 117+50+73=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753249 is #8ACDB6. Grayscale: #484848. Windows color (decimal): -9096631 or 4797045. OLE color: 4797045.

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

Color convert

RGB1175073-
CMYK00.570.380.54
HSL339.4º40.12%32.75%-
HSV(B)339.4º57.26%45.88%-
XYZ9.686.547.06-
YUV72.66128.2159.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=48.75%
G=20.83%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117507300.570.380.54339.440.1232.75
Hex75324903926361532821
Octal1656211107146665235041
Binary111010111001010010010111001100110110110101010011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753249; }

 p { color: rgb(117,50,73); }

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

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

 a { background-color: rgb(117,50,73); }

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

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

 span { border-color: rgb(117,50,73); }

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