#753246

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

Shades of Flirt #753246

Tints of Flirt #753246

Color information

#753246 (or 0x753246) is unknown color: approx Flirt. HEX triplet: 75, 32 and 46. RGB value is (117,50,70). Sum of RGB (Red+Green+Blue) = 117+50+70=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753246 is #8ACDB9. Grayscale: #484848. Windows color (decimal): -9096634 or 4600437. OLE color: 4600437.

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

Color convert

RGB1175070-
CMYK00.570.400.54
HSL342.09º40.12%32.75%-
HSV(B)342.09º57.26%45.88%-
XYZ9.586.516.54-
YUV72.31126.7159.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=49.37%
G=21.10%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117507000.570.400.54342.0940.1232.75
Hex75324603928361562821
Octal1656210607150665265041
Binary111010111001010001100111001101000110110101010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753246; }

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

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

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

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

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

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

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

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