#723255

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

Shades of Flirt #723255

Tints of Flirt #723255

Color information

#723255 (or 0x723255) is unknown color: approx Flirt. HEX triplet: 72, 32 and 55. RGB value is (114,50,85). Sum of RGB (Red+Green+Blue) = 114+50+85=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #723255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723255 is #8DCDAA. Grayscale: #494949. Windows color (decimal): -9293227 or 5583474. OLE color: 5583474.

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

Color convert

RGB1145085-
CMYK00.560.250.55
HSL327.19º39.02%32.16%-
HSV(B)327.19º56.14%44.71%-
XYZ9.726.519.34-
YUV73.13134.7157.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=45.78%
G=20.08%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114508500.560.250.55327.1939.0232.16
Hex72325503819371472720
Octal1626212507031675074740
Binary11100101100101010101011100011001110111101000111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723255; }

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

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

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

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

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

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

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

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