#722E59

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

Shades of Flirt #722E59

Tints of Flirt #722E59

Color information

#722E59 (or 0x722E59) is unknown color: approx Flirt. HEX triplet: 72, 2E and 59. RGB value is (114,46,89). Sum of RGB (Red+Green+Blue) = 114+46+89=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #722E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E59 is #8DD1A6. Grayscale: #474747. Windows color (decimal): -9294247 or 5844594. OLE color: 5844594.

HSL color Cylindrical-coordinate representation of color #722E59: hue angle of 322.06º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E59 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1144689-
CMYK00.600.220.55
HSL322.06º42.5%31.37%-
HSV(B)322.06º59.65%44.71%-
XYZ9.726.2510.15-
YUV71.23138.03158.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=45.78%
G=18.47%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114468900.600.220.55322.0642.531.37
Hex722E5903C16371422a1f
Octal1625613107426675025237
Binary1110010101110101100101111001011011011110100001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,46,89); }

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

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

 a { background-color: rgb(114,46,89); }

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

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

 span { border-color: rgb(114,46,89); }

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