#723355

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

Shades of Flirt #723355

Tints of Flirt #723355

Color information

#723355 (or 0x723355) is unknown color: approx Flirt. HEX triplet: 72, 33 and 55. RGB value is (114,51,85). Sum of RGB (Red+Green+Blue) = 114+51+85=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #723355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723355 is #8DCCAA. Grayscale: #494949. Windows color (decimal): -9292971 or 5583730. OLE color: 5583730.

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

Color convert

RGB1145185-
CMYK00.550.250.55
HSL327.62º38.18%32.35%-
HSV(B)327.62º55.26%44.71%-
XYZ9.766.69.35-
YUV73.71134.37156.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 85 (33.59% from 255) = 34%
R=45.6%
G=20.4%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114518500.550.250.55327.6238.1832.35
Hex72335503719371482620
Octal1626312506731675104640
Binary11100101100111010101011011111001110111101001000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723355; }

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

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

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

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

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

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

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

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