#723552

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

Shades of Flirt #723552

Tints of Flirt #723552

Color information

#723552 (or 0x723552) is unknown color: approx Flirt. HEX triplet: 72, 35 and 52. RGB value is (114,53,82). Sum of RGB (Red+Green+Blue) = 114+53+82=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #723552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723552 is #8DCAAD. Grayscale: #4A4A4A. Windows color (decimal): -9292462 or 5387634. OLE color: 5387634.

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

Color convert

RGB1145382-
CMYK00.540.280.55
HSL331.48º36.53%32.75%-
HSV(B)331.48º53.51%44.71%-
XYZ9.746.738.77-
YUV74.54132.21156.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=45.78%
G=21.29%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114538200.540.280.55331.4836.5332.75
Hex7235520361C3714b2521
Octal1626512206634675134541
Binary11100101101011010010011011011100110111101001011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723552; }

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

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

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

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

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

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

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

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