#713650

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

Shades of Flirt #713650

Tints of Flirt #713650

Color information

#713650 (or 0x713650) is unknown color: approx Flirt. HEX triplet: 71, 36 and 50. RGB value is (113,54,80). Sum of RGB (Red+Green+Blue) = 113+54+80=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713650 is #8EC9AF. Grayscale: #4A4A4A. Windows color (decimal): -9357744 or 5256817. OLE color: 5256817.

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

Color convert

RGB1135480-
CMYK00.520.290.56
HSL333.56º35.33%32.75%-
HSV(B)333.56º52.21%44.31%-
XYZ9.586.738.38-
YUV74.6131.05155.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=45.75%
G=21.86%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113548000.520.290.56333.5635.3332.75
Hex7136500341D3814e2321
Octal1616612006435705164341
Binary11100011101101010000011010011101111000101001110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713650; }

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

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

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

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

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

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

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

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