#753049

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

Shades of Flirt #753049

Tints of Flirt #753049

Color information

#753049 (or 0x753049) is unknown color: approx Flirt. HEX triplet: 75, 30 and 49. RGB value is (117,48,73). Sum of RGB (Red+Green+Blue) = 117+48+73=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #753049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753049 is #8ACFB6. Grayscale: #474747. Windows color (decimal): -9097143 or 4796533. OLE color: 4796533.

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

Color convert

RGB1174873-
CMYK00.590.380.54
HSL338.26º41.82%32.35%-
HSV(B)338.26º58.97%45.88%-
XYZ9.66.387.03-
YUV71.48128.86160.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=49.16%
G=20.17%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117487300.590.380.54338.2641.8232.35
Hex75304903B26361522a20
Octal1656011107346665225240
Binary111010111000010010010111011100110110110101010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753049; }

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

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

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

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

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

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

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

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