#722F4F

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

Shades of Flirt #722F4F

Tints of Flirt #722F4F

Color information

#722F4F (or 0x722F4F) is unknown color: approx Flirt. HEX triplet: 72, 2F and 4F. RGB value is (114,47,79). Sum of RGB (Red+Green+Blue) = 114+47+79=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #722F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F4F is #8DD0B0. Grayscale: #464646. Windows color (decimal): -9294001 or 5189490. OLE color: 5189490.

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

Color convert

RGB1144779-
CMYK00.590.310.55
HSL331.34º41.61%31.57%-
HSV(B)331.34º58.77%44.71%-
XYZ9.376.178.1-
YUV70.68132.7158.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=47.5%
G=19.58%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114477900.590.310.55331.3441.6131.57
Hex722F4F03B1F3714b2a20
Octal1625711707337675135240
Binary11100101011111001111011101111111110111101001011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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