#753347

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

Shades of Flirt #753347

Tints of Flirt #753347

Color information

#753347 (or 0x753347) is unknown color: approx Flirt. HEX triplet: 75, 33 and 47. RGB value is (117,51,71). Sum of RGB (Red+Green+Blue) = 117+51+71=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753347 is #8ACCB8. Grayscale: #494949. Windows color (decimal): -9096377 or 4666229. OLE color: 4666229.

HSL color Cylindrical-coordinate representation of color #753347: hue angle of 341.82º degrees, saturation: 0.39, 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 #753347 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1175171-
CMYK00.560.390.54
HSL341.82º39.29%32.94%-
HSV(B)341.82º56.41%45.88%-
XYZ9.666.66.73-
YUV73.01126.87159.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=48.95%
G=21.34%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117517100.560.390.54341.8239.2932.94
Hex75334703827361562721
Octal1656310707047665264741
Binary111010111001110001110111000100111110110101010110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753347; }

 p { color: rgb(117,51,71); }

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

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

 a { background-color: rgb(117,51,71); }

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

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

 span { border-color: rgb(117,51,71); }

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