#723059

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

Shades of Flirt #723059

Tints of Flirt #723059

Color information

#723059 (or 0x723059) is unknown color: approx Flirt. HEX triplet: 72, 30 and 59. RGB value is (114,48,89). Sum of RGB (Red+Green+Blue) = 114+48+89=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #723059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723059 is #8DCFA6. Grayscale: #484848. Windows color (decimal): -9293735 or 5845106. OLE color: 5845106.

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

Color convert

RGB1144889-
CMYK00.580.220.55
HSL322.73º40.74%31.76%-
HSV(B)322.73º57.89%44.71%-
XYZ9.86.4110.17-
YUV72.41137.37157.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=45.42%
G=19.12%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114488900.580.220.55322.7340.7431.76
Hex72305903A16371432920
Octal1626013107226675035140
Binary11100101100001011001011101010110110111101000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723059; }

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

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

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

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

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

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

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

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