#722F55

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

Shades of Flirt #722F55

Tints of Flirt #722F55

Color information

#722F55 (or 0x722F55) is unknown color: approx Flirt. HEX triplet: 72, 2F and 55. RGB value is (114,47,85). Sum of RGB (Red+Green+Blue) = 114+47+85=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #722F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F55 is #8DD0AA. Grayscale: #474747. Windows color (decimal): -9293995 or 5582706. OLE color: 5582706.

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

Color convert

RGB1144785-
CMYK00.590.250.55
HSL325.97º41.61%31.57%-
HSV(B)325.97º58.77%44.71%-
XYZ9.66.279.3-
YUV71.36135.7158.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=46.34%
G=19.11%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114478500.590.250.55325.9741.6131.57
Hex722F5503B19371462a20
Octal1625712507331675065240
Binary11100101011111010101011101111001110111101000110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F55; }

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

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

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

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

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

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

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

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