#723350

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

Shades of Flirt #723350

Tints of Flirt #723350

Color information

#723350 (or 0x723350) is unknown color: approx Flirt. HEX triplet: 72, 33 and 50. RGB value is (114,51,80). Sum of RGB (Red+Green+Blue) = 114+51+80=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #723350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723350 is #8DCCAF. Grayscale: #494949. Windows color (decimal): -9292976 or 5256050. OLE color: 5256050.

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

Color convert

RGB1145180-
CMYK00.550.300.55
HSL332.38º38.18%32.35%-
HSV(B)332.38º55.26%44.71%-
XYZ9.576.528.34-
YUV73.14131.87157.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=46.53%
G=20.82%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114518000.550.300.55332.3838.1832.35
Hex7233500371E3714c2620
Octal1626312006736675144640
Binary11100101100111010000011011111110110111101001100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723350; }

 p { color: rgb(114,51,80); }

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

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

 a { background-color: rgb(114,51,80); }

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

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

 span { border-color: rgb(114,51,80); }

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