#723346

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

Shades of Flirt #723346

Tints of Flirt #723346

Color information

#723346 (or 0x723346) is unknown color: approx Flirt. HEX triplet: 72, 33 and 46. RGB value is (114,51,70). Sum of RGB (Red+Green+Blue) = 114+51+70=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #723346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723346 is #8DCCB9. Grayscale: #474747. Windows color (decimal): -9292986 or 4600690. OLE color: 4600690.

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

Color convert

RGB1145170-
CMYK00.550.390.55
HSL341.9º38.18%32.35%-
HSV(B)341.9º55.26%44.71%-
XYZ9.236.396.54-
YUV72126.87157.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=48.51%
G=21.70%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114517000.550.390.55341.938.1832.35
Hex72334603727371562620
Octal1626310606747675264640
Binary111001011001110001100110111100111110111101010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723346; }

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

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

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

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

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

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

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

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