#723147

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

Shades of Flirt #723147

Tints of Flirt #723147

Color information

#723147 (or 0x723147) is unknown color: approx Flirt. HEX triplet: 72, 31 and 47. RGB value is (114,49,71). Sum of RGB (Red+Green+Blue) = 114+49+71=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #723147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723147 is #8DCEB8. Grayscale: #464646. Windows color (decimal): -9293497 or 4665714. OLE color: 4665714.

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

Color convert

RGB1144971-
CMYK00.570.380.55
HSL339.69º39.88%31.96%-
HSV(B)339.69º57.02%44.71%-
XYZ9.186.236.68-
YUV70.94128.03158.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=48.72%
G=20.94%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114497100.570.380.55339.6939.8831.96
Hex72314703926371542820
Octal1626110707146675245040
Binary111001011000110001110111001100110110111101010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723147; }

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

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

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

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

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

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

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

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