#713152

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

Shades of Flirt #713152

Tints of Flirt #713152

Color information

#713152 (or 0x713152) is unknown color: approx Flirt. HEX triplet: 71, 31 and 52. RGB value is (113,49,82). Sum of RGB (Red+Green+Blue) = 113+49+82=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #713152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713152 is #8ECEAD. Grayscale: #474747. Windows color (decimal): -9359022 or 5386609. OLE color: 5386609.

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

Color convert

RGB1134982-
CMYK00.570.270.56
HSL329.06º39.51%31.76%-
HSV(B)329.06º56.64%44.31%-
XYZ9.436.328.7-
YUV71.9133.7157.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=46.31%
G=20.08%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113498200.570.270.56329.0639.5131.76
Hex7131520391B381492820
Octal1616112207133705115040
Binary11100011100011010010011100111011111000101001001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713152; }

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

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

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

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

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

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

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

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