#723550

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

Shades of Flirt #723550

Tints of Flirt #723550

Color information

#723550 (or 0x723550) is unknown color: approx Flirt. HEX triplet: 72, 35 and 50. RGB value is (114,53,80). Sum of RGB (Red+Green+Blue) = 114+53+80=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #723550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723550 is #8DCAAF. Grayscale: #4A4A4A. Windows color (decimal): -9292464 or 5256562. OLE color: 5256562.

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

Color convert

RGB1145380-
CMYK00.540.300.55
HSL333.44º36.53%32.75%-
HSV(B)333.44º53.51%44.71%-
XYZ9.666.78.37-
YUV74.32131.21156.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=46.15%
G=21.46%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114538000.540.300.55333.4436.5332.75
Hex7235500361E3714d2521
Octal1626512006636675154541
Binary11100101101011010000011011011110110111101001101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723550; }

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

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

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

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

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

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

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

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