#753043

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

Shades of Flirt #753043

Tints of Flirt #753043

Color information

#753043 (or 0x753043) is unknown color: approx Flirt. HEX triplet: 75, 30 and 43. RGB value is (117,48,67). Sum of RGB (Red+Green+Blue) = 117+48+67=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753043 is #8ACFBC. Grayscale: #464646. Windows color (decimal): -9097149 or 4403317. OLE color: 4403317.

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

Color convert

RGB1174867-
CMYK00.590.430.54
HSL343.48º41.82%32.35%-
HSV(B)343.48º58.97%45.88%-
XYZ9.416.36.03-
YUV70.8125.86160.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=50.43%
G=20.69%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117486700.590.430.54343.4841.8232.35
Hex75304303B2B361572a20
Octal1656010307353665275240
Binary111010111000010000110111011101011110110101010111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753043; }

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

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

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

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

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

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

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

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