#722D47

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

Shades of Flirt #722D47

Tints of Flirt #722D47

Color information

#722D47 (or 0x722D47) is unknown color: approx Flirt. HEX triplet: 72, 2D and 47. RGB value is (114,45,71). Sum of RGB (Red+Green+Blue) = 114+45+71=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #722D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D47 is #8DD2B8. Grayscale: #444444. Windows color (decimal): -9294521 or 4664690. OLE color: 4664690.

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

Color convert

RGB1144571-
CMYK00.610.380.55
HSL337.39º43.4%31.18%-
HSV(B)337.39º60.53%44.71%-
XYZ9.025.916.63-
YUV68.6129.36160.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=49.57%
G=19.57%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114457100.610.380.55337.3943.431.18
Hex722D4703D26371512b1f
Octal1625510707546675215337
Binary11100101011011000111011110110011011011110101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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