#723655

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

Shades of Flirt #723655

Tints of Flirt #723655

Color information

#723655 (or 0x723655) is unknown color: approx Flirt. HEX triplet: 72, 36 and 55. RGB value is (114,54,85). Sum of RGB (Red+Green+Blue) = 114+54+85=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #723655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723655 is #8DC9AA. Grayscale: #4B4B4B. Windows color (decimal): -9292203 or 5584498. OLE color: 5584498.

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

Color convert

RGB1145485-
CMYK00.530.250.55
HSL329º35.71%32.94%-
HSV(B)329º52.63%44.71%-
XYZ9.96.879.4-
YUV75.47133.38155.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=45.06%
G=21.34%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114548500.530.250.5532935.7132.94
Hex72365503519371492421
Octal1626612506531675114441
Binary11100101101101010101011010111001110111101001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723655; }

 p { color: rgb(114,54,85); }

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

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

 a { background-color: rgb(114,54,85); }

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

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

 span { border-color: rgb(114,54,85); }

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