#713049

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

Shades of Flirt #713049

Tints of Flirt #713049

Color information

#713049 (or 0x713049) is unknown color: approx Flirt. HEX triplet: 71, 30 and 49. RGB value is (113,48,73). Sum of RGB (Red+Green+Blue) = 113+48+73=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713049 is #8ECFB6. Grayscale: #464646. Windows color (decimal): -9359287 or 4796529. OLE color: 4796529.

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

Color convert

RGB1134873-
CMYK00.580.350.56
HSL336.92º40.37%31.57%-
HSV(B)336.92º57.52%44.31%-
XYZ9.076.117-
YUV70.28129.53158.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=48.29%
G=20.51%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113487300.580.350.56336.9240.3731.57
Hex71304903A23381512820
Octal1616011107243705215040
Binary111000111000010010010111010100011111000101010001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713049; }

 p { color: rgb(113,48,73); }

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

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

 a { background-color: rgb(113,48,73); }

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

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

 span { border-color: rgb(113,48,73); }

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