#722F47

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

Shades of Flirt #722F47

Tints of Flirt #722F47

Color information

#722F47 (or 0x722F47) is unknown color: approx Flirt. HEX triplet: 72, 2F and 47. RGB value is (114,47,71). Sum of RGB (Red+Green+Blue) = 114+47+71=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F47 is #8DD0B8. Grayscale: #454545. Windows color (decimal): -9294009 or 4665202. OLE color: 4665202.

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

Color convert

RGB1144771-
CMYK00.590.380.55
HSL338.51º41.61%31.57%-
HSV(B)338.51º58.77%44.71%-
XYZ9.096.076.65-
YUV69.77128.7159.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=49.14%
G=20.26%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114477100.590.380.55338.5141.6131.57
Hex722F4703B26371532a20
Octal1625710707346675235240
Binary111001010111110001110111011100110110111101010011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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