#753147

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

Shades of Flirt #753147

Tints of Flirt #753147

Color information

#753147 (or 0x753147) is unknown color: approx Flirt. HEX triplet: 75, 31 and 47. RGB value is (117,49,71). Sum of RGB (Red+Green+Blue) = 117+49+71=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753147 is #8ACEB8. Grayscale: #474747. Windows color (decimal): -9096889 or 4665717. OLE color: 4665717.

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

Color convert

RGB1174971-
CMYK00.580.390.54
HSL340.59º40.96%32.55%-
HSV(B)340.59º58.12%45.88%-
XYZ9.576.436.7-
YUV71.84127.53160.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=49.37%
G=20.68%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117497100.580.390.54340.5940.9632.55
Hex75314703A27361552921
Octal1656110707247665255141
Binary111010111000110001110111010100111110110101010101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753147; }

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

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

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

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

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

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

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

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