#723352

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

Shades of Flirt #723352

Tints of Flirt #723352

Color information

#723352 (or 0x723352) is unknown color: approx Flirt. HEX triplet: 72, 33 and 52. RGB value is (114,51,82). Sum of RGB (Red+Green+Blue) = 114+51+82=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #723352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723352 is #8DCCAD. Grayscale: #494949. Windows color (decimal): -9292974 or 5387122. OLE color: 5387122.

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

Color convert

RGB1145182-
CMYK00.550.280.55
HSL330.48º38.18%32.35%-
HSV(B)330.48º55.26%44.71%-
XYZ9.656.558.74-
YUV73.37132.87156.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=46.15%
G=20.65%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114518200.550.280.55330.4838.1832.35
Hex7233520371C3714a2620
Octal1626312206734675124640
Binary11100101100111010010011011111100110111101001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723352; }

 p { color: rgb(114,51,82); }

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

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

 a { background-color: rgb(114,51,82); }

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

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

 span { border-color: rgb(114,51,82); }

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