#722C47

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

Shades of Flirt #722C47

Tints of Flirt #722C47

Color information

#722C47 (or 0x722C47) is unknown color: approx Flirt. HEX triplet: 72, 2C and 47. RGB value is (114,44,71). Sum of RGB (Red+Green+Blue) = 114+44+71=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #722C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C47 is #8DD3B8. Grayscale: #434343. Windows color (decimal): -9294777 or 4664434. OLE color: 4664434.

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

Color convert

RGB1144471-
CMYK00.610.380.55
HSL336.86º44.3%30.98%-
HSV(B)336.86º61.4%44.71%-
XYZ8.985.836.61-
YUV68.01129.69160.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=49.78%
G=19.21%
B=31.00%

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
Decimal114447100.610.380.55336.8644.330.98
Hex722C4703D26371512c1f
Octal1625410707546675215437
Binary11100101011001000111011110110011011011110101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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