#723750

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

Shades of Flirt #723750

Tints of Flirt #723750

Color information

#723750 (or 0x723750) is unknown color: approx Flirt. HEX triplet: 72, 37 and 50. RGB value is (114,55,80). Sum of RGB (Red+Green+Blue) = 114+55+80=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #723750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723750 is #8DC8AF. Grayscale: #4B4B4B. Windows color (decimal): -9291952 or 5257074. OLE color: 5257074.

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

Color convert

RGB1145580-
CMYK00.520.300.55
HSL334.58º34.91%33.14%-
HSV(B)334.58º51.75%44.71%-
XYZ9.756.898.41-
YUV75.49130.55155.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=45.78%
G=22.09%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114558000.520.300.55334.5834.9133.14
Hex7237500341E3714f2321
Octal1626712006436675174341
Binary11100101101111010000011010011110110111101001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723750; }

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

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

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

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

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

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

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

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