#713146

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

Shades of Flirt #713146

Tints of Flirt #713146

Color information

#713146 (or 0x713146) is unknown color: approx Flirt. HEX triplet: 71, 31 and 46. RGB value is (113,49,70). Sum of RGB (Red+Green+Blue) = 113+49+70=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713146 is #8ECEB9. Grayscale: #464646. Windows color (decimal): -9359034 or 4600177. OLE color: 4600177.

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

Color convert

RGB1134970-
CMYK00.570.380.56
HSL340.31º39.51%31.76%-
HSV(B)340.31º56.64%44.31%-
XYZ9.016.156.51-
YUV70.53127.7158.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=48.71%
G=21.12%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113497000.570.380.56340.3139.5131.76
Hex71314603926381542820
Octal1616110607146705245040
Binary111000111000110001100111001100110111000101010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713146; }

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

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

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

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

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

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

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

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