#713750

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

Shades of Flirt #713750

Tints of Flirt #713750

Color information

#713750 (or 0x713750) is unknown color: approx Flirt. HEX triplet: 71, 37 and 50. RGB value is (113,55,80). Sum of RGB (Red+Green+Blue) = 113+55+80=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713750 is #8EC8AF. Grayscale: #4B4B4B. Windows color (decimal): -9357488 or 5257073. OLE color: 5257073.

HSL color Cylindrical-coordinate representation of color #713750: hue angle of 334.14º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713750 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1135580-
CMYK00.510.290.56
HSL334.14º34.52%32.94%-
HSV(B)334.14º51.33%44.31%-
XYZ9.626.828.4-
YUV75.19130.72154.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=45.56%
G=22.18%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113558000.510.290.56334.1434.5232.94
Hex7137500331D3814e2321
Octal1616712006335705164341
Binary11100011101111010000011001111101111000101001110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713750; }

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

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

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

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

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

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

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

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