#713149

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

Shades of Flirt #713149

Tints of Flirt #713149

Color information

#713149 (or 0x713149) is unknown color: approx Flirt. HEX triplet: 71, 31 and 49. RGB value is (113,49,73). Sum of RGB (Red+Green+Blue) = 113+49+73=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713149 is #8ECEB6. Grayscale: #464646. Windows color (decimal): -9359031 or 4796785. OLE color: 4796785.

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

Color convert

RGB1134973-
CMYK00.570.350.56
HSL337.5º39.51%31.76%-
HSV(B)337.5º56.64%44.31%-
XYZ9.116.197.02-
YUV70.87129.2158.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=48.09%
G=20.85%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113497300.570.350.56337.539.5131.76
Hex71314903923381522820
Octal1616111107143705225040
Binary111000111000110010010111001100011111000101010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713149; }

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

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

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

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

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

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

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

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