#722D4C

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

Shades of Flirt #722D4C

Tints of Flirt #722D4C

Color information

#722D4C (or 0x722D4C) is unknown color: approx Flirt. HEX triplet: 72, 2D and 4C. RGB value is (114,45,76). Sum of RGB (Red+Green+Blue) = 114+45+76=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D4C is #8DD2B3. Grayscale: #454545. Windows color (decimal): -9294516 or 4992370. OLE color: 4992370.

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

Color convert

RGB1144576-
CMYK00.610.330.55
HSL333.04º43.4%31.18%-
HSV(B)333.04º60.53%44.71%-
XYZ9.185.987.51-
YUV69.16131.86159.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=48.51%
G=19.15%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114457600.610.330.55333.0443.431.18
Hex722D4C03D213714d2b1f
Octal1625511407541675155337
Binary11100101011011001100011110110000111011110100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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