#713147

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

Shades of Flirt #713147

Tints of Flirt #713147

Color information

#713147 (or 0x713147) is unknown color: approx Flirt. HEX triplet: 71, 31 and 47. RGB value is (113,49,71). Sum of RGB (Red+Green+Blue) = 113+49+71=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713147 is #8ECEB8. Grayscale: #464646. Windows color (decimal): -9359033 or 4665713. OLE color: 4665713.

HSL color Cylindrical-coordinate representation of color #713147: hue angle of 339.38º 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 #713147 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1134971-
CMYK00.570.370.56
HSL339.38º39.51%31.76%-
HSV(B)339.38º56.64%44.31%-
XYZ9.056.166.67-
YUV70.64128.2158.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=48.50%
G=21.03%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113497100.570.370.56339.3839.5131.76
Hex71314703925381532820
Octal1616110707145705235040
Binary111000111000110001110111001100101111000101010011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713147; }

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

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

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

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

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

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

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

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