#723050

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

Shades of Flirt #723050

Tints of Flirt #723050

Color information

#723050 (or 0x723050) is unknown color: approx Flirt. HEX triplet: 72, 30 and 50. RGB value is (114,48,80). Sum of RGB (Red+Green+Blue) = 114+48+80=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #723050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723050 is #8DCFAF. Grayscale: #474747. Windows color (decimal): -9293744 or 5255282. OLE color: 5255282.

HSL color Cylindrical-coordinate representation of color #723050: hue angle of 330.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #723050 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1144880-
CMYK00.580.300.55
HSL330.91º40.74%31.76%-
HSV(B)330.91º57.89%44.71%-
XYZ9.446.278.3-
YUV71.38132.87158.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=47.11%
G=19.83%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114488000.580.300.55330.9140.7431.76
Hex72305003A1E3714b2920
Octal1626012007236675135140
Binary11100101100001010000011101011110110111101001011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723050; }

 p { color: rgb(114,48,80); }

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

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

 a { background-color: rgb(114,48,80); }

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

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

 span { border-color: rgb(114,48,80); }

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