#722D49

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

Shades of Flirt #722D49

Tints of Flirt #722D49

Color information

#722D49 (or 0x722D49) is unknown color: approx Flirt. HEX triplet: 72, 2D and 49. RGB value is (114,45,73). Sum of RGB (Red+Green+Blue) = 114+45+73=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D49 is #8DD2B6. Grayscale: #444444. Windows color (decimal): -9294519 or 4795762. OLE color: 4795762.

HSL color Cylindrical-coordinate representation of color #722D49: hue angle of 335.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D49 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1144573-
CMYK00.610.360.55
HSL335.65º43.4%31.18%-
HSV(B)335.65º60.53%44.71%-
XYZ9.085.946.97-
YUV68.82130.36160.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=49.14%
G=19.40%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114457300.610.360.55335.6543.431.18
Hex722D4903D24371502b1f
Octal1625511107544675205337
Binary11100101011011001001011110110010011011110101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,45,73); }

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

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

 a { background-color: rgb(114,45,73); }

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

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

 span { border-color: rgb(114,45,73); }

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