#722D48

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

Shades of Flirt #722D48

Tints of Flirt #722D48

Color information

#722D48 (or 0x722D48) is unknown color: approx Flirt. HEX triplet: 72, 2D and 48. RGB value is (114,45,72). Sum of RGB (Red+Green+Blue) = 114+45+72=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D48 is #8DD2B7. Grayscale: #444444. Windows color (decimal): -9294520 or 4730226. OLE color: 4730226.

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

Color convert

RGB1144572-
CMYK00.610.370.55
HSL336.52º43.4%31.18%-
HSV(B)336.52º60.53%44.71%-
XYZ9.055.926.8-
YUV68.71129.86160.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=49.35%
G=19.48%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114457200.610.370.55336.5243.431.18
Hex722D4803D25371512b1f
Octal1625511007545675215337
Binary11100101011011001000011110110010111011110101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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