#723149

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

Shades of Flirt #723149

Tints of Flirt #723149

Color information

#723149 (or 0x723149) is unknown color: approx Flirt. HEX triplet: 72, 31 and 49. RGB value is (114,49,73). Sum of RGB (Red+Green+Blue) = 114+49+73=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723149 is #8DCEB6. Grayscale: #474747. Windows color (decimal): -9293495 or 4796786. OLE color: 4796786.

HSL color Cylindrical-coordinate representation of color #723149: hue angle of 337.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723149 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1144973-
CMYK00.570.360.55
HSL337.85º39.88%31.96%-
HSV(B)337.85º57.02%44.71%-
XYZ9.246.267.02-
YUV71.17129.03158.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=48.31%
G=20.76%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114497300.570.360.55337.8539.8831.96
Hex72314903924371522820
Octal1626111107144675225040
Binary111001011000110010010111001100100110111101010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723149; }

 p { color: rgb(114,49,73); }

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

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

 a { background-color: rgb(114,49,73); }

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

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

 span { border-color: rgb(114,49,73); }

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