#723253

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

Shades of Flirt #723253

Tints of Flirt #723253

Color information

#723253 (or 0x723253) is unknown color: approx Flirt. HEX triplet: 72, 32 and 53. RGB value is (114,50,83). Sum of RGB (Red+Green+Blue) = 114+50+83=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #723253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723253 is #8DCDAC. Grayscale: #484848. Windows color (decimal): -9293229 or 5452402. OLE color: 5452402.

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

Color convert

RGB1145083-
CMYK00.560.270.55
HSL329.06º39.02%32.16%-
HSV(B)329.06º56.14%44.71%-
XYZ9.646.488.93-
YUV72.9133.7157.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=46.15%
G=20.24%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114508300.560.270.55329.0639.0232.16
Hex7232530381B371492720
Octal1626212307033675114740
Binary11100101100101010011011100011011110111101001001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723253; }

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

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

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

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

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

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

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

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