#723446

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

Shades of Flirt #723446

Tints of Flirt #723446

Color information

#723446 (or 0x723446) is unknown color: approx Flirt. HEX triplet: 72, 34 and 46. RGB value is (114,52,70). Sum of RGB (Red+Green+Blue) = 114+52+70=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723446 is #8DCBB9. Grayscale: #484848. Windows color (decimal): -9292730 or 4600946. OLE color: 4600946.

HSL color Cylindrical-coordinate representation of color #723446: hue angle of 342.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #723446 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1145270-
CMYK00.540.390.55
HSL342.58º37.35%32.55%-
HSV(B)342.58º54.39%44.71%-
XYZ9.276.486.56-
YUV72.59126.54157.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=48.31%
G=22.03%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114527000.540.390.55342.5837.3532.55
Hex72344603627371572521
Octal1626410606647675274541
Binary111001011010010001100110110100111110111101010111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723446; }

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

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

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

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

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

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

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

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